From 4b080eda6147b3e35a947440af6391a49c775aa9 Mon Sep 17 00:00:00 2001 From: vmaubert <v.maubert@code-troopers.com> Date: Mon, 21 Nov 2022 15:00:47 +0100 Subject: [PATCH] =?UTF-8?q?chore(vite):=20met=20=C3=A0=20jour=20vite=20et?= =?UTF-8?q?=20migre=20vers=20vitest=20(#260)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/api.yml | 6 +- .github/workflows/common.yml | 4 +- .github/workflows/ui.yml | 4 +- .gitignore | 3 +- Makefile | 31 + package-lock.json | 84034 ++++++---------- packages/api/jest.config.integration.ts | 7 - packages/api/jest.config.ts | 34 - packages/api/package.json | 29 +- .../api/src/api/_format/etapes-types.test.ts | 61 +- .../metas.test.integration.ts.snap | 416 +- .../administration.test.integration.ts | 5 +- ...-permissions-demarches.test.integration.ts | 211 +- ...ons-permissions-etapes.test.integration.ts | 143 +- ...ons-permissions-titres.test.integration.ts | 351 +- .../api/graphql/documents.test.integration.ts | 14 +- .../graphql/entreprises.test.integration.ts | 31 +- .../src/api/graphql/metas.test.integration.ts | 6 +- .../_titre-etape-email.test.ts.snap | 10 +- .../substances.test.integration.ts.snap | 406 +- .../graphql/resolvers/_titre-activite.test.ts | 107 +- .../resolvers/_titre-etape-email.test.ts | 1 + .../src/api/graphql/resolvers/metas.test.ts | 1 + .../resolvers/substances.test.integration.ts | 1 + .../titres-demarches.test.integration.ts | 14 +- .../titres-etapes-creer.test.integration.ts | 26 +- ...titres-etapes-modifier.test.integration.ts | 26 +- .../api/graphql/titres.test.integration.ts | 16 +- .../src/api/graphql/token.test.integration.ts | 6 +- .../graphql/utilisateurs.test.integration.ts | 15 +- .../__snapshots__/entreprises.test.ts.snap | 84 +- .../titres.test.integration.ts.snap | 50 +- .../api/rest/entreprises.test.integration.ts | 1 + packages/api/src/api/rest/entreprises.test.ts | 1 + .../api/src/api/rest/format/titres.test.ts | 42 +- .../src/api/rest/titres.test.integration.ts | 1 + .../src/api/rest/upload.test.integration.ts | 53 +- .../__snapshots__/matrices.test.ts.snap | 50 +- packages/api/src/business/matrices.test.ts | 2 +- ...apes-areas-update.test.integration.ts.snap | 70 +- .../processes/entreprises-update.test.ts | 41 +- .../titres-activites-props-update.test.ts | 26 +- .../titres-activites-relance-send.test.ts | 16 +- ...titres-activites-statut-ids-update.test.ts | 12 +- .../processes/titres-activites-update.test.ts | 53 +- .../titres-contenus-etapes-ids-update.test.ts | 18 +- .../titres-coordonnees-update.test.ts | 18 +- .../processes/titres-dates-update.test.ts | 30 +- .../titres-demarches-depot-create.test.ts | 66 +- .../titres-demarches-depot-create.ts | 24 +- .../titres-demarches-ordre-update.test.ts | 14 +- .../titres-demarches-public-update.test.ts | 14 +- ...titres-demarches-statut-ids-update.test.ts | 14 +- ...pes-administrations-locales-update.test.ts | 20 +- ...es-etapes-areas-update.test.integration.ts | 6 +- .../titres-etapes-ordre-update.test.ts | 18 +- .../processes/titres-phases-update.test.ts | 19 +- .../titres-points-references-create.test.ts | 15 +- .../titres-props-etapes-ids-update.test.ts | 18 +- .../processes/titres-public-update.test.ts | 12 +- .../processes/titres-slugs-update.test.ts | 22 +- .../titres-statut-ids-update.test.ts | 12 +- .../business/rules-demarches/_utils.test.ts | 14 +- .../__snapshots__/oct.machine.test.ts.snap | 24 +- .../rules-demarches/arm/oct.machine.test.ts | 2 +- .../rules-demarches/arm/ren-pro.test.ts | 2 +- .../business/rules-demarches/arm/ret.test.ts | 2 +- .../__snapshots__/oct.machine.test.ts.snap | 4 +- .../rules-demarches/axm/oct.machine.test.ts | 1 + .../rules-demarches/definitions.test.ts | 1 + .../rules-demarches/machine-common.test.ts | 2 +- .../rules-demarches/machine-helper.test.ts | 2 +- .../rules-demarches/machine-test-helper.ts | 2 +- .../business/rules-demarches/prm/oct.test.ts | 4 +- .../titre-activite-statut-id-find.test.ts | 2 +- .../rules/titre-activites-build.test.ts | 2 +- .../rules/titre-date-debut-find.test.ts | 2 +- .../rules/titre-date-demande-find.test.ts | 2 +- .../rules/titre-date-fin-find.test.ts | 2 +- ...-demarche-annulation-date-fin-find.test.ts | 2 +- ...titre-demarche-date-fin-duree-find.test.ts | 2 +- ...re-demarche-octroi-date-debut-find.test.ts | 2 +- .../rules/titre-demarche-phase-check.test.ts | 2 +- .../rules/titre-demarche-public-find.test.ts | 2 +- .../titre-demarche-statut-id-find.test.ts | 153 +- .../rules/titre-etape-prop-find.test.ts | 4 +- .../titre-etape-publication-check.test.ts | 2 +- .../business/rules/titre-phases-find.test.ts | 1 + .../rules/titre-prop-etape-find.test.ts | 1 + .../rules/titre-statut-id-find.test.ts | 1 + .../contenu-element-file-process.test.ts | 25 +- .../utils/props-titre-etapes-ids-find.test.ts | 1 + .../utils/titre-activite-type-check.test.ts | 1 + .../utils/titre-activite-valide-check.test.ts | 8 +- .../utils/titre-coordonnees-find.test.ts | 7 +- .../utils/titre-elements-sort-asc.test.ts | 1 + ...tre-etape-demarche-etape-type-find.test.ts | 1 + .../titre-etape-heritage-contenu-find.test.ts | 7 +- .../titre-etape-heritage-props-find.test.ts | 24 +- .../business/utils/titre-etapes-sort.test.ts | 3 +- ...g-and-relations-update.test.integration.ts | 1 + .../business/utils/titre-valide-check.test.ts | 13 +- .../api/src/business/utils/urls-get.test.ts | 47 +- .../documents-types-validate.test.ts | 2 +- .../titre-demarche-etat-validate.test.ts | 2 +- .../titre-etape-etat-validate.test.ts | 2 +- .../titre-etape-points-validate.test.ts | 2 +- ...tre-etape-type-and-status-validate.test.ts | 8 +- .../titre-etape-updation-validate.test.ts | 97 +- .../utils/contenu-dates-check.test.ts | 2 +- .../utils/contenu-numbers-check.test.ts | 1 + .../utils/heritage-contenu-validate.test.ts | 1 + packages/api/src/config/logger.test.ts | 2 +- .../models/_format/titre-contenu.test.ts | 2 +- .../api/src/database/queries/_utils.test.ts | 77 +- .../utilisateurs.test.integration.ts.snap | 52 +- .../administrations.test.integration.ts | 74 +- .../permissions/documents.test.integration.ts | 36 +- .../entreprises.test.integration.ts | 50 +- .../permissions/metas.test.integration.ts | 26 +- .../titres-demarches.test.integration.ts | 59 +- .../titres-etapes.test.integration.ts | 6 +- .../permissions/titres.test.integration.ts | 173 +- .../utilisateurs.test.integration.ts | 26 +- .../titres-activites.test.integration.ts | 5 +- .../titres-demarches.test.integration.ts | 6 +- .../queries/titres.test.integration.ts | 5 +- .../api/src/knex/seeds/07-administrations.js | 142 +- packages/api/src/server/upload.ts | 1 - packages/api/src/tools/annees-build.test.ts | 2 +- .../api/src/tools/api-matomo/index.test.ts | 1 + packages/api/src/tools/date.test.ts | 85 +- .../tools/documents/files-index-build.test.ts | 1 + .../tools/documents/files-path-check.test.ts | 1 + packages/api/src/tools/file-create.test.ts | 5 +- packages/api/src/tools/file-rename.test.ts | 6 +- packages/api/src/tools/geo-convert.test.ts | 10 +- packages/api/src/tools/index.test.ts | 2 +- .../_utils/administrations-permissions.ts | 2 +- packages/api/tests/jest-setup.ts | 27 - packages/api/tests/vitestSetup.ts | 37 + packages/api/tsconfig.json | 2 +- packages/api/vitest.integration.config.ts | 10 + packages/api/vitest.unit.config.ts | 7 + packages/common/jest.config.js | 5 - packages/common/package.json | 26 +- packages/common/src/date.test.ts | 15 +- packages/common/src/fiscalite.test.ts | 1 + .../__snapshots__/titres.test.ts.snap | 102 +- .../src/permissions/administrations.test.ts | 1 + .../src/permissions/titres-etapes.test.ts | 1 + .../common/src/permissions/titres.test.ts | 1 + packages/common/src/roles.test.ts | 1 + .../administrations.test.ts.snap | 16 +- .../administrationsTitresTypes.test.ts.snap | 20028 ++-- .../__snapshots__/frequence.test.ts.snap | 10 +- .../substancesFiscales.test.ts.snap | 34 +- .../__snapshots__/titresTypes.test.ts.snap | 38 +- ...es_demarchesTypes_etapesTypes.test.ts.snap | 56 +- .../common/src/static/administrations.test.ts | 1 + .../static/administrationsTitresTypes.test.ts | 1 + .../common/src/static/demarchesTypes.test.ts | 1 + .../common/src/static/departement.test.ts | 1 + .../common/src/static/documentsTypes.test.ts | 1 + packages/common/src/static/domaines.test.ts | 1 + .../static/etapesTypesEtapesStatuts.test.ts | 1 + packages/common/src/static/facades.test.ts | 1 + packages/common/src/static/frequence.test.ts | 1 + packages/common/src/static/pays.test.ts | 1 + packages/common/src/static/region.test.ts | 1 + .../src/static/substancesFiscales.test.ts | 1 + .../src/static/substancesLegales.test.ts | 1 + .../common/src/static/titresTypes.test.ts | 1 + .../src/static/titresTypesTypes.test.ts | 1 + ...esTypesTypes_domaine_titresStatuts.test.ts | 1 + ...esTypes_demarchesTypes_etapesTypes.test.ts | 19 +- packages/common/src/static/unites.test.ts | 1 + packages/common/src/typescript-tools.test.ts | 1 + packages/common/tsconfig.json | 2 +- packages/ui/.ncurc.json | 5 +- packages/ui/jest.config.js | 185 - packages/ui/package.json | 56 +- packages/ui/src/__mocks__/file-mock.js | 3 - packages/ui/src/__mocks__/setupJest.js | 25 - packages/ui/src/__mocks__/setupVitest.js | 7 + .../src/__snapshots__/storybook.spec.ts.snap | 10868 ++ packages/ui/src/api/_client.test.js | 9 +- packages/ui/src/api/client-rest.test.ts | 1 + .../administrations.stories.storyshot | 6098 -- .../__snapshots__/domaine.stories.storyshot | 194 - .../section-element.stories.storyshot | 1172 - .../__snapshots__/statut.stories.storyshot | 29 - .../titre-type-select.stories.storyshot | 139 - .../_common/section-element-edit.vue | 4 +- .../_common/section-element-input-edit.vue | 6 +- .../_ui/__snapshots__/chip.stories.storyshot | 23 - .../_ui/__snapshots__/date.stories.storyshot | 17 - ...lters-input-autocomplete.stories.storyshot | 33 - .../help-tooltip.stories.storyshot | 737 - .../_ui/__snapshots__/icon.stories.storyshot | 11226 --- .../loader-element.stories.storyshot | 391 - .../_ui/__snapshots__/pill.stories.storyshot | 29 - .../pure-loader.stories.storyshot | 394 - .../table-auto.stories.storyshot | 1363 - .../__snapshots__/typeahead.stories.storyshot | 86 - .../src/components/activite/preview.test.ts | 1 + .../activites-types-emails.stories.storyshot | 2449 - .../pure-titres-types.stories.storyshot | 1530 - .../pure-dreal-dashboard.stories.storyshot | 1771 - ...ure-entreprise-dashboard.stories.storyshot | 5283 - .../pure-onf-dashboard.stories.storyshot | 1274 - .../pure-ptmg-dashboard.stories.storyshot | 1173 - .../ui/src/components/document/edit-popup.vue | 5 +- ...ure-entreprise-fiscalite.stories.storyshot | 1971 - .../autocomplete-entreprise.stories.storyshot | 811 - .../fondamentales-edit.stories.storyshot | 3428 - .../pure-form-save-btn.stories.storyshot | 1649 - .../substances-edit.stories.storyshot | 1286 - packages/ui/src/components/etape/edit.vue | 17 +- .../components/etape/fondamentales-edit.vue | 5 +- .../ui/src/components/etape/points-edit.vue | 7 +- .../etape/points-geo-systemes-edit.vue | 2 +- .../components/etape/points-point-edit.vue | 2 + .../etape/points-point-reference-edit.vue | 2 + .../components/etape/section-element-edit.vue | 4 +- .../ui/src/components/etape/type-edit.vue | 3 +- .../pure-footer.stories.storyshot | 417 - .../pure-quick-access-titre.stories.storyshot | 45 - .../pure-titres-link-form.stories.storyshot | 949 - .../pure-titres-link.stories.storyshot | 521 - .../territoires.stories.storyshot | 565 - .../pure-button.stories.storyshot | 28 - .../pure-qgis-token.stories.storyshot | 36 - packages/ui/src/store/_liste-build.test.js | 29 +- packages/ui/src/store/administration.test.js | 43 +- packages/ui/src/store/definitions.test.js | 39 +- packages/ui/src/store/document.test.js | 55 +- packages/ui/src/store/entreprise.test.js | 35 +- packages/ui/src/store/index.test.js | 100 +- packages/ui/src/store/statistiques.test.js | 15 +- .../src/store/titre-activite-edition.test.js | 21 +- packages/ui/src/store/titre-activite.test.js | 33 +- packages/ui/src/store/titre-demarche.test.js | 35 +- .../ui/src/store/titre-etape-edition.test.js | 45 +- packages/ui/src/store/titre-etape.test.js | 37 +- packages/ui/src/store/titre.test.js | 39 +- .../ui/src/store/titres-activites.test.js | 11 +- .../ui/src/store/titres-demarches.test.js | 9 +- packages/ui/src/store/titres.test.js | 24 +- packages/ui/src/store/user.test.js | 69 +- packages/ui/src/store/utilisateur.js | 1 - packages/ui/src/store/utilisateur.test.js | 53 +- packages/ui/src/store/utilisateurs.test.js | 11 +- packages/ui/src/storybook.spec.ts | 32 + packages/ui/src/storybook.test.ts | 33 - packages/ui/src/utils/documents.test.js | 1 + packages/ui/src/utils/index.test.js | 1 + .../ui/src/utils/titre-etape-edit.test.js | 1 + .../ui/src/utils/titre-etape-save.test.js | 1 + packages/ui/src/utils/url.test.js | 1 + packages/ui/tsconfig.json | 3 +- packages/ui/tsconfig.vitest.json | 9 + packages/ui/vite.config.js | 5 +- 263 files changed, 56762 insertions(+), 111036 deletions(-) delete mode 100644 packages/api/jest.config.integration.ts delete mode 100644 packages/api/jest.config.ts delete mode 100644 packages/api/tests/jest-setup.ts create mode 100644 packages/api/tests/vitestSetup.ts create mode 100644 packages/api/vitest.integration.config.ts create mode 100644 packages/api/vitest.unit.config.ts delete mode 100644 packages/common/jest.config.js delete mode 100644 packages/ui/jest.config.js delete mode 100644 packages/ui/src/__mocks__/file-mock.js delete mode 100644 packages/ui/src/__mocks__/setupJest.js create mode 100644 packages/ui/src/__mocks__/setupVitest.js create mode 100644 packages/ui/src/__snapshots__/storybook.spec.ts.snap delete mode 100644 packages/ui/src/components/__snapshots__/administrations.stories.storyshot delete mode 100644 packages/ui/src/components/_common/__snapshots__/domaine.stories.storyshot delete mode 100644 packages/ui/src/components/_common/__snapshots__/section-element.stories.storyshot delete mode 100644 packages/ui/src/components/_common/__snapshots__/statut.stories.storyshot delete mode 100644 packages/ui/src/components/_common/__snapshots__/titre-type-select.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/chip.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/date.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/filters-input-autocomplete.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/help-tooltip.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/icon.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/loader-element.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/pill.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/pure-loader.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/table-auto.stories.storyshot delete mode 100644 packages/ui/src/components/_ui/__snapshots__/typeahead.stories.storyshot delete mode 100644 packages/ui/src/components/administration/__snapshots__/activites-types-emails.stories.storyshot delete mode 100644 packages/ui/src/components/administration/__snapshots__/pure-titres-types.stories.storyshot delete mode 100644 packages/ui/src/components/dashboard/__snapshots__/pure-dreal-dashboard.stories.storyshot delete mode 100644 packages/ui/src/components/dashboard/__snapshots__/pure-entreprise-dashboard.stories.storyshot delete mode 100644 packages/ui/src/components/dashboard/__snapshots__/pure-onf-dashboard.stories.storyshot delete mode 100644 packages/ui/src/components/dashboard/__snapshots__/pure-ptmg-dashboard.stories.storyshot delete mode 100644 packages/ui/src/components/entreprise/__snapshots__/pure-entreprise-fiscalite.stories.storyshot delete mode 100644 packages/ui/src/components/etape/__snapshots__/autocomplete-entreprise.stories.storyshot delete mode 100644 packages/ui/src/components/etape/__snapshots__/fondamentales-edit.stories.storyshot delete mode 100644 packages/ui/src/components/etape/__snapshots__/pure-form-save-btn.stories.storyshot delete mode 100644 packages/ui/src/components/etape/__snapshots__/substances-edit.stories.storyshot delete mode 100644 packages/ui/src/components/page/__snapshots__/pure-footer.stories.storyshot delete mode 100644 packages/ui/src/components/page/__snapshots__/pure-quick-access-titre.stories.storyshot delete mode 100644 packages/ui/src/components/titre/__snapshots__/pure-titres-link-form.stories.storyshot delete mode 100644 packages/ui/src/components/titre/__snapshots__/pure-titres-link.stories.storyshot delete mode 100644 packages/ui/src/components/titre/__snapshots__/territoires.stories.storyshot delete mode 100644 packages/ui/src/components/user/__snapshots__/pure-button.stories.storyshot delete mode 100644 packages/ui/src/components/utilisateur/__snapshots__/pure-qgis-token.stories.storyshot create mode 100644 packages/ui/src/storybook.spec.ts delete mode 100644 packages/ui/src/storybook.test.ts create mode 100644 packages/ui/tsconfig.vitest.json diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index ef3907d9f..4f8ff6b3b 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -47,7 +47,7 @@ jobs: env: CI: true - name: Unit tests - run: npm run ci:test-unit --workspace=packages/api + run: make test/api-unit - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -86,7 +86,7 @@ jobs: env: CI: true - name: Integration tests - run: npm run ci:test-integration --workspace=packages/api + run: make test/api-integration env: PGHOST: localhost PGPORT: 5432 @@ -112,4 +112,4 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Push Docker image to the Docker Hub if: github.ref == 'refs/heads/master' - run: docker push caminofr/camino-api:${GITHUB_SHA} \ No newline at end of file + run: docker push caminofr/camino-api:${GITHUB_SHA} diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 6f33b60da..4dbba4a59 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -41,8 +41,8 @@ jobs: env: CI: true - name: Unit tests - run: npm run ci:test --workspace=packages/common + run: make test/common - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - flags: common \ No newline at end of file + flags: common diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 1e397353f..1e253cee0 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -43,7 +43,7 @@ jobs: run: | npm set-script prepare "" npm ci - npm test --workspace=packages/ui + make test/ui env: CI: true - uses: codecov/codecov-action@v3 @@ -95,4 +95,4 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Push Docker image to the Docker Hub if: github.ref == 'refs/heads/master' - run: docker push caminofr/camino-ui-storybook:${GITHUB_SHA} \ No newline at end of file + run: docker push caminofr/camino-ui-storybook:${GITHUB_SHA} diff --git a/.gitignore b/.gitignore index 700f078b6..fd4382d34 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ packages/ui/storybook-static/ .vault /docs /*.csv -.vscode \ No newline at end of file +.vscode +**/coverage diff --git a/Makefile b/Makefile index 217a04ec2..614a4ce83 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,37 @@ else npm run dev:monthly -w packages/api endif + +test: test/ui test/api test/common +test/api: test/api-unit test/api-integration +test/ui: +ifndef CI + npm run test -w packages/ui +else + npm run test -w packages/ui -- --coverage +endif + +test/common: +ifndef CI + npm run test -w packages/common +else + npm run test -w packages/common -- --coverage +endif + +test/api-unit: +ifndef CI + npm run test:unit -w packages/api +else + npm run test:unit -w packages/api -- --coverage +endif + +test/api-integration: +ifndef CI + npm run test:integration -w packages/api +else + npm run test:integration -w packages/api -- --coverage +endif + ifeq (${INPUT_ENV}, dev) CD_TOKEN:=${CD_TOKEN_DEV} endif diff --git a/package-lock.json b/package-lock.json index 45ddfb332..dc9cc0b45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,18 +24,6 @@ "npm": ">=8.5.5" } }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@ampproject/remapping": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", @@ -53,6 +41,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, "dependencies": { "@babel/highlight": "^7.18.6" }, @@ -61,30 +50,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz", - "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", + "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", - "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", + "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.10", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.10", - "@babel/types": "^7.17.10", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.2", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-module-transforms": "^7.20.2", + "@babel/helpers": "^7.20.1", + "@babel/parser": "^7.20.2", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -136,12 +125,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", - "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", + "version": "7.20.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", + "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", "dev": true, "dependencies": { - "@babel/types": "^7.18.13", + "@babel/types": "^7.20.2", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -189,14 +178,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", - "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", + "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.18.8", + "@babel/compat-data": "^7.20.0", "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.20.2", + "browserslist": "^4.21.3", "semver": "^6.3.0" }, "engines": { @@ -216,17 +205,17 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz", - "integrity": "sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz", + "integrity": "sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", "@babel/helper-member-expression-to-functions": "^7.18.9", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-replace-supers": "^7.19.1", "@babel/helper-split-export-declaration": "^7.18.6" }, "engines": { @@ -300,13 +289,13 @@ } }, "node_modules/@babel/helper-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz", - "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", "dev": true, "dependencies": { - "@babel/template": "^7.18.6", - "@babel/types": "^7.18.9" + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -349,19 +338,19 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz", - "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", + "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.18.6", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -380,9 +369,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", - "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", "dev": true, "engines": { "node": ">=6.9.0" @@ -407,28 +396,28 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz", - "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", + "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-member-expression-to-functions": "^7.18.9", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" + "@babel/traverse": "^7.19.1", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", - "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -459,18 +448,19 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", - "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", - "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -500,14 +490,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", + "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.0" }, "engines": { "node": ">=6.9.0" @@ -517,6 +507,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", @@ -530,6 +521,7 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, "dependencies": { "color-convert": "^1.9.0" }, @@ -541,6 +533,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -554,6 +547,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, "dependencies": { "color-name": "1.1.3" } @@ -561,12 +555,14 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, "engines": { "node": ">=0.8.0" } @@ -575,6 +571,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, "engines": { "node": ">=4" } @@ -583,6 +580,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, "dependencies": { "has-flag": "^3.0.0" }, @@ -591,9 +589,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz", - "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==", + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", + "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -931,18 +929,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-class-properties": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", @@ -1054,18 +1040,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", @@ -1079,12 +1053,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.17.12.tgz", - "integrity": "sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.17.12" + "@babel/helper-plugin-utils": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -1196,12 +1170,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.10.tgz", - "integrity": "sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz", + "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -1612,16 +1586,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.12.tgz", - "integrity": "sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz", + "integrity": "sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.17.12", - "@babel/plugin-syntax-jsx": "^7.17.12", - "@babel/types": "^7.17.12" + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -1631,12 +1605,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", + "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", "dev": true, "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.16.7" + "@babel/plugin-transform-react-jsx": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -1646,12 +1620,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.17.12.tgz", - "integrity": "sha512-7S9G2B44EnYOx74mue02t1uD8ckWZ/ee6Uz/qfdzc35uWHX5NgRy9i+iJSb2LFRgMd+QV9zNcStQaazzzZ3n3Q==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.18.6.tgz", + "integrity": "sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.17.12" + "@babel/helper-plugin-utils": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -1661,12 +1635,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.19.6.tgz", + "integrity": "sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -1799,14 +1773,14 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz", - "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.2.tgz", + "integrity": "sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-typescript": "^7.16.7" + "@babel/helper-create-class-features-plugin": "^7.20.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-typescript": "^7.20.0" }, "engines": { "node": ">=6.9.0" @@ -2091,19 +2065,19 @@ } }, "node_modules/@babel/traverse": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz", - "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", + "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.13", + "@babel/generator": "^7.20.1", "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.13", - "@babel/types": "^7.18.13", + "@babel/parser": "^7.20.1", + "@babel/types": "^7.20.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -2112,13 +2086,13 @@ } }, "node_modules/@babel/types": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz", - "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.18.10", - "@babel/helper-validator-identifier": "^7.18.6", + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, "engines": { @@ -2131,22 +2105,6 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, - "node_modules/@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz", - "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", - "dev": true, - "dependencies": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "bin": { - "watch": "cli.js" - }, - "engines": { - "node": ">=0.1.95" - } - }, "node_modules/@colors/colors": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", @@ -2285,6 +2243,38 @@ "node": ">=10.0.0" } }, + "node_modules/@esbuild/android-arm": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.14.tgz", + "integrity": "sha512-+Rb20XXxRGisNu2WmNKk+scpanb7nL5yhuI1KR9wQFiC43ddPj/V1fmNyzlFC9bKiG4mYzxW7egtoHVcynr+OA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.14.tgz", + "integrity": "sha512-eQi9rosGNVQFJyJWV0HCA5WZae/qWIQME7s8/j8DMvnylfBv62Pbu+zJ2eUDqNf2O4u3WB+OEXyfkpBoe194sg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@eslint/eslintrc": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", @@ -2530,2132 +2520,2165 @@ "node": ">=6.9.0" } }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, "engines": { "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, "engines": { - "node": ">=6" + "node": ">=6.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz", + "integrity": "sha512-R7xHtBSNm+9SyvpJkdQl+qrM3Hm2fea3Ef197M3mUug+v+yR+Rhfbs7PBtcBUVnIWJ4JcAdjvij+c8hXS9p5aw==", "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/@jridgewell/set-array": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.0.tgz", + "integrity": "sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==", "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", "dev": true, + "peer": true, "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", "dev": true, + "peer": true, "dependencies": { - "p-limit": "^2.2.0" + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.12", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.12.tgz", + "integrity": "sha512-az/NhpIwP3K33ILr0T2bso+k2E/SLf8Yidd8mHl0n6sCQ4YdyC8qDhZA6kOPDNDBA56ZnIjngVl0U3jREA0BUA==" }, - "node_modules/@jest/console": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", - "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", + "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@jest/core": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", - "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", - "dev": true, - "peer": true, + "node_modules/@juggle/resize-observer": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz", + "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==", + "dev": true + }, + "node_modules/@mapbox/geojson-area": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz", + "integrity": "sha1-GNeBSqNr8j+7zDefjiaiKSfevxA=", "dependencies": { - "@jest/console": "^27.5.1", - "@jest/reporters": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.8.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^27.5.1", - "jest-config": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-resolve-dependencies": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "jest-watcher": "^27.5.1", - "micromatch": "^4.0.4", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "wgs84": "0.0.0" } }, - "node_modules/@jest/core/node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "node_modules/@mdx-js/mdx": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", + "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", "dev": true, - "peer": true, "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" + "@babel/core": "7.12.9", + "@babel/plugin-syntax-jsx": "7.12.1", + "@babel/plugin-syntax-object-rest-spread": "7.8.3", + "@mdx-js/util": "1.6.22", + "babel-plugin-apply-mdx-type-prop": "1.6.22", + "babel-plugin-extract-import-names": "1.6.22", + "camelcase-css": "2.0.1", + "detab": "2.0.4", + "hast-util-raw": "6.0.1", + "lodash.uniq": "4.5.0", + "mdast-util-to-hast": "10.0.1", + "remark-footnotes": "2.0.0", + "remark-mdx": "1.6.22", + "remark-parse": "8.0.3", + "remark-squeeze-paragraphs": "4.0.0", + "style-to-object": "0.3.0", + "unified": "9.2.0", + "unist-builder": "2.0.3", + "unist-util-visit": "2.0.3" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/@jest/core/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "node_modules/@mdx-js/mdx/node_modules/@babel/core": { + "version": "7.12.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.5", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.7", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.9", + "@babel/types": "^7.12.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=6.9.0" }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/@jest/core/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/@jest/core/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "node_modules/@mdx-js/mdx/node_modules/@babel/plugin-syntax-jsx": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", + "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", "dev": true, - "peer": true, "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" + "@babel/helper-plugin-utils": "^7.10.4" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "node_modules/@jest/environment": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", - "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "node_modules/@mdx-js/mdx/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "peer": true, - "dependencies": { - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "bin": { + "semver": "bin/semver" } }, - "node_modules/@jest/expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==", + "node_modules/@mdx-js/mdx/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true, - "dependencies": { - "expect": "^28.1.3", - "jest-snapshot": "^28.1.3" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">=0.10.0" } }, - "node_modules/@jest/expect-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.3.tgz", - "integrity": "sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA==", + "node_modules/@mdx-js/preact": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@mdx-js/preact/-/preact-2.1.3.tgz", + "integrity": "sha512-3t+R5AUiT9/14kycl7/5ORpPUsidxFWPi7+ipe2z0ZeC5hnAqQnhy1TQ9sqvyK03eDDB2TlXw4xE6i/hRA8OdA==", + "dev": true, "dependencies": { - "jest-get-type": "^28.0.2" + "@types/mdx": "^2.0.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/@jest/expect-utils/node_modules/jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, + "peerDependencies": { + "preact": ">=10.0.0" } }, - "node_modules/@jest/expect/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", + "node_modules/@mdx-js/react": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", + "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "peerDependencies": { + "react": "^16.13.1 || ^17.0.0" } }, - "node_modules/@jest/expect/node_modules/@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "node_modules/@mdx-js/util": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", + "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/@jest/expect/node_modules/@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", + "node_modules/@microsoft/tsdoc": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz", + "integrity": "sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==", + "dev": true + }, + "node_modules/@microsoft/tsdoc-config": { + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@microsoft/tsdoc-config/-/tsdoc-config-0.16.1.tgz", + "integrity": "sha512-2RqkwiD4uN6MLnHFljqBlZIXlt/SaUT6cuogU1w2ARw4nKuuppSmR0+s+NC+7kXBQykd9zzu0P4HtBpZT5zBpQ==", "dev": true, "dependencies": { - "@types/yargs-parser": "*" + "@microsoft/tsdoc": "0.14.1", + "ajv": "~6.12.6", + "jju": "~1.4.0", + "resolve": "~1.19.0" } }, - "node_modules/@jest/expect/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/@microsoft/tsdoc-config/node_modules/resolve": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", + "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", "dev": true, - "engines": { - "node": ">=10" + "dependencies": { + "is-core-module": "^2.1.0", + "path-parse": "^1.0.6" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/expect/node_modules/diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", - "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@jest/expect/node_modules/expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", + "node_modules/@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", "dev": true, "dependencies": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">=4" } }, - "node_modules/@jest/expect/node_modules/jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", - "dev": true, + "node_modules/@mrmlnc/readdir-enhanced/node_modules/glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==", + "dev": true + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">= 8" } }, - "node_modules/@jest/expect/node_modules/jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "dev": true, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">= 8" } }, - "node_modules/@jest/expect/node_modules/jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", - "dev": true, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dependencies": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "node": ">= 8" } }, - "node_modules/@jest/expect/node_modules/jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", + "node_modules/@npmcli/fs": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.0.tgz", + "integrity": "sha512-DmfBvNXGaetMxj9LTp8NAN9vEidXURrf5ZTslQzEAi/6GbW+4yjaLFQc6Tue5cpZ9Frlk4OBo/Snf1Bh/S7qTQ==", "dev": true, "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" + "@gar/promisify": "^1.1.3", + "semver": "^7.3.5" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@jest/expect/node_modules/jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "node_modules/@npmcli/git": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.1.tgz", + "integrity": "sha512-UU85F/T+F1oVn3IsB/L6k9zXIMpXBuUBE25QDH0SsURwT6IOBqkC7M16uqo2vVZIyji3X1K4XH9luip7YekH1A==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" + "@npmcli/promise-spawn": "^3.0.0", + "lru-cache": "^7.4.4", + "mkdirp": "^1.0.4", + "npm-pick-manifest": "^7.0.0", + "proc-log": "^2.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^2.0.2" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@jest/expect/node_modules/jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "node_modules/@npmcli/git/node_modules/lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">=12" } }, - "node_modules/@jest/expect/node_modules/jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", + "node_modules/@npmcli/installed-package-contents": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz", + "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==", "dev": true, "dependencies": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" + "npm-bundled": "^1.1.1", + "npm-normalize-package-bin": "^1.0.1" + }, + "bin": { + "installed-package-contents": "index.js" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">= 10" } }, - "node_modules/@jest/expect/node_modules/jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "node_modules/@npmcli/move-file": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz", + "integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@jest/expect/node_modules/jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "node_modules/@npmcli/node-gyp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-2.0.0.tgz", + "integrity": "sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A==", "dev": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@jest/expect/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "node_modules/@npmcli/promise-spawn": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz", + "integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==", "dev": true, "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" + "infer-owner": "^1.0.4" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@jest/expect/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", - "dev": true - }, - "node_modules/@jest/expect/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "node_modules/@npmcli/run-script": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz", + "integrity": "sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg==", "dev": true, "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" + "@npmcli/node-gyp": "^2.0.0", + "@npmcli/promise-spawn": "^3.0.0", + "node-gyp": "^9.0.0", + "read-package-json-fast": "^2.0.3", + "which": "^2.0.2" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@jest/fake-timers": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", - "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "node_modules/@octokit/auth-token": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz", + "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@sinonjs/fake-timers": "^8.0.1", - "@types/node": "*", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@octokit/types": "^6.0.3" } }, - "node_modules/@jest/globals": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", - "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "node_modules/@octokit/core": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", + "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", "dev": true, - "peer": true, "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/types": "^27.5.1", - "expect": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@octokit/auth-token": "^2.4.4", + "@octokit/graphql": "^4.5.8", + "@octokit/request": "^5.6.3", + "@octokit/request-error": "^2.0.5", + "@octokit/types": "^6.0.3", + "before-after-hook": "^2.2.0", + "universal-user-agent": "^6.0.0" } }, - "node_modules/@jest/reporters": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", - "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "node_modules/@octokit/endpoint": { + "version": "6.0.12", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz", + "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", "dev": true, - "peer": true, "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-haste-map": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^8.1.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "@octokit/types": "^6.0.3", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" } }, - "node_modules/@jest/reporters/node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "node_modules/@octokit/graphql": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", + "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", "dev": true, - "peer": true, "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@octokit/request": "^5.6.0", + "@octokit/types": "^6.0.3", + "universal-user-agent": "^6.0.0" } }, - "node_modules/@jest/reporters/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "node_modules/@octokit/openapi-types": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.2.0.tgz", + "integrity": "sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==", + "dev": true + }, + "node_modules/@octokit/plugin-paginate-rest": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz", + "integrity": "sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@octokit/types": "^6.34.0" }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "peerDependencies": { + "@octokit/core": ">=2" } }, - "node_modules/@jest/reporters/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", + "node_modules/@octokit/plugin-request-log": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz", + "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", "dev": true, - "peer": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "peerDependencies": { + "@octokit/core": ">=3" } }, - "node_modules/@jest/reporters/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "node_modules/@octokit/plugin-rest-endpoint-methods": { + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz", + "integrity": "sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==", "dev": true, - "peer": true, "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" + "@octokit/types": "^6.34.0", + "deprecation": "^2.3.1" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "peerDependencies": { + "@octokit/core": ">=3" } }, - "node_modules/@jest/schemas": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", - "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "node_modules/@octokit/request": { + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz", + "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==", + "dev": true, "dependencies": { - "@sinclair/typebox": "^0.24.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@octokit/endpoint": "^6.0.1", + "@octokit/request-error": "^2.1.0", + "@octokit/types": "^6.16.1", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.7", + "universal-user-agent": "^6.0.0" } }, - "node_modules/@jest/source-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", - "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "node_modules/@octokit/request-error": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", + "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", "dev": true, - "peer": true, "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9", - "source-map": "^0.6.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" } }, - "node_modules/@jest/test-result": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", - "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "node_modules/@octokit/rest": { + "version": "18.12.0", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz", + "integrity": "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==", "dev": true, - "peer": true, "dependencies": { - "@jest/console": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@octokit/core": "^3.5.1", + "@octokit/plugin-paginate-rest": "^2.16.8", + "@octokit/plugin-request-log": "^1.0.4", + "@octokit/plugin-rest-endpoint-methods": "^5.12.0" } }, - "node_modules/@jest/test-sequencer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", - "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + "node_modules/@octokit/types": { + "version": "6.34.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.34.0.tgz", + "integrity": "sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==", "dev": true, - "peer": true, "dependencies": { - "@jest/test-result": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-runtime": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@octokit/openapi-types": "^11.2.0" } }, - "node_modules/@jest/test-sequencer/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "node_modules/@pnpm/network.ca-file": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.1.tgz", + "integrity": "sha512-gkINruT2KUhZLTaiHxwCOh1O4NVnFT0wLjWFBHmTz9vpKag/C/noIMJXBxFe4F0mYpUVX2puLwAieLYFg2NvoA==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "graceful-fs": "4.2.10" }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/@jest/test-sequencer/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=12.22.0" } }, - "node_modules/@jest/test-sequencer/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "node_modules/@pnpm/npm-conf": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-1.0.5.tgz", + "integrity": "sha512-hD8ml183638O3R6/Txrh0L8VzGOrFXgRtRDG4qQC4tONdZ5Z1M+tlUUDUvrjYdmK6G+JTBTeaCLMna11cXzi8A==", "dev": true, - "peer": true, "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" + "@pnpm/network.ca-file": "^1.0.1", + "config-chain": "^1.1.11" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=12" } }, - "node_modules/@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz", - "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==", + "node_modules/@rollup/plugin-inject": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-4.0.4.tgz", + "integrity": "sha512-4pbcU4J/nS+zuHk+c+OL3WtmEQhqxlZ9uqfjQMQDOHOPld7PsCd8k5LWs8h5wjwJN7MgnAn768F2sDxEP4eNFQ==", "dev": true, "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" + "@rollup/pluginutils": "^3.1.0", + "estree-walker": "^2.0.1", + "magic-string": "^0.25.7" }, - "engines": { - "node": ">= 10.14.2" + "peerDependencies": { + "rollup": "^1.20.0 || ^2.0.0" } }, - "node_modules/@jest/transform/node_modules/@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", + "node_modules/@rollup/pluginutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", "dev": true, "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" }, "engines": { - "node": ">= 10.14.2" + "node": ">= 8.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0" } }, - "node_modules/@jest/transform/node_modules/@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "dev": true, + "node_modules/@rollup/pluginutils/node_modules/estree-walker": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "dev": true + }, + "node_modules/@selderee/plugin-htmlparser2": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.6.0.tgz", + "integrity": "sha512-J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==", "dependencies": { - "@types/yargs-parser": "*" + "domhandler": "^4.2.0", + "selderee": "^0.6.0" + }, + "funding": { + "url": "https://ko-fi.com/killymxi" } }, - "node_modules/@jest/transform/node_modules/jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", + "node_modules/@semantic-release/commit-analyzer": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", + "integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", "dev": true, "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", + "conventional-changelog-angular": "^5.0.0", + "conventional-commits-filter": "^2.0.0", + "conventional-commits-parser": "^3.2.3", + "debug": "^4.0.0", + "import-from": "^4.0.0", + "lodash": "^4.17.4", "micromatch": "^4.0.2" }, "engines": { - "node": ">= 10.14.2" + "node": ">=14.17" + }, + "peerDependencies": { + "semantic-release": ">=18.0.0-beta.1" } }, - "node_modules/@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + "node_modules/@semantic-release/error": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz", + "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==", "dev": true, - "peer": true, - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=14.17" } }, - "node_modules/@joshwooding/vite-plugin-react-docgen-typescript": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@joshwooding/vite-plugin-react-docgen-typescript/-/vite-plugin-react-docgen-typescript-0.0.4.tgz", - "integrity": "sha512-ezL7SU//1OV4Oyt/zQ3CsX8uLujVEYUHuULkqgcW6wOuQfRnvgkn99HZtLWwS257GmZVwszGQzhL7VE3PbMAYw==", + "node_modules/@semantic-release/github": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz", + "integrity": "sha512-But4e8oqqP3anZI5tjzZssZc2J6eoUdeeE0s7LVKKwyiAXJiQDWNNvtPOpgG2DsIz4+Exuse7cEQgjGMxwtLmg==", "dev": true, "dependencies": { - "glob": "^7.2.0", - "glob-promise": "^4.2.0", - "magic-string": "^0.26.1", - "react-docgen-typescript": "^2.1.1" + "@octokit/rest": "^18.0.0", + "@semantic-release/error": "^2.2.0", + "aggregate-error": "^3.0.0", + "bottleneck": "^2.18.1", + "debug": "^4.0.0", + "dir-glob": "^3.0.0", + "fs-extra": "^10.0.0", + "globby": "^11.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "issue-parser": "^6.0.0", + "lodash": "^4.17.4", + "mime": "^3.0.0", + "p-filter": "^2.0.0", + "p-retry": "^4.0.0", + "url-join": "^4.0.0" + }, + "engines": { + "node": ">=14.17" }, "peerDependencies": { - "typescript": ">= 4.3.x", - "vite": ">2.0.0-0" + "semantic-release": ">=18.0.0-beta.1" } }, - "node_modules/@joshwooding/vite-plugin-react-docgen-typescript/node_modules/glob-promise": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-4.2.2.tgz", - "integrity": "sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==", + "node_modules/@semantic-release/github/node_modules/@semantic-release/error": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz", + "integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==", + "dev": true + }, + "node_modules/@semantic-release/npm": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.1.tgz", + "integrity": "sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==", "dev": true, "dependencies": { - "@types/glob": "^7.1.3" + "@semantic-release/error": "^3.0.0", + "aggregate-error": "^3.0.0", + "execa": "^5.0.0", + "fs-extra": "^10.0.0", + "lodash": "^4.17.15", + "nerf-dart": "^1.0.0", + "normalize-url": "^6.0.0", + "npm": "^8.3.0", + "rc": "^1.2.8", + "read-pkg": "^5.0.0", + "registry-auth-token": "^4.0.0", + "semver": "^7.1.2", + "tempy": "^1.0.0" }, "engines": { - "node": ">=12" - }, - "funding": { - "type": "individual", - "url": "https://github.com/sponsors/ahmadnassri" + "node": ">=16 || ^14.17" }, "peerDependencies": { - "glob": "^7.1.6" + "semantic-release": ">=19.0.0" } }, - "node_modules/@joshwooding/vite-plugin-react-docgen-typescript/node_modules/magic-string": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", - "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", + "node_modules/@semantic-release/release-notes-generator": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz", + "integrity": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==", "dev": true, "dependencies": { - "sourcemap-codec": "^1.4.8" + "conventional-changelog-angular": "^5.0.0", + "conventional-changelog-writer": "^5.0.0", + "conventional-commits-filter": "^2.0.0", + "conventional-commits-parser": "^3.2.3", + "debug": "^4.0.0", + "get-stream": "^6.0.0", + "import-from": "^4.0.0", + "into-stream": "^6.0.0", + "lodash": "^4.17.4", + "read-pkg-up": "^7.0.0" }, "engines": { - "node": ">=12" + "node": ">=14.17" + }, + "peerDependencies": { + "semantic-release": ">=18.0.0-beta.1" } }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "node_modules/@sentry/browser": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.11.1.tgz", + "integrity": "sha512-k2XHuzPfnm8VJPK5eWd1+Y5VCgN42sLveb8Qxc3prb5PSL416NWMLZaoB7RMIhy430fKrSFiosnm6QDk2M6pbA==", "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@sentry/core": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" }, "engines": { - "node": ">=6.0.0" + "node": ">=8" } }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz", - "integrity": "sha512-R7xHtBSNm+9SyvpJkdQl+qrM3Hm2fea3Ef197M3mUug+v+yR+Rhfbs7PBtcBUVnIWJ4JcAdjvij+c8hXS9p5aw==", - "engines": { - "node": ">=6.0.0" - } + "node_modules/@sentry/browser/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.0.tgz", - "integrity": "sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==", - "dev": true, + "node_modules/@sentry/core": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.11.1.tgz", + "integrity": "sha512-kaDSZ6VNuO4ZZdqUOOX6XM6x+kjo2bMnDQ3IJG51FPvVjr8lXYhXj1Ccxcot3pBYAIWPPby2+vNDOXllmXqoBA==", + "dependencies": { + "@sentry/hub": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" + }, "engines": { - "node": ">=6.0.0" + "node": ">=8" } }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", - "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", - "dev": true, - "peer": true, + "node_modules/@sentry/core/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "node_modules/@sentry/hub": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.11.1.tgz", + "integrity": "sha512-M6ClgdXdptS0lUBKB5KpXXe2qMQhsoiEN2pEGRI6+auqhfHCUQB1ZXsfjiOYexKC9fwx7TyFyZ9Jcaf2DTxEhw==", "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" + }, + "engines": { + "node": ">=8" } }, - "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "peer": true, + "node_modules/@sentry/hub/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "node_modules/@sentry/node": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.11.1.tgz", + "integrity": "sha512-EAAHou/eHSzwRK0Z5qnQiwXNbkpnjWjloaG979gftA+MS/kM0AxQHdOrSJQbOEaqRf3F7/eC4Hj+1tfglAuaLQ==", "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@sentry/core": "7.11.1", + "@sentry/hub": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "cookie": "^0.4.1", + "https-proxy-agent": "^5.0.0", + "lru_map": "^0.3.3", + "tslib": "^1.9.3" }, "engines": { - "node": ">=6.0.0" + "node": ">=8" } }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.12.tgz", - "integrity": "sha512-az/NhpIwP3K33ILr0T2bso+k2E/SLf8Yidd8mHl0n6sCQ4YdyC8qDhZA6kOPDNDBA56ZnIjngVl0U3jREA0BUA==" + "node_modules/@sentry/node/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.15", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", - "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", + "node_modules/@sentry/tracing": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.11.1.tgz", + "integrity": "sha512-ilgnHfpdYUWKG/5yAXIfIbPVsCfrC4ONFBR/wN25/hdAyVfXMa3AJx7NCCXxZBOPDWH3hMW8rl4La5yuDbXofg==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@sentry/hub": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" + }, + "engines": { + "node": ">=8" } }, - "node_modules/@juggle/resize-observer": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz", - "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==", + "node_modules/@sentry/tracing/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true }, - "node_modules/@mapbox/geojson-area": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz", - "integrity": "sha1-GNeBSqNr8j+7zDefjiaiKSfevxA=", - "dependencies": { - "wgs84": "0.0.0" + "node_modules/@sentry/types": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.11.1.tgz", + "integrity": "sha512-gIEhOPxC2cjrxQ0+K2SFJ1P6e/an5osSxVc9OOtekN28eHtVsXFCLB8XVWeNQnS7N2VkrVrkqORMBz1kvIcvVQ==", + "engines": { + "node": ">=8" } }, - "node_modules/@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", - "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", - "dev": true, + "node_modules/@sentry/utils": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.11.1.tgz", + "integrity": "sha512-tRVXNT5O9ilkV31pyHeTqA1PcPQfMV/2OR6yUYM4ah+QVISovC0f0ybhByuH5nYg6x/Gsnx1o7pc8L1GE3+O7A==", "dependencies": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" + "@sentry/types": "7.11.1", + "tslib": "^1.9.3" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=8" } }, - "node_modules/@mdx-js/mdx/node_modules/@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "node_modules/@sentry/utils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "node_modules/@sentry/vue": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/vue/-/vue-7.11.1.tgz", + "integrity": "sha512-4RiaMbvGITpKpnzJBixCR874HjYCmK11yt9YRt/rwXE185TKCVyq54h+57l3680WgNz4MU9oI+PF6C/1E/LfXg==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" + "@sentry/browser": "7.11.1", + "@sentry/core": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" }, "engines": { - "node": ">=6.9.0" + "node": ">=8" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" + "peerDependencies": { + "vue": "2.x || 3.x" } }, - "node_modules/@mdx-js/mdx/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", + "node_modules/@sentry/vue/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@sindresorhus/is": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz", + "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==", "dev": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, + "node_modules/@sindresorhus/slugify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz", + "integrity": "sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==", "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" + "@sindresorhus/transliterate": "^0.1.1", + "escape-string-regexp": "^4.0.0" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@mdx-js/mdx/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" + "node_modules/@sindresorhus/transliterate": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.2.tgz", + "integrity": "sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==", + "dependencies": { + "escape-string-regexp": "^2.0.0", + "lodash.deburr": "^4.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@mdx-js/mdx/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, + "node_modules/@sindresorhus/transliterate/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/@mdx-js/preact": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@mdx-js/preact/-/preact-2.1.3.tgz", - "integrity": "sha512-3t+R5AUiT9/14kycl7/5ORpPUsidxFWPi7+ipe2z0ZeC5hnAqQnhy1TQ9sqvyK03eDDB2TlXw4xE6i/hRA8OdA==", + "node_modules/@storybook/addon-actions": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.5.13.tgz", + "integrity": "sha512-3Tji0gIy95havhTpSc6CsFl5lNxGn4O5Y1U9fyji+GRkKqDFOrvVLYAHPtLOpYdEI5tF0bDo+akiqfDouY8+eA==", "dev": true, "dependencies": { - "@types/mdx": "^2.0.0" + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "polished": "^4.2.2", + "prop-types": "^15.7.2", + "react-inspector": "^5.1.0", + "regenerator-runtime": "^0.13.7", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2", + "uuid-browser": "^3.1.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "preact": ">=10.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, - "node_modules/@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", - "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", + "node_modules/@storybook/addon-actions/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, + "dependencies": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@microsoft/tsdoc": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz", - "integrity": "sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==", - "dev": true - }, - "node_modules/@microsoft/tsdoc-config": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/@microsoft/tsdoc-config/-/tsdoc-config-0.16.1.tgz", - "integrity": "sha512-2RqkwiD4uN6MLnHFljqBlZIXlt/SaUT6cuogU1w2ARw4nKuuppSmR0+s+NC+7kXBQykd9zzu0P4HtBpZT5zBpQ==", + "node_modules/@storybook/addon-actions/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@microsoft/tsdoc": "0.14.1", - "ajv": "~6.12.6", - "jju": "~1.4.0", - "resolve": "~1.19.0" + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@microsoft/tsdoc-config/node_modules/resolve": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", - "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", + "node_modules/@storybook/addon-actions/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "is-core-module": "^2.1.0", - "path-parse": "^1.0.6" + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", - "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "node_modules/@storybook/addon-actions/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" + "core-js": "^3.8.2", + "global": "^4.4.0" }, - "engines": { - "node": ">=4" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@mrmlnc/readdir-enhanced/node_modules/glob-to-regexp": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", - "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==", - "dev": true - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "node_modules/@storybook/addon-actions/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "core-js": "^3.8.2" }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "engines": { - "node": ">= 8" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "node_modules/@storybook/addon-actions/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" }, - "engines": { - "node": ">= 8" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@npmcli/fs": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.0.tgz", - "integrity": "sha512-DmfBvNXGaetMxj9LTp8NAN9vEidXURrf5ZTslQzEAi/6GbW+4yjaLFQc6Tue5cpZ9Frlk4OBo/Snf1Bh/S7qTQ==", + "node_modules/@storybook/addon-actions/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@npmcli/git": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.1.tgz", - "integrity": "sha512-UU85F/T+F1oVn3IsB/L6k9zXIMpXBuUBE25QDH0SsURwT6IOBqkC7M16uqo2vVZIyji3X1K4XH9luip7YekH1A==", + "node_modules/@storybook/addon-controls": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-6.5.13.tgz", + "integrity": "sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q==", "dev": true, "dependencies": { - "@npmcli/promise-spawn": "^3.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^7.0.0", - "proc-log": "^2.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/node-logger": "6.5.13", + "@storybook/store": "6.5.13", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "lodash": "^4.17.21", + "ts-dedent": "^2.0.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/@npmcli/git/node_modules/lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", - "dev": true, - "engines": { - "node": ">=12" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, - "node_modules/@npmcli/installed-package-contents": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz", - "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==", + "node_modules/@storybook/addon-controls/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" }, - "bin": { - "installed-package-contents": "index.js" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, - "engines": { - "node": ">= 10" + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@npmcli/move-file": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz", - "integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==", + "node_modules/@storybook/addon-controls/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/@npmcli/node-gyp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-2.0.0.tgz", - "integrity": "sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A==", - "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@npmcli/promise-spawn": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz", - "integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==", + "node_modules/@storybook/addon-controls/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "infer-owner": "^1.0.4" + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@npmcli/run-script": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz", - "integrity": "sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg==", + "node_modules/@storybook/addon-controls/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3", - "which": "^2.0.2" + "core-js": "^3.8.2", + "global": "^4.4.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@octokit/auth-token": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz", - "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", + "node_modules/@storybook/addon-controls/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", "dev": true, "dependencies": { - "@octokit/types": "^6.0.3" + "core-js": "^3.8.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@octokit/core": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", - "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", + "node_modules/@storybook/addon-controls/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", "dev": true, "dependencies": { - "@octokit/auth-token": "^2.4.4", - "@octokit/graphql": "^4.5.8", - "@octokit/request": "^5.6.3", - "@octokit/request-error": "^2.0.5", - "@octokit/types": "^6.0.3", - "before-after-hook": "^2.2.0", - "universal-user-agent": "^6.0.0" + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@octokit/endpoint": { - "version": "6.0.12", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz", - "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", + "node_modules/@storybook/addon-controls/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@octokit/types": "^6.0.3", - "is-plain-object": "^5.0.0", - "universal-user-agent": "^6.0.0" + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@octokit/graphql": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", - "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", + "node_modules/@storybook/addon-postcss": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@storybook/addon-postcss/-/addon-postcss-2.0.0.tgz", + "integrity": "sha512-Nt82A7e9zJH4+A+VzLKKswUfru+T6FJTakj4dccP0i8DSn7a0CkzRPrLuZBq8tg4voV6gD74bcDf3gViCVBGtA==", "dev": true, "dependencies": { - "@octokit/request": "^5.6.0", - "@octokit/types": "^6.0.3", - "universal-user-agent": "^6.0.0" + "@storybook/node-logger": "^6.1.14", + "css-loader": "^3.6.0", + "postcss": "^7.0.35", + "postcss-loader": "^4.2.0", + "style-loader": "^1.3.0" + }, + "engines": { + "node": ">=10", + "yarn": "^1.17.0" } }, - "node_modules/@octokit/openapi-types": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.2.0.tgz", - "integrity": "sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==", - "dev": true - }, - "node_modules/@octokit/plugin-paginate-rest": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz", - "integrity": "sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==", + "node_modules/@storybook/addons": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.7.tgz", + "integrity": "sha512-tUZ2c1uegUcwY31ztNQZGU/HUwAEEGIR8fEOvvO8S0TNQGoo6cwFtZmWBh3mTSRGcmzK2SNBjFHZua5Ee9TefA==", "dev": true, "dependencies": { - "@octokit/types": "^6.34.0" + "@storybook/api": "6.5.7", + "@storybook/channels": "6.5.7", + "@storybook/client-logger": "6.5.7", + "@storybook/core-events": "6.5.7", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.7", + "@storybook/theming": "6.5.7", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "@octokit/core": ">=2" - } - }, - "node_modules/@octokit/plugin-request-log": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz", - "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", - "dev": true, - "peerDependencies": { - "@octokit/core": ">=3" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz", - "integrity": "sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==", + "node_modules/@storybook/api": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.7.tgz", + "integrity": "sha512-QCNypz4X+lYuFW7EzvRPXMf8uS3gfSIV8sqXtEe5XoMb0HQXhy6AGU7/4iAeuUimtETqLTxq+kOxaSg4uPowxg==", "dev": true, "dependencies": { - "@octokit/types": "^6.34.0", - "deprecation": "^2.3.1" + "@storybook/channels": "6.5.7", + "@storybook/client-logger": "6.5.7", + "@storybook/core-events": "6.5.7", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.7", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.7", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "@octokit/core": ">=3" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@octokit/request": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz", - "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==", + "node_modules/@storybook/builder-webpack4": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack4/-/builder-webpack4-6.5.13.tgz", + "integrity": "sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A==", "dev": true, "dependencies": { - "@octokit/endpoint": "^6.0.1", - "@octokit/request-error": "^2.1.0", - "@octokit/types": "^6.16.1", - "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.7", - "universal-user-agent": "^6.0.0" + "@babel/core": "^7.12.10", + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/node-logger": "6.5.13", + "@storybook/preview-web": "6.5.13", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/store": "6.5.13", + "@storybook/theming": "6.5.13", + "@storybook/ui": "6.5.13", + "@types/node": "^14.0.10 || ^16.0.0", + "@types/webpack": "^4.41.26", + "autoprefixer": "^9.8.6", + "babel-loader": "^8.0.0", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "core-js": "^3.8.2", + "css-loader": "^3.6.0", + "file-loader": "^6.2.0", + "find-up": "^5.0.0", + "fork-ts-checker-webpack-plugin": "^4.1.6", + "glob": "^7.1.6", + "glob-promise": "^3.4.0", + "global": "^4.4.0", + "html-webpack-plugin": "^4.0.0", + "pnp-webpack-plugin": "1.6.4", + "postcss": "^7.0.36", + "postcss-flexbugs-fixes": "^4.2.1", + "postcss-loader": "^4.2.0", + "raw-loader": "^4.0.2", + "stable": "^0.1.8", + "style-loader": "^1.3.0", + "terser-webpack-plugin": "^4.2.3", + "ts-dedent": "^2.0.0", + "url-loader": "^4.1.1", + "util-deprecate": "^1.0.2", + "webpack": "4", + "webpack-dev-middleware": "^3.7.3", + "webpack-filter-warnings-plugin": "^1.2.1", + "webpack-hot-middleware": "^2.25.1", + "webpack-virtual-modules": "^0.2.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@octokit/request-error": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", - "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", + "node_modules/@storybook/builder-webpack4/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "@octokit/types": "^6.0.3", - "deprecation": "^2.0.0", - "once": "^1.4.0" + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@octokit/rest": { - "version": "18.12.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz", - "integrity": "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==", + "node_modules/@storybook/builder-webpack4/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@octokit/core": "^3.5.1", - "@octokit/plugin-paginate-rest": "^2.16.8", - "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "^5.12.0" + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@octokit/types": { - "version": "6.34.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.34.0.tgz", - "integrity": "sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==", + "node_modules/@storybook/builder-webpack4/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "@octokit/openapi-types": "^11.2.0" + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@pnpm/network.ca-file": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.1.tgz", - "integrity": "sha512-gkINruT2KUhZLTaiHxwCOh1O4NVnFT0wLjWFBHmTz9vpKag/C/noIMJXBxFe4F0mYpUVX2puLwAieLYFg2NvoA==", + "node_modules/@storybook/builder-webpack4/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "graceful-fs": "4.2.10" + "core-js": "^3.8.2", + "global": "^4.4.0" }, - "engines": { - "node": ">=12.22.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@pnpm/npm-conf": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-1.0.5.tgz", - "integrity": "sha512-hD8ml183638O3R6/Txrh0L8VzGOrFXgRtRDG4qQC4tONdZ5Z1M+tlUUDUvrjYdmK6G+JTBTeaCLMna11cXzi8A==", + "node_modules/@storybook/builder-webpack4/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", "dev": true, "dependencies": { - "@pnpm/network.ca-file": "^1.0.1", - "config-chain": "^1.1.11" + "core-js": "^3.8.2" }, - "engines": { - "node": ">=12" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@rollup/plugin-inject": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-4.0.4.tgz", - "integrity": "sha512-4pbcU4J/nS+zuHk+c+OL3WtmEQhqxlZ9uqfjQMQDOHOPld7PsCd8k5LWs8h5wjwJN7MgnAn768F2sDxEP4eNFQ==", + "node_modules/@storybook/builder-webpack4/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", "dev": true, "dependencies": { - "@rollup/pluginutils": "^3.1.0", - "estree-walker": "^2.0.1", - "magic-string": "^0.25.7" + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "rollup": "^1.20.0 || ^2.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "node_modules/@storybook/builder-webpack4/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" }, - "engines": { - "node": ">= 8.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "rollup": "^1.20.0||^2.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@rollup/pluginutils/node_modules/estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "node_modules/@storybook/builder-webpack4/node_modules/@types/html-minifier-terser": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", + "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", "dev": true }, - "node_modules/@selderee/plugin-htmlparser2": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.6.0.tgz", - "integrity": "sha512-J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==", - "dependencies": { - "domhandler": "^4.2.0", - "selderee": "^0.6.0" - }, - "funding": { - "url": "https://ko-fi.com/killymxi" - } + "node_modules/@storybook/builder-webpack4/node_modules/@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true }, - "node_modules/@semantic-release/commit-analyzer": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", - "integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", + "node_modules/@storybook/builder-webpack4/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", "dev": true, - "dependencies": { - "conventional-changelog-angular": "^5.0.0", - "conventional-commits-filter": "^2.0.0", - "conventional-commits-parser": "^3.2.3", - "debug": "^4.0.0", - "import-from": "^4.0.0", - "lodash": "^4.17.4", - "micromatch": "^4.0.2" - }, "engines": { - "node": ">=14.17" - }, - "peerDependencies": { - "semantic-release": ">=18.0.0-beta.1" + "node": ">=0.10.0" } }, - "node_modules/@semantic-release/error": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz", - "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==", + "node_modules/@storybook/builder-webpack4/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, "engines": { - "node": ">=14.17" + "node": ">=4" } }, - "node_modules/@semantic-release/github": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz", - "integrity": "sha512-But4e8oqqP3anZI5tjzZssZc2J6eoUdeeE0s7LVKKwyiAXJiQDWNNvtPOpgG2DsIz4+Exuse7cEQgjGMxwtLmg==", + "node_modules/@storybook/builder-webpack4/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "dependencies": { - "@octokit/rest": "^18.0.0", - "@semantic-release/error": "^2.2.0", - "aggregate-error": "^3.0.0", - "bottleneck": "^2.18.1", - "debug": "^4.0.0", - "dir-glob": "^3.0.0", - "fs-extra": "^10.0.0", - "globby": "^11.0.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "issue-parser": "^6.0.0", - "lodash": "^4.17.4", - "mime": "^3.0.0", - "p-filter": "^2.0.0", - "p-retry": "^4.0.0", - "url-join": "^4.0.0" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "engines": { - "node": ">=14.17" - }, - "peerDependencies": { - "semantic-release": ">=18.0.0-beta.1" + "node": ">=0.10.0" } }, - "node_modules/@semantic-release/github/node_modules/@semantic-release/error": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz", - "integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==", - "dev": true - }, - "node_modules/@semantic-release/npm": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.1.tgz", - "integrity": "sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==", + "node_modules/@storybook/builder-webpack4/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { - "@semantic-release/error": "^3.0.0", - "aggregate-error": "^3.0.0", - "execa": "^5.0.0", - "fs-extra": "^10.0.0", - "lodash": "^4.17.15", - "nerf-dart": "^1.0.0", - "normalize-url": "^6.0.0", - "npm": "^8.3.0", - "rc": "^1.2.8", - "read-pkg": "^5.0.0", - "registry-auth-token": "^4.0.0", - "semver": "^7.1.2", - "tempy": "^1.0.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=16 || ^14.17" - }, - "peerDependencies": { - "semantic-release": ">=19.0.0" + "node": ">=4" } }, - "node_modules/@semantic-release/release-notes-generator": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz", - "integrity": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==", + "node_modules/@storybook/builder-webpack4/node_modules/clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", "dev": true, "dependencies": { - "conventional-changelog-angular": "^5.0.0", - "conventional-changelog-writer": "^5.0.0", - "conventional-commits-filter": "^2.0.0", - "conventional-commits-parser": "^3.2.3", - "debug": "^4.0.0", - "get-stream": "^6.0.0", - "import-from": "^4.0.0", - "into-stream": "^6.0.0", - "lodash": "^4.17.4", - "read-pkg-up": "^7.0.0" + "source-map": "~0.6.0" }, "engines": { - "node": ">=14.17" - }, - "peerDependencies": { - "semantic-release": ">=18.0.0-beta.1" + "node": ">= 4.0" } }, - "node_modules/@sentry/browser": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.11.1.tgz", - "integrity": "sha512-k2XHuzPfnm8VJPK5eWd1+Y5VCgN42sLveb8Qxc3prb5PSL416NWMLZaoB7RMIhy430fKrSFiosnm6QDk2M6pbA==", + "node_modules/@storybook/builder-webpack4/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "dependencies": { - "@sentry/core": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, - "engines": { - "node": ">=8" + "color-name": "1.1.3" } }, - "node_modules/@sentry/browser/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "node_modules/@storybook/builder-webpack4/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, - "node_modules/@sentry/core": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.11.1.tgz", - "integrity": "sha512-kaDSZ6VNuO4ZZdqUOOX6XM6x+kjo2bMnDQ3IJG51FPvVjr8lXYhXj1Ccxcot3pBYAIWPPby2+vNDOXllmXqoBA==", - "dependencies": { - "@sentry/hub": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, + "node_modules/@storybook/builder-webpack4/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/@sentry/core/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, - "node_modules/@sentry/hub": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.11.1.tgz", - "integrity": "sha512-M6ClgdXdptS0lUBKB5KpXXe2qMQhsoiEN2pEGRI6+auqhfHCUQB1ZXsfjiOYexKC9fwx7TyFyZ9Jcaf2DTxEhw==", - "dependencies": { - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, + "node_modules/@storybook/builder-webpack4/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=0.8.0" } }, - "node_modules/@sentry/hub/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, - "node_modules/@sentry/node": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.11.1.tgz", - "integrity": "sha512-EAAHou/eHSzwRK0Z5qnQiwXNbkpnjWjloaG979gftA+MS/kM0AxQHdOrSJQbOEaqRf3F7/eC4Hj+1tfglAuaLQ==", + "node_modules/@storybook/builder-webpack4/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, "dependencies": { - "@sentry/core": "7.11.1", - "@sentry/hub": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "cookie": "^0.4.1", - "https-proxy-agent": "^5.0.0", - "lru_map": "^0.3.3", - "tslib": "^1.9.3" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/@sentry/node/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, - "node_modules/@sentry/tracing": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.11.1.tgz", - "integrity": "sha512-ilgnHfpdYUWKG/5yAXIfIbPVsCfrC4ONFBR/wN25/hdAyVfXMa3AJx7NCCXxZBOPDWH3hMW8rl4La5yuDbXofg==", + "node_modules/@storybook/builder-webpack4/node_modules/fork-ts-checker-webpack-plugin": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", + "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", "dev": true, "dependencies": { - "@sentry/hub": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" + "@babel/code-frame": "^7.5.5", + "chalk": "^2.4.1", + "micromatch": "^3.1.10", + "minimatch": "^3.0.4", + "semver": "^5.6.0", + "tapable": "^1.0.0", + "worker-rpc": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=6.11.5", + "yarn": ">=1.0.0" } }, - "node_modules/@sentry/tracing/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/@sentry/types": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.11.1.tgz", - "integrity": "sha512-gIEhOPxC2cjrxQ0+K2SFJ1P6e/an5osSxVc9OOtekN28eHtVsXFCLB8XVWeNQnS7N2VkrVrkqORMBz1kvIcvVQ==", + "node_modules/@storybook/builder-webpack4/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/@sentry/utils": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.11.1.tgz", - "integrity": "sha512-tRVXNT5O9ilkV31pyHeTqA1PcPQfMV/2OR6yUYM4ah+QVISovC0f0ybhByuH5nYg6x/Gsnx1o7pc8L1GE3+O7A==", + "node_modules/@storybook/builder-webpack4/node_modules/html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dev": true, "dependencies": { - "@sentry/types": "7.11.1", - "tslib": "^1.9.3" + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "bin": { + "html-minifier-terser": "cli.js" }, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/@sentry/utils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, - "node_modules/@sentry/vue": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/vue/-/vue-7.11.1.tgz", - "integrity": "sha512-4RiaMbvGITpKpnzJBixCR874HjYCmK11yt9YRt/rwXE185TKCVyq54h+57l3680WgNz4MU9oI+PF6C/1E/LfXg==", + "node_modules/@storybook/builder-webpack4/node_modules/html-webpack-plugin": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", + "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", "dev": true, "dependencies": { - "@sentry/browser": "7.11.1", - "@sentry/core": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.20", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" }, "engines": { - "node": ">=8" + "node": ">=6.9" }, "peerDependencies": { - "vue": "2.x || 3.x" + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/@sentry/vue/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "node_modules/@storybook/builder-webpack4/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, - "node_modules/@sinclair/typebox": { - "version": "0.24.28", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.28.tgz", - "integrity": "sha512-dgJd3HLOkLmz4Bw50eZx/zJwtBq65nms3N9VBYu5LTjJ883oBFkTyXRlCB/ZGGwqYpJJHA5zW2Ibhl5ngITfow==" + "node_modules/@storybook/builder-webpack4/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/@sindresorhus/is": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz", - "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==", + "node_modules/@storybook/builder-webpack4/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", "dev": true, + "dependencies": { + "kind-of": "^3.0.2" + }, "engines": { - "node": ">=14.16" + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" }, - "funding": { - "url": "https://github.com/sindresorhus/is?sponsor=1" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@sindresorhus/slugify": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz", - "integrity": "sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==", + "node_modules/@storybook/builder-webpack4/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, "dependencies": { - "@sindresorhus/transliterate": "^0.1.1", - "escape-string-regexp": "^4.0.0" + "isobject": "^3.0.1" }, "engines": { - "node": ">=10" + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "bin": { + "json5": "lib/cli.js" } }, - "node_modules/@sindresorhus/transliterate": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.2.tgz", - "integrity": "sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==", + "node_modules/@storybook/builder-webpack4/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, "dependencies": { - "escape-string-regexp": "^2.0.0", - "lodash.deburr": "^4.1.0" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4.0.0" } }, - "node_modules/@sindresorhus/transliterate/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "node_modules/@storybook/builder-webpack4/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "node_modules/@storybook/builder-webpack4/node_modules/micromatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", "dev": true, "dependencies": { - "type-detect": "4.0.8" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@sinonjs/fake-timers": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", - "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "node_modules/@storybook/builder-webpack4/node_modules/pretty-error": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", + "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", "dev": true, - "peer": true, "dependencies": { - "@sinonjs/commons": "^1.7.0" + "lodash": "^4.17.20", + "renderkid": "^2.0.4" } }, - "node_modules/@storybook/addon-actions": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.5.10.tgz", - "integrity": "sha512-vpCnEu81fmtYzOf0QsRYoDuf9wXgVVl2VysE1dWRebRhIUDU0JurrthTnw322e38D4FzaoNGqZE7wnBYBohzZA==", + "node_modules/@storybook/builder-webpack4/node_modules/renderkid": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", + "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", "lodash": "^4.17.21", - "polished": "^4.2.2", - "prop-types": "^15.7.2", - "react-inspector": "^5.1.0", - "regenerator-runtime": "^0.13.7", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "uuid-browser": "^3.1.0" + "strip-ansi": "^3.0.1" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "engines": { + "node": ">=4" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/terser": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "dev": true, + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=6.0.0" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", + "node_modules/@storybook/builder-webpack4/node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/@storybook/builder-webpack4/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", "dev": true, "dependencies": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", - "@types/webpack-env": "^1.16.0", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/channel-postmessage": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.5.13.tgz", + "integrity": "sha512-R79MBs0mQ7TV8M/a6x/SiTRyvZBidDfMEEthG7Cyo9p35JYiKOhj2535zhW4qlVMESBu95pwKYBibTjASoStPw==", + "dev": true, + "dependencies": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "core-js": "^3.8.2", "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" + "qs": "^6.10.0", + "telejson": "^6.0.8" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "node_modules/@storybook/channel-postmessage/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", + "node_modules/@storybook/channel-postmessage/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "global": "^4.4.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", + "node_modules/@storybook/channel-postmessage/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", "dev": true, "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" + "core-js": "^3.8.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", + "node_modules/@storybook/channel-websocket": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channel-websocket/-/channel-websocket-6.5.13.tgz", + "integrity": "sha512-kwh667H+tzCiNvs92GNwYOwVXdj9uHZyieRAN5rJtTBJ7XgLzGkpTEU50mWlbc0nDKhgE0qYvzyr5H393Iy5ug==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" + "global": "^4.4.0", + "telejson": "^6.0.8" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", + "node_modules/@storybook/channel-websocket/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "core-js": "^3.8.2" + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", + "node_modules/@storybook/channel-websocket/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" + "global": "^4.4.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-actions/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "node_modules/@storybook/channels": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.7.tgz", + "integrity": "sha512-v880fWBpWgiWrDmZesTIstNfMZhrPfgXAtLNcL5Z89NAPahsHskOSszc0BDxKN3gb+ZeTKUqHxY57dQdp+1rhg==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-controls": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-6.5.10.tgz", - "integrity": "sha512-lC2y3XcolmQAJwFurIyGrynAHPWmfNtTCdu3rQBTVGwyxCoNwdOOeC2jV0BRqX2+CW6OHzJr9frNWXPSaZ8c4w==", + "node_modules/@storybook/client-api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.13.tgz", + "integrity": "sha512-uH1mAWbidPiuuTdMUVEiuaNOfrYXm+9QLSP1MMYTKULqEOZI5MSOGkEDqRfVWxbYv/iWBOPTQ+OM9TQ6ecYacg==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-common": "6.5.10", + "@storybook/addons": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/node-logger": "6.5.10", - "@storybook/store": "6.5.10", - "@storybook/theming": "6.5.10", + "@storybook/store": "6.5.13", + "@types/qs": "^6.9.5", + "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", "lodash": "^4.17.21", - "ts-dedent": "^2.0.0" + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "synchronous-promise": "^2.0.15", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", @@ -4664,48 +4687,21 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, - "node_modules/@storybook/addon-controls/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", + "node_modules/@storybook/client-api/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", @@ -4720,19 +4716,19 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "node_modules/@storybook/client-api/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", + "@storybook/router": "6.5.13", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -4753,10 +4749,10 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", + "node_modules/@storybook/client-api/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { "core-js": "^3.8.2", @@ -4768,10 +4764,78 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", + "node_modules/@storybook/client-api/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2", + "global": "^4.4.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/client-api/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/client-api/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "dependencies": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@storybook/client-api/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "dependencies": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@storybook/client-logger": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.7.tgz", + "integrity": "sha512-ycDy1kXeXRg3djSTXRGMVxc0kvaWw/UhHDs2VGFmOPScsoeWpdbePHXJMFbsqippxuexpsofqTryBwH2b6BPhw==", "dev": true, "dependencies": { "core-js": "^3.8.2", @@ -4782,15 +4846,15 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", + "node_modules/@storybook/components": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.13.tgz", + "integrity": "sha512-6Hhx70JK5pGfKCkqMU4yq/BBH+vRTmzj7tZKfPwba+f8VmTMoOr/2ysTQFRtXryiHB6Z15xBYgfq5x2pIwQzLQ==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", "qs": "^6.10.0", @@ -4806,117 +4870,29 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/core-common": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.10.tgz", - "integrity": "sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==", + "node_modules/@storybook/components/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "handlebars": "^4.7.7", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "picomatch": "^2.3.0", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", - "dev": true, - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/node-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.10.tgz", - "integrity": "sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==", - "dev": true, - "dependencies": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", "core-js": "^3.8.2", - "npmlog": "^5.0.1", - "pretty-hrtime": "^1.0.3" + "global": "^4.4.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", + "node_modules/@storybook/components/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", - "qs": "^6.10.0", "regenerator-runtime": "^0.13.7" }, "funding": { @@ -4928,27 +4904,14 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", + "node_modules/@storybook/core": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core/-/core-6.5.13.tgz", + "integrity": "sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "@storybook/core-client": "6.5.13", + "@storybook/core-server": "6.5.13" }, "funding": { "type": "opencollective", @@ -4956,19 +4919,47 @@ }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", + "webpack": "*" + }, + "peerDependenciesMeta": { + "@storybook/builder-webpack5": { + "optional": true + }, + "@storybook/manager-webpack5": { + "optional": true + }, + "typescript": { + "optional": true + } } }, - "node_modules/@storybook/addon-controls/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "node_modules/@storybook/core-client": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-6.5.13.tgz", + "integrity": "sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/addons": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/channel-websocket": "6.5.13", + "@storybook/client-api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/preview-web": "6.5.13", + "@storybook/store": "6.5.13", + "@storybook/ui": "6.5.13", + "airbnb-js-shims": "^2.2.1", + "ansi-to-html": "^0.6.11", "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" + "global": "^4.4.0", + "lodash": "^4.17.21", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7", + "ts-dedent": "^2.0.0", + "unfetch": "^4.2.0", + "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", @@ -4976,124 +4967,28 @@ }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/@storybook/addon-controls/node_modules/@types/node": { - "version": "16.11.54", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", - "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", - "dev": true - }, - "node_modules/@storybook/addon-controls/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@storybook/addon-controls/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/addon-controls/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/addon-postcss": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@storybook/addon-postcss/-/addon-postcss-2.0.0.tgz", - "integrity": "sha512-Nt82A7e9zJH4+A+VzLKKswUfru+T6FJTakj4dccP0i8DSn7a0CkzRPrLuZBq8tg4voV6gD74bcDf3gViCVBGtA==", - "dev": true, - "dependencies": { - "@storybook/node-logger": "^6.1.14", - "css-loader": "^3.6.0", - "postcss": "^7.0.35", - "postcss-loader": "^4.2.0", - "style-loader": "^1.3.0" - }, - "engines": { - "node": ">=10", - "yarn": "^1.17.0" - } - }, - "node_modules/@storybook/addon-postcss/node_modules/postcss-loader": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", - "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", - "dev": true, - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@storybook/addon-postcss/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", + "webpack": "*" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@storybook/addons": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.7.tgz", - "integrity": "sha512-tUZ2c1uegUcwY31ztNQZGU/HUwAEEGIR8fEOvvO8S0TNQGoo6cwFtZmWBh3mTSRGcmzK2SNBjFHZua5Ee9TefA==", + "node_modules/@storybook/core-client/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "@storybook/api": "6.5.7", - "@storybook/channels": "6.5.7", - "@storybook/client-logger": "6.5.7", - "@storybook/core-events": "6.5.7", + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.7", - "@storybook/theming": "6.5.7", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", @@ -5108,19 +5003,19 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/api": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.7.tgz", - "integrity": "sha512-QCNypz4X+lYuFW7EzvRPXMf8uS3gfSIV8sqXtEe5XoMb0HQXhy6AGU7/4iAeuUimtETqLTxq+kOxaSg4uPowxg==", + "node_modules/@storybook/core-client/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.7", - "@storybook/client-logger": "6.5.7", - "@storybook/core-events": "6.5.7", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.7", + "@storybook/router": "6.5.13", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.7", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -5141,118 +5036,94 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/babel-plugin-require-context-hook": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@storybook/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.1.tgz", - "integrity": "sha512-WM4vjgSVi8epvGiYfru7BtC3f0tGwNs7QK3Uc4xQn4t5hHQvISnCqbNrHdDYmNW56Do+bBztE8SwP6NGUvd7ww==", - "dev": true - }, - "node_modules/@storybook/builder-vite": { - "version": "0.1.36", - "resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.1.36.tgz", - "integrity": "sha512-08g3NfPDAlBFIR0Axo30cgT0RT7NLICel4FVJBlJZKvxwA6Go1wi3IoO93DPJsVjAAQTfxoBiQ6/gkDBlhZE5w==", - "dev": true, - "dependencies": { - "@joshwooding/vite-plugin-react-docgen-typescript": "0.0.4", - "@mdx-js/mdx": "^1.6.22", - "@storybook/csf-tools": "^6.4.3", - "@storybook/source-loader": "^6.4.3", - "@vitejs/plugin-react": "^1.0.8", - "ast-types": "^0.14.2", - "es-module-lexer": "^0.9.3", - "glob": "^7.2.0", - "glob-promise": "^4.2.0", - "magic-string": "^0.26.1", - "react-docgen": "^6.0.0-alpha.0", - "slash": "^3.0.0", - "sveltedoc-parser": "^4.2.1", - "vite-plugin-mdx": "^3.5.6" - }, - "peerDependencies": { - "@storybook/core-common": ">=6.4.3 || >=6.5.0-alpha.0", - "@storybook/node-logger": ">=6.4.3 || >=6.5.0-alpha.0", - "@storybook/source-loader": ">=6.4.3 || >=6.5.0-alpha.0", - "vite": ">=2.6.7" - } - }, - "node_modules/@storybook/builder-vite/node_modules/ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", + "node_modules/@storybook/core-client/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "tslib": "^2.0.1" + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, - "engines": { - "node": ">=4" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/builder-vite/node_modules/glob-promise": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-4.2.2.tgz", - "integrity": "sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==", + "node_modules/@storybook/core-client/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "@types/glob": "^7.1.3" - }, - "engines": { - "node": ">=12" + "core-js": "^3.8.2", + "global": "^4.4.0" }, "funding": { - "type": "individual", - "url": "https://github.com/sponsors/ahmadnassri" - }, - "peerDependencies": { - "glob": "^7.1.6" + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/builder-vite/node_modules/magic-string": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", - "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", + "node_modules/@storybook/core-client/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", "dev": true, "dependencies": { - "sourcemap-codec": "^1.4.8" + "core-js": "^3.8.2" }, - "engines": { - "node": ">=12" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/channels": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.7.tgz", - "integrity": "sha512-v880fWBpWgiWrDmZesTIstNfMZhrPfgXAtLNcL5Z89NAPahsHskOSszc0BDxKN3gb+ZeTKUqHxY57dQdp+1rhg==", + "node_modules/@storybook/core-client/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", "dev": true, "dependencies": { + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/client-logger": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.7.tgz", - "integrity": "sha512-ycDy1kXeXRg3djSTXRGMVxc0kvaWw/UhHDs2VGFmOPScsoeWpdbePHXJMFbsqippxuexpsofqTryBwH2b6BPhw==", + "node_modules/@storybook/core-client/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", - "global": "^4.4.0" + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/@storybook/core-common": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.7.tgz", - "integrity": "sha512-/b1oQlmhek8tKDu9ky2O1oEk9g2giAPpl192yRz4lIxap5CFJ7RCfgbkq+F3JBXnH2P84BufC0x3dj4jvBhxCw==", + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.13.tgz", + "integrity": "sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==", "dev": true, - "peer": true, "dependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", @@ -5276,7 +5147,7 @@ "@babel/preset-react": "^7.12.10", "@babel/preset-typescript": "^7.12.7", "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.7", + "@storybook/node-logger": "6.5.13", "@storybook/semver": "^7.3.2", "@types/node": "^14.0.10 || ^16.0.0", "@types/pretty-hrtime": "^1.0.0", @@ -5324,7 +5195,6 @@ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", "dev": true, - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.13.0", "@babel/helper-module-imports": "^7.12.13", @@ -5343,15 +5213,13 @@ "version": "16.11.36", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz", "integrity": "sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==", - "dev": true, - "peer": true + "dev": true }, "node_modules/@storybook/core-common/node_modules/babel-plugin-polyfill-corejs3": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", "dev": true, - "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.1.5", "core-js-compat": "^3.8.1" @@ -5365,7 +5233,6 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, - "peer": true, "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -5381,7 +5248,6 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "peer": true, "bin": { "semver": "bin/semver.js" } @@ -5399,6 +5265,127 @@ "url": "https://opencollective.com/storybook" } }, + "node_modules/@storybook/core-server": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-6.5.13.tgz", + "integrity": "sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ==", + "dev": true, + "dependencies": { + "@discoveryjs/json-ext": "^0.5.3", + "@storybook/builder-webpack4": "6.5.13", + "@storybook/core-client": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/csf-tools": "6.5.13", + "@storybook/manager-webpack4": "6.5.13", + "@storybook/node-logger": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/store": "6.5.13", + "@storybook/telemetry": "6.5.13", + "@types/node": "^14.0.10 || ^16.0.0", + "@types/node-fetch": "^2.5.7", + "@types/pretty-hrtime": "^1.0.0", + "@types/webpack": "^4.41.26", + "better-opn": "^2.1.1", + "boxen": "^5.1.2", + "chalk": "^4.1.0", + "cli-table3": "^0.6.1", + "commander": "^6.2.1", + "compression": "^1.7.4", + "core-js": "^3.8.2", + "cpy": "^8.1.2", + "detect-port": "^1.3.0", + "express": "^4.17.1", + "fs-extra": "^9.0.1", + "global": "^4.4.0", + "globby": "^11.0.2", + "ip": "^2.0.0", + "lodash": "^4.17.21", + "node-fetch": "^2.6.7", + "open": "^8.4.0", + "pretty-hrtime": "^1.0.3", + "prompts": "^2.4.0", + "regenerator-runtime": "^0.13.7", + "serve-favicon": "^2.5.0", + "slash": "^3.0.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2", + "watchpack": "^2.2.0", + "webpack": "4", + "ws": "^8.2.3", + "x-default-browser": "^0.4.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@storybook/builder-webpack5": { + "optional": true + }, + "@storybook/manager-webpack5": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/@storybook/core-server/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/core-server/node_modules/@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true + }, + "node_modules/@storybook/core-server/node_modules/commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@storybook/core-server/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@storybook/core-server/node_modules/ip": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "dev": true + }, "node_modules/@storybook/csf": { "version": "0.0.2--canary.4566f4d.1", "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.4566f4d.1.tgz", @@ -5409,9 +5396,9 @@ } }, "node_modules/@storybook/csf-tools": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.7.tgz", - "integrity": "sha512-/vBaknzD8c7H/Zsz0gwhmlNlMwe5slZwXadi6rAQXDkKLzaR1kmz4cQFs8yDR1wWpXaGjNvQxOUAGYjFoGQxzA==", + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.13.tgz", + "integrity": "sha512-63Ev+VmBqzwSwfUzbuXOLKBD5dMTK2zBYLQ9anTVw70FuTikwTsGIbPgb098K0vsxRCgxl7KM7NpivHqtZtdjw==", "dev": true, "dependencies": { "@babel/core": "^7.12.10", @@ -5458,14 +5445,14 @@ } }, "node_modules/@storybook/docs-tools": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-6.5.10.tgz", - "integrity": "sha512-/bvYgOO+CxMEcHifkjJg0A60OTGOhcjGxnsB1h0gJuxMrqA/7Qwc108bFmPiX0eiD1BovFkZLJV4O6OY7zP5Vw==", + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-6.5.13.tgz", + "integrity": "sha512-hB+hk+895ny4SW84j3X5iV55DHs3bCfTOp7cDdcZJdQrlm0wuDb4A6d4ffNC7ZLh9VkUjU6ST4VEV5Bb0Cptow==", "dev": true, "dependencies": { "@babel/core": "^7.12.10", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", + "@storybook/store": "6.5.13", "core-js": "^3.8.2", "doctrine": "^3.0.0", "lodash": "^4.17.21", @@ -5476,19 +5463,75 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", + "node_modules/@storybook/manager-webpack4": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.13.tgz", + "integrity": "sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.10", + "@babel/plugin-transform-template-literals": "^7.12.1", + "@babel/preset-react": "^7.12.10", + "@storybook/addons": "6.5.13", + "@storybook/core-client": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/node-logger": "6.5.13", + "@storybook/theming": "6.5.13", + "@storybook/ui": "6.5.13", + "@types/node": "^14.0.10 || ^16.0.0", + "@types/webpack": "^4.41.26", + "babel-loader": "^8.0.0", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "chalk": "^4.1.0", + "core-js": "^3.8.2", + "css-loader": "^3.6.0", + "express": "^4.17.1", + "file-loader": "^6.2.0", + "find-up": "^5.0.0", + "fs-extra": "^9.0.1", + "html-webpack-plugin": "^4.0.0", + "node-fetch": "^2.6.7", + "pnp-webpack-plugin": "1.6.4", + "read-pkg-up": "^7.0.1", + "regenerator-runtime": "^0.13.7", + "resolve-from": "^5.0.0", + "style-loader": "^1.3.0", + "telejson": "^6.0.8", + "terser-webpack-plugin": "^4.2.3", + "ts-dedent": "^2.0.0", + "url-loader": "^4.1.1", + "util-deprecate": "^1.0.2", + "webpack": "4", + "webpack-dev-middleware": "^3.7.3", + "webpack-virtual-modules": "^0.2.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", @@ -5503,19 +5546,19 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "node_modules/@storybook/manager-webpack4/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", + "@storybook/router": "6.5.13", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -5536,10 +5579,10 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", + "node_modules/@storybook/manager-webpack4/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { "core-js": "^3.8.2", @@ -5551,10 +5594,10 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", + "node_modules/@storybook/manager-webpack4/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { "core-js": "^3.8.2", @@ -5565,10 +5608,10 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", + "node_modules/@storybook/manager-webpack4/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", "dev": true, "dependencies": { "core-js": "^3.8.2" @@ -5578,13 +5621,13 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", + "node_modules/@storybook/manager-webpack4/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", "qs": "^6.10.0", @@ -5599,27 +5642,16 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", + "node_modules/@storybook/manager-webpack4/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", @@ -5630,32 +5662,197 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/docs-tools/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "node_modules/@storybook/manager-webpack4/node_modules/@types/html-minifier-terser": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", + "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", + "dev": true + }, + "node_modules/@storybook/manager-webpack4/node_modules/@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true + }, + "node_modules/@storybook/manager-webpack4/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", "dev": true, - "dependencies": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@storybook/mdx1-csf": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.1.tgz", - "integrity": "sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==", - "dev": true, - "dependencies": { + "node_modules/@storybook/manager-webpack4/node_modules/clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dev": true, + "dependencies": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/html-webpack-plugin": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", + "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", + "dev": true, + "dependencies": { + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.20", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" + }, + "engines": { + "node": ">=6.9" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/pretty-error": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", + "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", + "dev": true, + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^2.0.4" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/renderkid": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", + "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", + "dev": true, + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^3.0.1" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/terser": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "dev": true, + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/@storybook/mdx1-csf": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.1.tgz", + "integrity": "sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==", + "dev": true, + "dependencies": { "@babel/generator": "^7.12.11", "@babel/parser": "^7.12.11", "@babel/preset-env": "^7.12.11", @@ -5682,9 +5879,9 @@ } }, "node_modules/@storybook/node-logger": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.7.tgz", - "integrity": "sha512-OrHu5p2E5i7P2v2hQAOtZw6Od1e2nrP6L7w5SxUPgccUnKUD9dRX5Y8qbAcPZO3XCkMLjpjAbC1xBXG0eFkn9g==", + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.13.tgz", + "integrity": "sha512-/r5aVZAqZRoy5FyNk/G4pj7yKJd3lJfPbAaOHVROv2IF7PJP/vtRaDkcfh0g2U6zwuDxGIqSn80j+qoEli9m5A==", "dev": true, "dependencies": { "@types/npmlog": "^4.1.2", @@ -5698,6 +5895,181 @@ "url": "https://opencollective.com/storybook" } }, + "node_modules/@storybook/preview-web": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.13.tgz", + "integrity": "sha512-GNNYVzw4SmRua3dOc52Ye6Us4iQbq5GKQ56U3iwnzZM3TBdJB+Rft94Fn1/pypHujEHS8hl5Xgp9td6C1lLCow==", + "dev": true, + "dependencies": { + "@storybook/addons": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/store": "6.5.13", + "ansi-to-html": "^0.6.11", + "core-js": "^3.8.2", + "global": "^4.4.0", + "lodash": "^4.17.21", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7", + "synchronous-promise": "^2.0.15", + "ts-dedent": "^2.0.0", + "unfetch": "^4.2.0", + "util-deprecate": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@storybook/preview-web/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "dependencies": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@storybook/preview-web/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "dependencies": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@storybook/preview-web/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/preview-web/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2", + "global": "^4.4.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/preview-web/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/preview-web/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "dependencies": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@storybook/preview-web/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "dependencies": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/@storybook/router": { "version": "6.5.7", "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.7.tgz", @@ -5832,103 +6204,50 @@ "node": ">=10.13.0" } }, - "node_modules/@storybook/theming": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.7.tgz", - "integrity": "sha512-6zp1V84DSBcS8BtFOCJlF2/nIonjQmr+dILPxaM3lCm/X003i2jAQrBKTfPlmzCeDn07PBhzHaRJ3wJskfmeNw==", - "dev": true, - "dependencies": { - "@storybook/client-logger": "6.5.7", - "core-js": "^3.8.2", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/@storybook/vue3": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/vue3/-/vue3-6.5.10.tgz", - "integrity": "sha512-pIPiEeKrBLlJkkruzcLCmz1Mbku9wFEsNMlQaw0gPB/GuhZOf2xcoWxogfC2Yw2raUHZMQ5jO2rXAimtbrzq5g==", + "node_modules/@storybook/store": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.13.tgz", + "integrity": "sha512-GG6lm+8fBX1tNUnX7x3raBOjYhhf14bPWLtYiPlxDTFEMs3sJte7zWKZq6NQ79MoBLL6jjzTeolBfDCBw6fiWQ==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/core": "6.5.10", - "@storybook/core-common": "6.5.10", + "@storybook/addons": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/docs-tools": "6.5.10", - "@storybook/store": "6.5.10", - "@types/node": "^14.14.20 || ^16.0.0", - "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", "global": "^4.4.0", - "react": "16.14.0", - "react-dom": "16.14.0", - "read-pkg-up": "^7.0.1", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", "regenerator-runtime": "^0.13.7", + "slash": "^3.0.0", + "stable": "^0.1.8", + "synchronous-promise": "^2.0.15", "ts-dedent": "^2.0.0", - "ts-loader": "^8.0.14", - "vue-docgen-api": "^4.44.15", - "vue-docgen-loader": "^1.5.0", - "vue-loader": "^16.4.1", - "webpack": ">=4.0.0 <6.0.0" - }, - "bin": { - "build-storybook": "bin/build.js", - "start-storybook": "bin/index.js", - "storybook-server": "bin/index.js" - }, - "engines": { - "node": ">=10.13.0" + "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "@babel/core": "*", - "@vue/compiler-sfc": "^3.0.0", - "babel-loader": "^7.0.0 || ^8.0.0", - "vue": "^3.0.0" - } - }, - "node_modules/@storybook/vue3/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", + "node_modules/@storybook/store/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", @@ -5943,19 +6262,19 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/addons/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "node_modules/@storybook/store/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", + "@storybook/router": "6.5.13", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -5976,36 +6295,58 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/addons/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", + "node_modules/@storybook/store/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/store/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2", + "global": "^4.4.0" }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/addons/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "node_modules/@storybook/store/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "dependencies": { + "core-js": "^3.8.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/store/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", + "qs": "^6.10.0", "regenerator-runtime": "^0.13.7" }, "funding": { @@ -6017,79 +6358,100 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/channel-postmessage": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.5.10.tgz", - "integrity": "sha512-t9PTA0UzFvYa3IlOfpBOolfrRMPTjUMIeCQ6FNyM0aj5GqLKSvoQzP8NeoRpIrvyf6ljFKKdaMaZ3fiCvh45ag==", + "node_modules/@storybook/store/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", - "global": "^4.4.0", - "qs": "^6.10.0", - "telejson": "^6.0.8" + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/channel-websocket": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-websocket/-/channel-websocket-6.5.10.tgz", - "integrity": "sha512-RTXMZbMWCS3xU+4GVIdfnUXsKcwg/WTozy88/5OxaKjGw6KgRedqLAQJKJ6Y5XlnwIcWelirkHj/COwTTXhbPg==", + "node_modules/@storybook/telemetry": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/telemetry/-/telemetry-6.5.13.tgz", + "integrity": "sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.13", + "@storybook/core-common": "6.5.13", + "chalk": "^4.1.0", "core-js": "^3.8.2", + "detect-package-manager": "^2.0.1", + "fetch-retry": "^5.0.2", + "fs-extra": "^9.0.1", "global": "^4.4.0", - "telejson": "^6.0.8" + "isomorphic-unfetch": "^3.1.0", + "nanoid": "^3.3.1", + "read-pkg-up": "^7.0.1", + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", + "node_modules/@storybook/telemetry/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "global": "^4.4.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", + "node_modules/@storybook/telemetry/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "engines": { + "node": ">=10" + } + }, + "node_modules/@storybook/testing-vue3": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@storybook/testing-vue3/-/testing-vue3-0.0.2.tgz", + "integrity": "sha512-kmgv+zddTzZwQx5AYz0zM/ySJ/2lmNNij8WvXDy9u84fnc3HZPQ1yckUYtviaKty8VFB/TZaqxEqNm37wKd03Q==", + "dev": true, + "peerDependencies": { + "@storybook/addons": "^6.0.0", + "@storybook/client-api": "^6.0.0", + "@storybook/vue3": "^6.0.0", + "vue": "^3.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-6.5.10.tgz", - "integrity": "sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==", + "node_modules/@storybook/theming": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.7.tgz", + "integrity": "sha512-6zp1V84DSBcS8BtFOCJlF2/nIonjQmr+dILPxaM3lCm/X003i2jAQrBKTfPlmzCeDn07PBhzHaRJ3wJskfmeNw==", "dev": true, "dependencies": { - "@storybook/core-client": "6.5.10", - "@storybook/core-server": "6.5.10" + "@storybook/client-logger": "6.5.7", + "core-js": "^3.8.2", + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", @@ -6097,77 +6459,29 @@ }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "webpack": "*" - }, - "peerDependenciesMeta": { - "@storybook/builder-webpack5": { - "optional": true - }, - "@storybook/manager-webpack5": { - "optional": true - }, - "typescript": { - "optional": true - } + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core-common": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.10.tgz", - "integrity": "sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==", + "node_modules/@storybook/ui": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.13.tgz", + "integrity": "sha512-MklJuSg4Bc+MWjwhZVmZhJaucaeEBUMMa2V9oRWbIgZOdRHqdW72S2vCbaarDAYfBQdnfaoq1GkSQiw+EnWOzA==", "dev": true, "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.10", + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/router": "6.5.13", "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "handlebars": "^4.7.7", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "picomatch": "^2.3.0", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7", + "resolve-from": "^5.0.0" }, "funding": { "type": "opencollective", @@ -6176,92 +6490,56 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", + "node_modules/@storybook/ui/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "core-js": "^3.8.2" + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-6.5.10.tgz", - "integrity": "sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==", + "node_modules/@storybook/ui/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channel-websocket": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/preview-web": "6.5.10", - "@storybook/store": "6.5.10", - "@storybook/ui": "6.5.10", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "webpack": "*" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/client-api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.10.tgz", - "integrity": "sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==", - "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", "lodash": "^4.17.21", "memoizerific": "^1.11.3", - "qs": "^6.10.0", "regenerator-runtime": "^0.13.7", "store2": "^2.12.0", - "synchronous-promise": "^2.0.15", + "telejson": "^6.0.8", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" }, @@ -6274,132 +6552,55 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/preview-web": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.10.tgz", - "integrity": "sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==", + "node_modules/@storybook/ui/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "ansi-to-html": "^0.6.11", "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "synchronous-promise": "^2.0.15", "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", - "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "node_modules/@storybook/ui/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "global": "^4.4.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", + "node_modules/@storybook/ui/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" + "core-js": "^3.8.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", + "node_modules/@storybook/ui/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", "qs": "^6.10.0", @@ -6414,13 +6615,13 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-client/node_modules/@storybook/ui/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "node_modules/@storybook/ui/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", "regenerator-runtime": "^0.13.7" @@ -6434,131 +6635,69 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-6.5.10.tgz", - "integrity": "sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==", + "node_modules/@storybook/vue3": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/vue3/-/vue3-6.5.13.tgz", + "integrity": "sha512-9tq83Q3eLoE/5deFXXYI6fmx4/AlFg3/OjkZKL5LstRT6cD+Iz95aMY6+wvMObdGaABXYPW1+jyAbNLAr1cZdg==", "dev": true, "dependencies": { - "@discoveryjs/json-ext": "^0.5.3", - "@storybook/builder-webpack4": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/addons": "6.5.13", + "@storybook/core": "6.5.13", + "@storybook/core-common": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/csf-tools": "6.5.10", - "@storybook/manager-webpack4": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/telemetry": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/node-fetch": "^2.5.7", - "@types/pretty-hrtime": "^1.0.0", - "@types/webpack": "^4.41.26", - "better-opn": "^2.1.1", - "boxen": "^5.1.2", - "chalk": "^4.1.0", - "cli-table3": "^0.6.1", - "commander": "^6.2.1", - "compression": "^1.7.4", + "@storybook/docs-tools": "6.5.13", + "@storybook/store": "6.5.13", + "@types/node": "^14.14.20 || ^16.0.0", + "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", - "cpy": "^8.1.2", - "detect-port": "^1.3.0", - "express": "^4.17.1", - "fs-extra": "^9.0.1", "global": "^4.4.0", - "globby": "^11.0.2", - "ip": "^2.0.0", - "lodash": "^4.17.21", - "node-fetch": "^2.6.7", - "open": "^8.4.0", - "pretty-hrtime": "^1.0.3", - "prompts": "^2.4.0", + "react": "16.14.0", + "react-dom": "16.14.0", + "read-pkg-up": "^7.0.1", "regenerator-runtime": "^0.13.7", - "serve-favicon": "^2.5.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "watchpack": "^2.2.0", - "webpack": "4", - "ws": "^8.2.3", - "x-default-browser": "^0.4.0" + "ts-loader": "^8.0.14", + "vue-docgen-api": "^4.44.15", + "vue-docgen-loader": "^1.5.0", + "vue-loader": "^16.4.1", + "webpack": ">=4.0.0 <6.0.0" + }, + "bin": { + "build-storybook": "bin/build.js", + "start-storybook": "bin/index.js", + "storybook-server": "bin/index.js" + }, + "engines": { + "node": ">=10.13.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@storybook/builder-webpack5": { - "optional": true - }, - "@storybook/manager-webpack5": { - "optional": true - }, - "typescript": { - "optional": true - } + "@babel/core": "*", + "@vue/compiler-sfc": "^3.0.0", + "babel-loader": "^7.0.0 || ^8.0.0", + "vue": "^3.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack4/-/builder-webpack4-6.5.10.tgz", - "integrity": "sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==", + "node_modules/@storybook/vue3/node_modules/@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", "dev": true, "dependencies": { - "@babel/core": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/preview-web": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "autoprefixer": "^9.8.6", - "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^4.1.6", - "glob": "^7.1.6", - "glob-promise": "^3.4.0", "global": "^4.4.0", - "html-webpack-plugin": "^4.0.0", - "pnp-webpack-plugin": "1.6.4", - "postcss": "^7.0.36", - "postcss-flexbugs-fixes": "^4.2.1", - "postcss-loader": "^4.2.0", - "raw-loader": "^4.0.2", - "stable": "^0.1.8", - "style-loader": "^1.3.0", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-filter-warnings-plugin": "^1.2.1", - "webpack-hot-middleware": "^2.25.1", - "webpack-virtual-modules": "^0.2.2" + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", @@ -6567,26 +6706,21 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "node_modules/@storybook/vue3/node_modules/@storybook/addons/node_modules/@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", + "@storybook/router": "6.5.13", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -6607,32 +6741,17 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/client-api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.10.tgz", - "integrity": "sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==", + "node_modules/@storybook/vue3/node_modules/@storybook/addons/node_modules/@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", "memoizerific": "^1.11.3", "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", @@ -6643,20 +6762,16 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", + "node_modules/@storybook/vue3/node_modules/@storybook/addons/node_modules/@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", + "@storybook/client-logger": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" + "regenerator-runtime": "^0.13.7" }, "funding": { "type": "opencollective", @@ -6667,4291 +6782,4156 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/preview-web": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.10.tgz", - "integrity": "sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==", + "node_modules/@storybook/vue3/node_modules/@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "ansi-to-html": "^0.6.11", "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "synchronous-promise": "^2.0.15", "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", "util-deprecate": "^1.0.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", + "node_modules/@storybook/vue3/node_modules/@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" + "global": "^4.4.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "node_modules/@storybook/vue3/node_modules/@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" + "core-js": "^3.8.2" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/vue3/node_modules/@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true + }, + "node_modules/@storybook/vue3/node_modules/hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "dev": true + }, + "node_modules/@storybook/vue3/node_modules/vue-loader": { + "version": "16.8.3", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz", + "integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "hash-sum": "^2.0.0", + "loader-utils": "^2.0.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "webpack": "^4.1.0 || ^5.0.0-0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/builder-webpack4/node_modules/@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", + "node_modules/@szmarczak/http-timer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", + "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "defer-to-connect": "^2.0.1" }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "engines": { + "node": ">=14.16" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.10.tgz", - "integrity": "sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==", + "node_modules/@testing-library/dom": { + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.19.0.tgz", + "integrity": "sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==", "dev": true, "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^4.2.0", + "aria-query": "^5.0.0", "chalk": "^4.1.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fs-extra": "^9.0.1", - "html-webpack-plugin": "^4.0.0", - "node-fetch": "^2.6.7", - "pnp-webpack-plugin": "1.6.4", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "style-loader": "^1.3.0", - "telejson": "^6.0.8", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-virtual-modules": "^0.2.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.4.4", + "pretty-format": "^27.0.2" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "engines": { + "node": ">=12" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "node_modules/@testing-library/dom/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "dev": true, - "dependencies": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" + "engines": { + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", + "node_modules/@testing-library/dom/node_modules/pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", "dev": true, "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "node_modules/@testing-library/vue": { + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-6.6.1.tgz", + "integrity": "sha512-vpyBPrHzKTwEGS7ehUC8/IXgnqTBEMk6jd52Gouf51arG2jUorPhmkbsxUwJOyxz6L0gj2ZcmWnznG1OJcTCDQ==", "dev": true, "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "@babel/runtime": "^7.15.4", + "@testing-library/dom": "^8.5.0", + "@vue/test-utils": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "engines": { + "node": ">=12" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "@vue/compiler-sfc": ">= 3", + "vue": ">= 3" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", - "dev": true, + "node_modules/@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/@transloadit/prettier-bytes": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz", + "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==", + "dev": true + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", + "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==" + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", + "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==" + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", + "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==" + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", + "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==" + }, + "node_modules/@turf/bbox": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-6.5.0.tgz", + "integrity": "sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==", "dependencies": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" + "@turf/helpers": "^6.5.0", + "@turf/meta": "^6.5.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "url": "https://opencollective.com/turf" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/@storybook/core-server/node_modules/@storybook/manager-webpack4/node_modules/@storybook/ui/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, + "node_modules/@turf/center": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/center/-/center-6.5.0.tgz", + "integrity": "sha512-T8KtMTfSATWcAX088rEDKjyvQCBkUsLnK/Txb6/8WUXIeOZyHu42G7MkdkHRoHtwieLdduDdmPLFyTdG5/e7ZQ==", "dependencies": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" + "@turf/bbox": "^6.5.0", + "@turf/helpers": "^6.5.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "url": "https://opencollective.com/turf" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", - "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", - "dev": true, + "node_modules/@turf/helpers": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", + "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==", + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@turf/intersect": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/intersect/-/intersect-6.5.0.tgz", + "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==", "dependencies": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0", + "polygon-clipping": "^0.15.3" }, - "engines": { - "node": ">=6.11.5", - "yarn": ">=1.0.0" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, + "node_modules/@turf/invariant": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.5.0.tgz", + "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "@turf/helpers": "^6.5.0" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/turf" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/core/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@storybook/vue3/node_modules/@storybook/csf-tools": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.10.tgz", - "integrity": "sha512-H77kZQEisu7+skzeIbNZwmE09OqLjwJTeFhLN1pcjxKVa30LEI3pBHcNBxVKqgxl+Yg3KkB7W/ArLO2N+i2ohw==", - "dev": true, + "node_modules/@turf/meta": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.5.0.tgz", + "integrity": "sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==", "dependencies": { - "@babel/core": "^7.12.10", - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/plugin-transform-react-jsx": "^7.12.12", - "@babel/preset-env": "^7.12.11", - "@babel/traverse": "^7.12.11", - "@babel/types": "^7.12.11", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/mdx1-csf": "^0.0.1", - "core-js": "^3.8.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" + "@turf/helpers": "^6.5.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "@storybook/mdx2-csf": "^0.0.3" - }, - "peerDependenciesMeta": { - "@storybook/mdx2-csf": { - "optional": true - } + "url": "https://opencollective.com/turf" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/node-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.10.tgz", - "integrity": "sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==", - "dev": true, + "node_modules/@types/accepts": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", + "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", "dependencies": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^5.0.1", - "pretty-hrtime": "^1.0.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", - "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } + "node_modules/@types/aria-query": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz", + "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==", + "dev": true }, - "node_modules/@storybook/vue3/node_modules/@storybook/telemetry": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/telemetry/-/telemetry-6.5.10.tgz", - "integrity": "sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==", + "node_modules/@types/babel__core": { + "version": "7.1.19", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", + "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", - "@storybook/core-common": "6.5.10", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "detect-package-manager": "^2.0.1", - "fetch-retry": "^5.0.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "isomorphic-unfetch": "^3.1.0", - "nanoid": "^3.3.1", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" } }, - "node_modules/@storybook/vue3/node_modules/@types/html-minifier-terser": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", - "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", - "dev": true - }, - "node_modules/@storybook/vue3/node_modules/@types/node": { - "version": "16.11.36", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz", - "integrity": "sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==", - "dev": true - }, - "node_modules/@storybook/vue3/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "@babel/types": "^7.0.0" } }, - "node_modules/@storybook/vue3/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", "dev": true, "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" } }, - "node_modules/@storybook/vue3/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", + "node_modules/@types/babel__traverse": { + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz", + "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/types": "^7.3.0" } }, - "node_modules/@storybook/vue3/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, + "node_modules/@types/basic-auth": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/basic-auth/-/basic-auth-1.1.3.tgz", + "integrity": "sha512-W3rv6J0IGlxqgE2eQ2pTb0gBjaGtejQpJ6uaCjz3UQ65+TFTPC5/lAE+POfx1YLdjtxvejJzsIAfd3MxWiVmfg==", "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/clean-css": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", - "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", - "dev": true, + "node_modules/@types/bcryptjs": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@types/bcryptjs/-/bcryptjs-2.4.2.tgz", + "integrity": "sha512-LiMQ6EOPob/4yUL66SZzu6Yh77cbzJFYll+ZfaPiPPFswtIlA/Fs1MzdKYA7JApHU49zQTbJGX3PDmCpIdDBRQ==" + }, + "node_modules/@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" + "@types/connect": "*", + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/@types/cacheable-request": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz", + "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==", "dev": true, "dependencies": { - "color-name": "1.1.3" + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" } }, - "node_modules/@storybook/vue3/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "node_modules/@types/chai": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.4.tgz", + "integrity": "sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==", "dev": true }, - "node_modules/@storybook/vue3/node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@storybook/vue3/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "node_modules/@types/chai-subset": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@types/chai-subset/-/chai-subset-1.3.3.tgz", + "integrity": "sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==", "dev": true, - "engines": { - "node": ">=0.8.0" + "dependencies": { + "@types/chai": "*" } }, - "node_modules/@storybook/vue3/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", - "dev": true, + "node_modules/@types/compression": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@types/compression/-/compression-1.7.2.tgz", + "integrity": "sha512-lwEL4M/uAGWngWFLSG87ZDr2kLrbuR8p7X+QZB1OQlT+qkHsCPDVFnHPyXf4Vyl4yDDorNY+mAhosxkCvppatg==", "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" + "@types/express": "*" } }, - "node_modules/@storybook/vue3/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, + "node_modules/@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" + "node_modules/@types/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-0mPF08jn9zYI0n0Q/Pnz7C4kThdSt+6LD4amsrYDDpgBfrVWa3TcCOxKX1zkGgYniGagRv8heN2cbh+CAn+uuQ==" + }, + "node_modules/@types/cookie-parser": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.3.tgz", + "integrity": "sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==", + "dependencies": { + "@types/express": "*" } }, - "node_modules/@storybook/vue3/node_modules/hash-sum": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", - "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "node_modules/@types/cookiejar": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.2.tgz", + "integrity": "sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==", "dev": true }, - "node_modules/@storybook/vue3/node_modules/html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", - "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", - "dev": true, + "node_modules/@types/cookies": { + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.7.tgz", + "integrity": "sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==", "dependencies": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "bin": { - "html-minifier-terser": "cli.js" - }, - "engines": { - "node": ">=6" + "@types/connect": "*", + "@types/express": "*", + "@types/keygrip": "*", + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/html-minifier-terser/node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true, - "engines": { - "node": ">= 6" - } + "node_modules/@types/cors": { + "version": "2.8.12", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", + "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" }, - "node_modules/@storybook/vue3/node_modules/html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", - "dev": true, - "dependencies": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "engines": { - "node": ">=6.9" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } + "node_modules/@types/dateformat": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/dateformat/-/dateformat-5.0.0.tgz", + "integrity": "sha512-SZg4JdHIWHQGEokbYGZSDvo5wA4TLYPXaqhigs/wH+REDOejcJzgH+qyY+HtEUtWOZxEUkbhbdYPqQDiEgrXeA==" }, - "node_modules/@storybook/vue3/node_modules/html-webpack-plugin/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "node_modules/@types/eslint": { + "version": "8.4.6", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.6.tgz", + "integrity": "sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==", "dev": true, "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "@types/estree": "*", + "@types/json-schema": "*" } }, - "node_modules/@storybook/vue3/node_modules/html-webpack-plugin/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "node_modules/@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", "dev": true, + "peer": true, "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" + "@types/eslint": "*", + "@types/estree": "*" } }, - "node_modules/@storybook/vue3/node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "node_modules/@types/estree": { + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", "dev": true }, - "node_modules/@storybook/vue3/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "node_modules/@types/express": { + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", + "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } }, - "node_modules/@storybook/vue3/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, + "node_modules/@types/express-jwt": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@types/express-jwt/-/express-jwt-6.0.4.tgz", + "integrity": "sha512-I53KRQ9D0eTA6hVCN9S73iOeprKS3JNWK+Cp2mDPB6uOIkTVpkgSkX394kHQzb5cd0U02I0adRmsMxHk+zX8tA==", "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" + "@types/express": "*", + "@types/express-unless": "*" } }, - "node_modules/@storybook/vue3/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "dev": true, + "node_modules/@types/express-serve-static-core": { + "version": "4.17.30", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.30.tgz", + "integrity": "sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==", "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" } }, - "node_modules/@storybook/vue3/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, + "node_modules/@types/express-unless": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@types/express-unless/-/express-unless-0.5.3.tgz", + "integrity": "sha512-TyPLQaF6w8UlWdv4gj8i46B+INBVzURBNRahCozCSXfsK2VTlL1wNyTlMKw817VHygBtlcl5jfnPadlydr06Yw==", "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" + "@types/express": "*" } }, - "node_modules/@storybook/vue3/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, + "node_modules/@types/fs-capacitor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", + "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "node_modules/@types/geojson": { + "version": "7946.0.10", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz", + "integrity": "sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==" + }, + "node_modules/@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, + "node_modules/@types/graphql-type-json": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@types/graphql-type-json/-/graphql-type-json-0.3.2.tgz", + "integrity": "sha512-c1cq4o8EhY0Z39ua8UXwG8uBs23xBYA/Uw0tXFl6SuTUpkVv/IJqf6pHQbfdC7nwFRhX2ifTOV/UIg0Q/IJsbg==", "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "graphql": "^14.5.3" } }, - "node_modules/@storybook/vue3/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, + "node_modules/@types/graphql-type-json/node_modules/graphql": { + "version": "14.7.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz", + "integrity": "sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==", "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "iterall": "^1.2.2" }, "engines": { - "node": ">=0.10.0" + "node": ">= 6.x" } }, - "node_modules/@storybook/vue3/node_modules/postcss-loader": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", - "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", - "dev": true, + "node_modules/@types/graphql-upload": { + "version": "8.0.11", + "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.11.tgz", + "integrity": "sha512-AE8RWANHutpsQt945lQZKlkq0V/zBxU5R0xhKLZN3KkBMlW95/5uJzk01HUl8gbDkG7hGl8l8lJKbi91k0UnPw==", "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^4.0.0 || ^5.0.0" + "@types/express": "*", + "@types/fs-capacitor": "*", + "@types/koa": "*", + "graphql": "0.13.1 - 16" } }, - "node_modules/@storybook/vue3/node_modules/postcss-loader/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "node_modules/@types/hast": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", + "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", "dev": true, "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "@types/unist": "*" } }, - "node_modules/@storybook/vue3/node_modules/pretty-error": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", - "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", - "dev": true, - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } + "node_modules/@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "dev": true }, - "node_modules/@storybook/vue3/node_modules/renderkid": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", - "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", - "dev": true, + "node_modules/@types/http-assert": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.3.tgz", + "integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==" + }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", + "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", + "dev": true + }, + "node_modules/@types/http-errors": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.2.tgz", + "integrity": "sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==" + }, + "node_modules/@types/http-proxy": { + "version": "1.17.9", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", + "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dev": true, + "node_modules/@types/is-function": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/is-function/-/is-function-1.0.1.tgz", + "integrity": "sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==", + "dev": true + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true + }, + "node_modules/@types/json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==", + "dev": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "dev": true + }, + "node_modules/@types/jsonwebtoken": { + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz", + "integrity": "sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==", "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/@types/keygrip": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", + "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" + }, + "node_modules/@types/keyv": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", + "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "dependencies": { + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", - "dev": true, + "node_modules/@types/koa": { + "version": "2.13.4", + "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.13.4.tgz", + "integrity": "sha512-dfHYMfU+z/vKtQB7NUrthdAEiSvnLebvBjwHtfFmpZmB7em2N3WVQdHgnFq+xvyVgxW5jKDmjWfLD3lw4g4uTw==", "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" + "@types/accepts": "*", + "@types/content-disposition": "*", + "@types/cookies": "*", + "@types/http-assert": "*", + "@types/http-errors": "*", + "@types/keygrip": "*", + "@types/koa-compose": "*", + "@types/node": "*" } }, - "node_modules/@storybook/vue3/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, + "node_modules/@types/koa-compose": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", + "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" + "@types/koa": "*" } }, - "node_modules/@storybook/vue3/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "node_modules/@types/leaflet": { + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.11.tgz", + "integrity": "sha512-VwAYom2pfIAf/pLj1VR5aLltd4tOtHyvfaJlNYCoejzP2nu52PrMi1ehsLRMUS+bgafmIIKBV1cMfKeS+uJ0Vg==", "dev": true, - "engines": { - "node": ">=6" + "dependencies": { + "@types/geojson": "*" } }, - "node_modules/@storybook/vue3/node_modules/terser": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", - "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "node_modules/@types/leaflet.markercluster": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@types/leaflet.markercluster/-/leaflet.markercluster-1.5.1.tgz", + "integrity": "sha512-gzJzP10qO6Zkts5QNVmSAEDLYicQHTEBLT9HZpFrJiSww9eDAs5OWHvIskldf41MvDv1gbMukuEBQEawHn+wtA==", "dev": true, "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=6.0.0" + "@types/leaflet": "*" } }, - "node_modules/@storybook/vue3/node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "node_modules/@types/lodash": { + "version": "4.14.182", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", + "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", "dev": true }, - "node_modules/@storybook/vue3/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "node_modules/@types/mdast": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", "dev": true, "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" + "@types/unist": "*" } }, - "node_modules/@storybook/vue3/node_modules/vue-loader": { - "version": "16.8.3", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz", - "integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==", - "dev": true, - "dependencies": { - "chalk": "^4.1.0", - "hash-sum": "^2.0.0", - "loader-utils": "^2.0.0" - }, - "peerDependencies": { - "webpack": "^4.1.0 || ^5.0.0-0" - } + "node_modules/@types/mdx": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.2.tgz", + "integrity": "sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==", + "dev": true }, - "node_modules/@szmarczak/http-timer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", - "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", - "dev": true, + "node_modules/@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" + }, + "node_modules/@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "dev": true + }, + "node_modules/@types/minimist": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "18.7.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", + "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==" + }, + "node_modules/@types/node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", "dependencies": { - "defer-to-connect": "^2.0.1" - }, - "engines": { - "node": ">=14.16" + "@types/node": "*", + "form-data": "^3.0.0" } }, - "node_modules/@tootallnate/once": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", - "engines": { - "node": ">= 10" - } + "node_modules/@types/normalize-package-data": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", + "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", + "dev": true }, - "node_modules/@transloadit/prettier-bytes": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz", - "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==", + "node_modules/@types/npmlog": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.4.tgz", + "integrity": "sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==", "dev": true }, - "node_modules/@tsconfig/node10": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", - "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==" + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true }, - "node_modules/@tsconfig/node12": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", - "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==" + "node_modules/@types/parse5": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", + "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==", + "dev": true }, - "node_modules/@tsconfig/node14": { + "node_modules/@types/pg": { + "version": "8.6.5", + "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.6.5.tgz", + "integrity": "sha512-tOkGtAqRVkHa/PVZicq67zuujI4Oorfglsr2IbKofDwBSysnaqSx7W1mDqFqdkGE6Fbgh+PZAl0r/BWON/mozw==", + "dependencies": { + "@types/node": "*", + "pg-protocol": "*", + "pg-types": "^2.2.0" + } + }, + "node_modules/@types/prettier": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.0.tgz", + "integrity": "sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==", + "dev": true + }, + "node_modules/@types/pretty-hrtime": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", - "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==" + "resolved": "https://registry.npmjs.org/@types/pretty-hrtime/-/pretty-hrtime-1.0.1.tgz", + "integrity": "sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==", + "dev": true }, - "node_modules/@tsconfig/node16": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", - "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==" + "node_modules/@types/proj4": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@types/proj4/-/proj4-2.5.2.tgz", + "integrity": "sha512-/Nmfn9p08yaYw6xo5f2b0L+2oHk2kZeOkp5v+4VCeNfq+ETlLQbmHmC97/pjDIEZy8jxwz7pdPpwNzDHM5cuJw==" }, - "node_modules/@turf/bbox": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-6.5.0.tgz", - "integrity": "sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==", - "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/meta": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } + "node_modules/@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" }, - "node_modules/@turf/center": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/center/-/center-6.5.0.tgz", - "integrity": "sha512-T8KtMTfSATWcAX088rEDKjyvQCBkUsLnK/Txb6/8WUXIeOZyHu42G7MkdkHRoHtwieLdduDdmPLFyTdG5/e7ZQ==", - "dependencies": { - "@turf/bbox": "^6.5.0", - "@turf/helpers": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } + "node_modules/@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, - "node_modules/@turf/helpers": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", - "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==", - "funding": { - "url": "https://opencollective.com/turf" - } + "node_modules/@types/react": { + "resolved": "stub/types__react", + "link": true }, - "node_modules/@turf/intersect": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/intersect/-/intersect-6.5.0.tgz", - "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==", + "node_modules/@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, "dependencies": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "polygon-clipping": "^0.15.3" - }, - "funding": { - "url": "https://opencollective.com/turf" + "@types/node": "*" } }, - "node_modules/@turf/invariant": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.5.0.tgz", - "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==", - "dependencies": { - "@turf/helpers": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" - } + "node_modules/@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true }, - "node_modules/@turf/meta": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.5.0.tgz", - "integrity": "sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==", + "node_modules/@types/serve-static": { + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", + "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", "dependencies": { - "@turf/helpers": "^6.5.0" - }, - "funding": { - "url": "https://opencollective.com/turf" + "@types/mime": "^1", + "@types/node": "*" } }, - "node_modules/@types/accepts": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", - "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", + "node_modules/@types/shpjs": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@types/shpjs/-/shpjs-3.4.1.tgz", + "integrity": "sha512-xdJ65Zp2wslzyKKAid+PPl7Hxz5+eFS7W5G42RfryoJRk2u0CA+5jtX3wBgZhmz1s/mGX0PWzmKCBYTYgRsELg==", "dependencies": { + "@types/geojson": "*", "@types/node": "*" } }, - "node_modules/@types/babel__core": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", - "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", + "node_modules/@types/source-list-map": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", + "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", + "dev": true + }, + "node_modules/@types/sql-formatter": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@types/sql-formatter/-/sql-formatter-2.3.0.tgz", + "integrity": "sha512-Xh9kEOaKWhm3vYD5lUjYFFiSfpN4y3/iQCJUAVwFaQ1rVvHs4WXTa5C8E7gyF3kxwsMS8KgttW7WBAPtFlsvAg==" + }, + "node_modules/@types/stream-chain": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stream-chain/-/stream-chain-2.0.1.tgz", + "integrity": "sha512-D+Id9XpcBpampptkegH7WMsEk6fUdf9LlCIX7UhLydILsqDin4L0QT7ryJR0oycwC7OqohIzdfcMHVZ34ezNGg==", "dev": true, "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" + "@types/node": "*" } }, - "node_modules/@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "node_modules/@types/stream-json": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@types/stream-json/-/stream-json-1.7.2.tgz", + "integrity": "sha512-i4LE2aWVb1R3p/Z6S6Sw9kmmOs4Drhg0SybZUyfM499I1c8p7MUKZHs4Sg9jL5eu4mDmcgfQ6eGIG3+rmfUWYw==", "dev": true, "dependencies": { - "@babel/types": "^7.0.0" + "@types/node": "*", + "@types/stream-chain": "*" } }, - "node_modules/@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "node_modules/@types/superagent": { + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.15.tgz", + "integrity": "sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==", "dev": true, "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" + "@types/cookiejar": "*", + "@types/node": "*" } }, - "node_modules/@types/babel__traverse": { - "version": "7.17.1", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz", - "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==", + "node_modules/@types/supertest": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz", + "integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==", "dev": true, "dependencies": { - "@babel/types": "^7.3.0" + "@types/superagent": "*" } }, - "node_modules/@types/basic-auth": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@types/basic-auth/-/basic-auth-1.1.3.tgz", - "integrity": "sha512-W3rv6J0IGlxqgE2eQ2pTb0gBjaGtejQpJ6uaCjz3UQ65+TFTPC5/lAE+POfx1YLdjtxvejJzsIAfd3MxWiVmfg==", + "node_modules/@types/tapable": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.8.tgz", + "integrity": "sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==", + "dev": true + }, + "node_modules/@types/uglify-js": { + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.1.tgz", + "integrity": "sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==", + "dev": true, "dependencies": { - "@types/node": "*" + "source-map": "^0.6.1" } }, - "node_modules/@types/bcryptjs": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@types/bcryptjs/-/bcryptjs-2.4.2.tgz", - "integrity": "sha512-LiMQ6EOPob/4yUL66SZzu6Yh77cbzJFYll+ZfaPiPPFswtIlA/Fs1MzdKYA7JApHU49zQTbJGX3PDmCpIdDBRQ==" - }, - "node_modules/@types/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } + "node_modules/@types/unist": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", + "dev": true }, - "node_modules/@types/cacheable-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz", - "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==", + "node_modules/@types/webpack": { + "version": "4.41.33", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.33.tgz", + "integrity": "sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==", "dev": true, "dependencies": { - "@types/http-cache-semantics": "*", - "@types/keyv": "*", "@types/node": "*", - "@types/responselike": "*" + "@types/tapable": "^1", + "@types/uglify-js": "*", + "@types/webpack-sources": "*", + "anymatch": "^3.0.0", + "source-map": "^0.6.0" } }, - "node_modules/@types/compression": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@types/compression/-/compression-1.7.2.tgz", - "integrity": "sha512-lwEL4M/uAGWngWFLSG87ZDr2kLrbuR8p7X+QZB1OQlT+qkHsCPDVFnHPyXf4Vyl4yDDorNY+mAhosxkCvppatg==", - "dependencies": { - "@types/express": "*" - } + "node_modules/@types/webpack-env": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.0.tgz", + "integrity": "sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==", + "dev": true }, - "node_modules/@types/connect": { - "version": "3.4.35", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", - "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "node_modules/@types/webpack-sources": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.0.tgz", + "integrity": "sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==", + "dev": true, "dependencies": { - "@types/node": "*" + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.7.3" } }, - "node_modules/@types/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-0mPF08jn9zYI0n0Q/Pnz7C4kThdSt+6LD4amsrYDDpgBfrVWa3TcCOxKX1zkGgYniGagRv8heN2cbh+CAn+uuQ==" - }, - "node_modules/@types/cookie-parser": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.3.tgz", - "integrity": "sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==", - "dependencies": { - "@types/express": "*" + "node_modules/@types/webpack-sources/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "engines": { + "node": ">= 8" } }, - "node_modules/@types/cookiejar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.2.tgz", - "integrity": "sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==", - "dev": true - }, - "node_modules/@types/cookies": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.7.tgz", - "integrity": "sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==", + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz", + "integrity": "sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==", + "dev": true, "dependencies": { - "@types/connect": "*", - "@types/express": "*", - "@types/keygrip": "*", - "@types/node": "*" + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/type-utils": "5.34.0", + "@typescript-eslint/utils": "5.34.0", + "debug": "^4.3.4", + "functional-red-black-tree": "^1.0.1", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@types/cors": { - "version": "2.8.12", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", - "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" - }, - "node_modules/@types/dateformat": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/dateformat/-/dateformat-5.0.0.tgz", - "integrity": "sha512-SZg4JdHIWHQGEokbYGZSDvo5wA4TLYPXaqhigs/wH+REDOejcJzgH+qyY+HtEUtWOZxEUkbhbdYPqQDiEgrXeA==" - }, - "node_modules/@types/eslint": { - "version": "8.4.6", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.6.tgz", - "integrity": "sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==", + "node_modules/@typescript-eslint/parser": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.34.0.tgz", + "integrity": "sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==", "dev": true, "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "node_modules/@typescript-eslint/scope-manager": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz", + "integrity": "sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==", "dev": true, - "peer": true, "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "dev": true - }, - "node_modules/@types/express": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", - "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "node_modules/@typescript-eslint/type-utils": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz", + "integrity": "sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==", + "dev": true, "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.18", - "@types/qs": "*", - "@types/serve-static": "*" + "@typescript-eslint/utils": "5.34.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@types/express-jwt": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@types/express-jwt/-/express-jwt-6.0.4.tgz", - "integrity": "sha512-I53KRQ9D0eTA6hVCN9S73iOeprKS3JNWK+Cp2mDPB6uOIkTVpkgSkX394kHQzb5cd0U02I0adRmsMxHk+zX8tA==", - "dependencies": { - "@types/express": "*", - "@types/express-unless": "*" + "node_modules/@typescript-eslint/types": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.34.0.tgz", + "integrity": "sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.30", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.30.tgz", - "integrity": "sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==", + "node_modules/@typescript-eslint/typescript-estree": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz", + "integrity": "sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==", + "dev": true, "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@types/express-unless": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@types/express-unless/-/express-unless-0.5.3.tgz", - "integrity": "sha512-TyPLQaF6w8UlWdv4gj8i46B+INBVzURBNRahCozCSXfsK2VTlL1wNyTlMKw817VHygBtlcl5jfnPadlydr06Yw==", + "node_modules/@typescript-eslint/utils": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", + "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", + "dev": true, "dependencies": { - "@types/express": "*" + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/@types/fs-capacitor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", - "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", + "node_modules/@typescript-eslint/visitor-keys": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz", + "integrity": "sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==", + "dev": true, "dependencies": { - "@types/node": "*" + "@typescript-eslint/types": "5.34.0", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@types/geojson": { - "version": "7946.0.10", - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz", - "integrity": "sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==" - }, - "node_modules/@types/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true, - "dependencies": { - "@types/minimatch": "*", - "@types/node": "*" + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "node_modules/@uppy/companion-client": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@uppy/companion-client/-/companion-client-2.0.6.tgz", + "integrity": "sha512-a2tsKhNPekW52CYUjBa7oVcK+aPm/Rd9FY/4wMbkjSsyj0BVjNdkR7jSEXfddUyKf+H5qLqNFXEHfGp/p9FOEA==", "dev": true, "dependencies": { - "@types/node": "*" + "@uppy/utils": "^4.0.6", + "namespace-emitter": "^2.0.1" } }, - "node_modules/@types/graphql-type-json": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@types/graphql-type-json/-/graphql-type-json-0.3.2.tgz", - "integrity": "sha512-c1cq4o8EhY0Z39ua8UXwG8uBs23xBYA/Uw0tXFl6SuTUpkVv/IJqf6pHQbfdC7nwFRhX2ifTOV/UIg0Q/IJsbg==", + "node_modules/@uppy/core": { + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/@uppy/core/-/core-2.1.10.tgz", + "integrity": "sha512-Y6xBtlzG5235P6GTKFJeBF2tczfHNPfEk4ZfDL30aU+n4mVXIuOXTAN60kQ3WsX/SYaIfx7RmX9DSP/SBoQrbA==", + "dev": true, "dependencies": { - "graphql": "^14.5.3" + "@transloadit/prettier-bytes": "0.0.7", + "@uppy/store-default": "^2.0.3", + "@uppy/utils": "^4.0.7", + "lodash.throttle": "^4.1.1", + "mime-match": "^1.0.2", + "namespace-emitter": "^2.0.1", + "nanoid": "^3.1.25", + "preact": "^10.5.13" } }, - "node_modules/@types/graphql-type-json/node_modules/graphql": { - "version": "14.7.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz", - "integrity": "sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==", + "node_modules/@uppy/store-default": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-2.0.3.tgz", + "integrity": "sha512-2BGlN1sW0cFv4rOqTK8dfSg579S984N1HxCJxLFqeW9nWD6zd/O8Omyd85tbxGQ+FLZLTmLOm/feD0YeCBMahg==", + "dev": true + }, + "node_modules/@uppy/tus": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-2.2.2.tgz", + "integrity": "sha512-EAR/nfQmfj0zBS0pRBdnKLV1RnOdSTdJNljL1f8Wx73RlJRQfS8VTkCVQ8evI4mrwXvczmbhwnS1hhmF3Y5VfQ==", + "dev": true, "dependencies": { - "iterall": "^1.2.2" + "@uppy/companion-client": "^2.0.5", + "@uppy/utils": "^4.0.5", + "tus-js-client": "^2.1.1" }, - "engines": { - "node": ">= 6.x" + "peerDependencies": { + "@uppy/core": "^2.1.7" } }, - "node_modules/@types/graphql-upload": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.11.tgz", - "integrity": "sha512-AE8RWANHutpsQt945lQZKlkq0V/zBxU5R0xhKLZN3KkBMlW95/5uJzk01HUl8gbDkG7hGl8l8lJKbi91k0UnPw==", + "node_modules/@uppy/utils": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-4.0.7.tgz", + "integrity": "sha512-nKViMT8XchKy+NWpb3DtVKuzZBmW7au26LrMq89EsvTwIOT6UR9+7bmz/+zr3+lc7UC7vMgNChIC6G+/Ya9wWQ==", + "dev": true, "dependencies": { - "@types/express": "*", - "@types/fs-capacitor": "*", - "@types/koa": "*", - "graphql": "0.13.1 - 16" + "lodash.throttle": "^4.1.1" } }, - "node_modules/@types/hast": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", - "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", + "node_modules/@vitest/coverage-c8": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.2.tgz", + "integrity": "sha512-qKsiUJh3bjbB5Q229CbxEWCqiDBwvIrcZ9OOuQdMEC0pce3/LlTUK3+K3hd7WqAYEbbiqXfC5MVMKHZkV82PgA==", "dev": true, "dependencies": { - "@types/unist": "*" + "c8": "^7.12.0", + "vitest": "0.25.2" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" } }, - "node_modules/@types/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", - "dev": true - }, - "node_modules/@types/http-assert": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.3.tgz", - "integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==" - }, - "node_modules/@types/http-cache-semantics": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", - "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", - "dev": true - }, - "node_modules/@types/http-errors": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.2.tgz", - "integrity": "sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==" - }, - "node_modules/@types/http-proxy": { - "version": "1.17.9", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", - "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "node_modules/@volar/language-core": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.0.9.tgz", + "integrity": "sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==", + "dev": true, "dependencies": { - "@types/node": "*" + "@volar/source-map": "1.0.9", + "@vue/reactivity": "^3.2.40", + "muggle-string": "^0.1.0" } }, - "node_modules/@types/is-function": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/is-function/-/is-function-1.0.1.tgz", - "integrity": "sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==", - "dev": true - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "node_modules/@volar/source-map": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.0.9.tgz", + "integrity": "sha512-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ==", + "dev": true, "dependencies": { - "@types/istanbul-lib-coverage": "*" + "muggle-string": "^0.1.0" } }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "node_modules/@volar/typescript": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.0.9.tgz", + "integrity": "sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==", + "dev": true, "dependencies": { - "@types/istanbul-lib-report": "*" + "@volar/language-core": "1.0.9" } }, - "node_modules/@types/jest": { - "version": "27.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz", - "integrity": "sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==", + "node_modules/@volar/vue-language-core": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-1.0.9.tgz", + "integrity": "sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==", "dev": true, "dependencies": { - "jest-matcher-utils": "^27.0.0", - "pretty-format": "^27.0.0" + "@volar/language-core": "1.0.9", + "@volar/source-map": "1.0.9", + "@vue/compiler-dom": "^3.2.40", + "@vue/compiler-sfc": "^3.2.40", + "@vue/reactivity": "^3.2.40", + "@vue/shared": "^3.2.40", + "minimatch": "^5.1.0", + "vue-template-compiler": "^2.7.10" } }, - "node_modules/@types/jest-specific-snapshot": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@types/jest-specific-snapshot/-/jest-specific-snapshot-0.5.5.tgz", - "integrity": "sha512-AaPPw2tE8ewfjD6qGLkEd4DOfM6pPOK7ob/RSOe1Z8Oo70r9Jgo0SlWyfxslPAOvLfQukQtiVPm6DcnjSoZU5A==", + "node_modules/@volar/vue-language-core/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "@types/jest": "*" + "balanced-match": "^1.0.0" } }, - "node_modules/@types/jest/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/@volar/vue-language-core/node_modules/minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, "engines": { "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@types/jest/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/@volar/vue-typescript": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-1.0.9.tgz", + "integrity": "sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@volar/typescript": "1.0.9", + "@volar/vue-language-core": "1.0.9" } }, - "node_modules/@types/jsdom": { - "version": "16.2.15", - "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-16.2.15.tgz", - "integrity": "sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==", + "node_modules/@vue/babel-helper-vue-transform-on": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz", + "integrity": "sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==", + "dev": true + }, + "node_modules/@vue/babel-plugin-jsx": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz", + "integrity": "sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==", "dev": true, "dependencies": { - "@types/node": "*", - "@types/parse5": "^6.0.3", - "@types/tough-cookie": "*" + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.0.0", + "@babel/template": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "@vue/babel-helper-vue-transform-on": "^1.0.2", + "camelcase": "^6.0.0", + "html-tags": "^3.1.0", + "svg-tags": "^1.0.0" } }, - "node_modules/@types/jsdom/node_modules/@types/parse5": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", - "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==", - "dev": true + "node_modules/@vue/compiler-core": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.45.tgz", + "integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "source-map": "^0.6.1" + } }, - "node_modules/@types/json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==", - "dev": true + "node_modules/@vue/compiler-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", + "integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", + "dev": true, + "dependencies": { + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45" + } }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true + "node_modules/@vue/compiler-sfc": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", + "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-ssr": "3.2.45", + "@vue/reactivity-transform": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7", + "postcss": "^8.1.10", + "source-map": "^0.6.1" + } }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "node_modules/@vue/compiler-sfc/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, - "node_modules/@types/jsonwebtoken": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz", - "integrity": "sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==", + "node_modules/@vue/compiler-sfc/node_modules/postcss": { + "version": "8.4.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", + "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], "dependencies": { - "@types/node": "*" + "nanoid": "^3.3.3", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" } }, - "node_modules/@types/keygrip": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", - "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" - }, - "node_modules/@types/keyv": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", - "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", + "node_modules/@vue/compiler-ssr": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", + "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", "dev": true, "dependencies": { - "@types/node": "*" + "@vue/compiler-dom": "3.2.45", + "@vue/shared": "3.2.45" } }, - "node_modules/@types/koa": { - "version": "2.13.4", - "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.13.4.tgz", - "integrity": "sha512-dfHYMfU+z/vKtQB7NUrthdAEiSvnLebvBjwHtfFmpZmB7em2N3WVQdHgnFq+xvyVgxW5jKDmjWfLD3lw4g4uTw==", + "node_modules/@vue/devtools-api": { + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.4.5.tgz", + "integrity": "sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==", + "dev": true + }, + "node_modules/@vue/eslint-config-prettier": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz", + "integrity": "sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==", + "dev": true, "dependencies": { - "@types/accepts": "*", - "@types/content-disposition": "*", - "@types/cookies": "*", - "@types/http-assert": "*", - "@types/http-errors": "*", - "@types/keygrip": "*", - "@types/koa-compose": "*", - "@types/node": "*" + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-prettier": "^4.0.0" + }, + "peerDependencies": { + "eslint": ">= 7.28.0", + "prettier": ">= 2.0.0" } }, - "node_modules/@types/koa-compose": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", - "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", + "node_modules/@vue/reactivity": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", + "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", + "dev": true, "dependencies": { - "@types/koa": "*" + "@vue/shared": "3.2.45" } }, - "node_modules/@types/leaflet": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.11.tgz", - "integrity": "sha512-VwAYom2pfIAf/pLj1VR5aLltd4tOtHyvfaJlNYCoejzP2nu52PrMi1ehsLRMUS+bgafmIIKBV1cMfKeS+uJ0Vg==", + "node_modules/@vue/reactivity-transform": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", + "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", "dev": true, "dependencies": { - "@types/geojson": "*" + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7" } }, - "node_modules/@types/leaflet.markercluster": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@types/leaflet.markercluster/-/leaflet.markercluster-1.5.1.tgz", - "integrity": "sha512-gzJzP10qO6Zkts5QNVmSAEDLYicQHTEBLT9HZpFrJiSww9eDAs5OWHvIskldf41MvDv1gbMukuEBQEawHn+wtA==", + "node_modules/@vue/runtime-core": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.45.tgz", + "integrity": "sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==", "dev": true, "dependencies": { - "@types/leaflet": "*" + "@vue/reactivity": "3.2.45", + "@vue/shared": "3.2.45" } }, - "node_modules/@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", - "dev": true - }, - "node_modules/@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "node_modules/@vue/runtime-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz", + "integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==", "dev": true, "dependencies": { - "@types/unist": "*" + "@vue/runtime-core": "3.2.45", + "@vue/shared": "3.2.45", + "csstype": "^2.6.8" } }, - "node_modules/@types/mdx": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.2.tgz", - "integrity": "sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==", - "dev": true - }, - "node_modules/@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" - }, - "node_modules/@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true - }, - "node_modules/@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "dev": true - }, - "node_modules/@types/node": { - "version": "18.7.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", - "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==" - }, - "node_modules/@types/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", + "node_modules/@vue/server-renderer": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.45.tgz", + "integrity": "sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==", + "dev": true, "dependencies": { - "@types/node": "*", - "form-data": "^3.0.0" + "@vue/compiler-ssr": "3.2.45", + "@vue/shared": "3.2.45" + }, + "peerDependencies": { + "vue": "3.2.45" } }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "dev": true - }, - "node_modules/@types/npmlog": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.4.tgz", - "integrity": "sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==", - "dev": true - }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "node_modules/@vue/shared": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", + "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", "dev": true }, - "node_modules/@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", - "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==", - "dev": true + "node_modules/@vue/test-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.2.tgz", + "integrity": "sha512-E2P4oXSaWDqTZNbmKZFVLrNN/siVN78YkEqs7pHryWerrlZR9bBFLWdJwRoguX45Ru6HxIflzKl4vQvwRMwm5g==", + "dev": true, + "peerDependencies": { + "vue": "^3.0.1" + } }, - "node_modules/@types/pg": { - "version": "8.6.5", - "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.6.5.tgz", - "integrity": "sha512-tOkGtAqRVkHa/PVZicq67zuujI4Oorfglsr2IbKofDwBSysnaqSx7W1mDqFqdkGE6Fbgh+PZAl0r/BWON/mozw==", + "node_modules/@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, "dependencies": { - "@types/node": "*", - "pg-protocol": "*", - "pg-types": "^2.2.0" + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" } }, - "node_modules/@types/prettier": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.0.tgz", - "integrity": "sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==", + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==", "dev": true }, - "node_modules/@types/pretty-hrtime": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/pretty-hrtime/-/pretty-hrtime-1.0.1.tgz", - "integrity": "sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==", + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", "dev": true }, - "node_modules/@types/proj4": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@types/proj4/-/proj4-2.5.2.tgz", - "integrity": "sha512-/Nmfn9p08yaYw6xo5f2b0L+2oHk2kZeOkp5v+4VCeNfq+ETlLQbmHmC97/pjDIEZy8jxwz7pdPpwNzDHM5cuJw==" - }, - "node_modules/@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "node_modules/@types/range-parser": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", - "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" - }, - "node_modules/@types/react": { - "resolved": "stub/types__react", - "link": true + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "dev": true }, - "node_modules/@types/responselike": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", - "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "node_modules/@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", "dev": true, "dependencies": { - "@types/node": "*" + "@webassemblyjs/wast-printer": "1.9.0" } }, - "node_modules/@types/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "node_modules/@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==", "dev": true }, - "node_modules/@types/serve-static": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", - "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "node_modules/@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", + "dev": true, "dependencies": { - "@types/mime": "^1", - "@types/node": "*" + "@webassemblyjs/ast": "1.9.0" } }, - "node_modules/@types/shpjs": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@types/shpjs/-/shpjs-3.4.1.tgz", - "integrity": "sha512-xdJ65Zp2wslzyKKAid+PPl7Hxz5+eFS7W5G42RfryoJRk2u0CA+5jtX3wBgZhmz1s/mGX0PWzmKCBYTYgRsELg==", + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dev": true, + "peer": true, "dependencies": { - "@types/geojson": "*", - "@types/node": "*" + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" } }, - "node_modules/@types/source-list-map": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", - "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", - "dev": true + "node_modules/@webassemblyjs/helper-numbers/node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "dev": true, + "peer": true }, - "node_modules/@types/sql-formatter": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@types/sql-formatter/-/sql-formatter-2.3.0.tgz", - "integrity": "sha512-Xh9kEOaKWhm3vYD5lUjYFFiSfpN4y3/iQCJUAVwFaQ1rVvHs4WXTa5C8E7gyF3kxwsMS8KgttW7WBAPtFlsvAg==" + "node_modules/@webassemblyjs/helper-numbers/node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true, + "peer": true }, - "node_modules/@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==", + "dev": true }, - "node_modules/@types/stream-chain": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stream-chain/-/stream-chain-2.0.1.tgz", - "integrity": "sha512-D+Id9XpcBpampptkegH7WMsEk6fUdf9LlCIX7UhLydILsqDin4L0QT7ryJR0oycwC7OqohIzdfcMHVZ34ezNGg==", + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", "dev": true, "dependencies": { - "@types/node": "*" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" } }, - "node_modules/@types/stream-json": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@types/stream-json/-/stream-json-1.7.2.tgz", - "integrity": "sha512-i4LE2aWVb1R3p/Z6S6Sw9kmmOs4Drhg0SybZUyfM499I1c8p7MUKZHs4Sg9jL5eu4mDmcgfQ6eGIG3+rmfUWYw==", + "node_modules/@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", "dev": true, "dependencies": { - "@types/node": "*", - "@types/stream-chain": "*" + "@xtuc/ieee754": "^1.2.0" } }, - "node_modules/@types/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=", - "dev": true - }, - "node_modules/@types/strip-json-comments": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", - "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", - "dev": true - }, - "node_modules/@types/superagent": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.15.tgz", - "integrity": "sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==", + "node_modules/@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", "dev": true, "dependencies": { - "@types/cookiejar": "*", - "@types/node": "*" + "@xtuc/long": "4.2.2" } }, - "node_modules/@types/supertest": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz", - "integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==", + "node_modules/@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", + "dev": true + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", "dev": true, "dependencies": { - "@types/superagent": "*" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" } }, - "node_modules/@types/tapable": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.8.tgz", - "integrity": "sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==", - "dev": true - }, - "node_modules/@types/tough-cookie": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.2.tgz", - "integrity": "sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==", - "dev": true - }, - "node_modules/@types/uglify-js": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.13.3.tgz", - "integrity": "sha512-9dmBYXt/rKxedUXfCvXSxyiPvpDXLkiRlv17DnqdhS+pRustL1967rI1jZVt1xysTO+xJGMoZzcy3cWC9+b6Tw==", + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", "dev": true, "dependencies": { - "source-map": "^0.6.1" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" } }, - "node_modules/@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", - "dev": true - }, - "node_modules/@types/webpack": { - "version": "4.41.32", - "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.32.tgz", - "integrity": "sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==", + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", "dev": true, "dependencies": { - "@types/node": "*", - "@types/tapable": "^1", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "anymatch": "^3.0.0", - "source-map": "^0.6.0" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" } }, - "node_modules/@types/webpack-env": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.0.tgz", - "integrity": "sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==", - "dev": true - }, - "node_modules/@types/webpack-sources": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.0.tgz", - "integrity": "sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==", + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", "dev": true, "dependencies": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" } }, - "node_modules/@types/webpack-sources/node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "node_modules/@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", "dev": true, - "engines": { - "node": ">= 8" + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" } }, - "node_modules/@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", "dev": true, - "peer": true, "dependencies": { - "@types/yargs-parser": "*" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" } }, - "node_modules/@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz", - "integrity": "sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==", - "dev": true, - "dependencies": { - "@typescript-eslint/scope-manager": "5.34.0", - "@typescript-eslint/type-utils": "5.34.0", - "@typescript-eslint/utils": "5.34.0", - "debug": "^4.3.4", - "functional-red-black-tree": "^1.0.1", - "ignore": "^5.2.0", - "regexpp": "^3.2.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true }, - "node_modules/@typescript-eslint/parser": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.34.0.tgz", - "integrity": "sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==", - "dev": true, - "dependencies": { - "@typescript-eslint/scope-manager": "5.34.0", - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/typescript-estree": "5.34.0", - "debug": "^4.3.4" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz", - "integrity": "sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==", + "node_modules/abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", "dev": true, + "optional": true, + "peer": true + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", "dependencies": { - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/visitor-keys": "5.34.0" + "event-target-shim": "^5.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "node": ">=6.5" } }, - "node_modules/@typescript-eslint/type-utils": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz", - "integrity": "sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==", - "dev": true, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", "dependencies": { - "@typescript-eslint/utils": "5.34.0", - "debug": "^4.3.4", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" + "mime-types": "~2.1.34", + "negotiator": "0.6.3" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/types": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.34.0.tgz", - "integrity": "sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==", - "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "node": ">= 0.6" } }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz", - "integrity": "sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/visitor-keys": "5.34.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "node_modules/acorn": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", + "bin": { + "acorn": "bin/acorn" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "node": ">=0.4.0" } }, - "node_modules/@typescript-eslint/utils": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", - "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", + "node_modules/acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.34.0", - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/typescript-estree": "5.34.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" } }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz", - "integrity": "sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==", + "node_modules/acorn-globals/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.34.0", - "eslint-visitor-keys": "^3.3.0" + "optional": true, + "peer": true, + "bin": { + "acorn": "bin/acorn" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "node": ">=0.4.0" } }, - "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "node_modules/acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "peer": true, + "peerDependencies": { + "acorn": "^8" } }, - "node_modules/@uppy/companion-client": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@uppy/companion-client/-/companion-client-2.0.6.tgz", - "integrity": "sha512-a2tsKhNPekW52CYUjBa7oVcK+aPm/Rd9FY/4wMbkjSsyj0BVjNdkR7jSEXfddUyKf+H5qLqNFXEHfGp/p9FOEA==", + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, - "dependencies": { - "@uppy/utils": "^4.0.6", - "namespace-emitter": "^2.0.1" + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/@uppy/core": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/@uppy/core/-/core-2.1.10.tgz", - "integrity": "sha512-Y6xBtlzG5235P6GTKFJeBF2tczfHNPfEk4ZfDL30aU+n4mVXIuOXTAN60kQ3WsX/SYaIfx7RmX9DSP/SBoQrbA==", + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", "dev": true, - "dependencies": { - "@transloadit/prettier-bytes": "0.0.7", - "@uppy/store-default": "^2.0.3", - "@uppy/utils": "^4.0.7", - "lodash.throttle": "^4.1.1", - "mime-match": "^1.0.2", - "namespace-emitter": "^2.0.1", - "nanoid": "^3.1.25", - "preact": "^10.5.13" + "optional": true, + "peer": true, + "engines": { + "node": ">=0.4.0" } }, - "node_modules/@uppy/store-default": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-2.0.3.tgz", - "integrity": "sha512-2BGlN1sW0cFv4rOqTK8dfSg579S984N1HxCJxLFqeW9nWD6zd/O8Omyd85tbxGQ+FLZLTmLOm/feD0YeCBMahg==", + "node_modules/add-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", + "integrity": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==", "dev": true }, - "node_modules/@uppy/tus": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-2.2.2.tgz", - "integrity": "sha512-EAR/nfQmfj0zBS0pRBdnKLV1RnOdSTdJNljL1f8Wx73RlJRQfS8VTkCVQ8evI4mrwXvczmbhwnS1hhmF3Y5VfQ==", + "node_modules/address": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.1.tgz", + "integrity": "sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA==", "dev": true, - "dependencies": { - "@uppy/companion-client": "^2.0.5", - "@uppy/utils": "^4.0.5", - "tus-js-client": "^2.1.1" - }, - "peerDependencies": { - "@uppy/core": "^2.1.7" + "engines": { + "node": ">= 10.0.0" } }, - "node_modules/@uppy/utils": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-4.0.7.tgz", - "integrity": "sha512-nKViMT8XchKy+NWpb3DtVKuzZBmW7au26LrMq89EsvTwIOT6UR9+7bmz/+zr3+lc7UC7vMgNChIC6G+/Ya9wWQ==", - "dev": true, - "dependencies": { - "lodash.throttle": "^4.1.1" + "node_modules/adler-32": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz", + "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==", + "engines": { + "node": ">=0.8" } }, - "node_modules/@vitejs/plugin-react": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", - "integrity": "sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==", - "dev": true, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dependencies": { - "@babel/core": "^7.17.10", - "@babel/plugin-transform-react-jsx": "^7.17.3", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-jsx-self": "^7.16.7", - "@babel/plugin-transform-react-jsx-source": "^7.16.7", - "@rollup/pluginutils": "^4.2.1", - "react-refresh": "^0.13.0", - "resolve": "^1.22.0" + "debug": "4" }, "engines": { - "node": ">=12.0.0" + "node": ">= 6.0.0" } }, - "node_modules/@vitejs/plugin-react/node_modules/@rollup/pluginutils": { + "node_modules/agentkeepalive": { "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", + "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", "dev": true, "dependencies": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" }, "engines": { "node": ">= 8.0.0" } }, - "node_modules/@vitejs/plugin-vue": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.2.tgz", - "integrity": "sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ==", + "node_modules/agentkeepalive/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", "dev": true, "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "vite": "^2.5.10", - "vue": "^3.2.25" + "node": ">= 0.6" } }, - "node_modules/@volar/language-core": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.0.9.tgz", - "integrity": "sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==", + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, "dependencies": { - "@volar/source-map": "1.0.9", - "@vue/reactivity": "^3.2.40", - "muggle-string": "^0.1.0" + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/@volar/language-core/node_modules/@vue/reactivity": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", - "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", + "node_modules/airbnb-js-shims": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz", + "integrity": "sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==", "dev": true, "dependencies": { - "@vue/shared": "3.2.45" + "array-includes": "^3.0.3", + "array.prototype.flat": "^1.2.1", + "array.prototype.flatmap": "^1.2.1", + "es5-shim": "^4.5.13", + "es6-shim": "^0.35.5", + "function.prototype.name": "^1.1.0", + "globalthis": "^1.0.0", + "object.entries": "^1.1.0", + "object.fromentries": "^2.0.0 || ^1.0.0", + "object.getownpropertydescriptors": "^2.0.3", + "object.values": "^1.1.0", + "promise.allsettled": "^1.0.0", + "promise.prototype.finally": "^3.1.0", + "string.prototype.matchall": "^4.0.0 || ^3.0.1", + "string.prototype.padend": "^3.0.0", + "string.prototype.padstart": "^3.0.0", + "symbol.prototype.description": "^1.0.0" } }, - "node_modules/@volar/language-core/node_modules/@vue/shared": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", - "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", - "dev": true - }, - "node_modules/@volar/source-map": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.0.9.tgz", - "integrity": "sha512-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ==", + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "dependencies": { - "muggle-string": "^0.1.0" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/@volar/typescript": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.0.9.tgz", - "integrity": "sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==", + "node_modules/ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", "dev": true, - "dependencies": { - "@volar/language-core": "1.0.9" + "peerDependencies": { + "ajv": ">=5.0.0" } }, - "node_modules/@volar/vue-language-core": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-1.0.9.tgz", - "integrity": "sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==", + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, - "dependencies": { - "@volar/language-core": "1.0.9", - "@volar/source-map": "1.0.9", - "@vue/compiler-dom": "^3.2.40", - "@vue/compiler-sfc": "^3.2.40", - "@vue/reactivity": "^3.2.40", - "@vue/shared": "^3.2.40", - "minimatch": "^5.1.0", - "vue-template-compiler": "^2.7.10" + "peerDependencies": { + "ajv": "^6.9.1" } }, - "node_modules/@volar/vue-language-core/node_modules/@vue/compiler-core": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.45.tgz", - "integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", + "node_modules/ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", "dev": true, "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/shared": "3.2.45", - "estree-walker": "^2.0.2", - "source-map": "^0.6.1" + "string-width": "^4.1.0" } }, - "node_modules/@volar/vue-language-core/node_modules/@vue/compiler-dom": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", - "integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", + "node_modules/ansi-align/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/ansi-align/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "dependencies": { - "@vue/compiler-core": "3.2.45", - "@vue/shared": "3.2.45" + "engines": { + "node": ">=8" } }, - "node_modules/@volar/vue-language-core/node_modules/@vue/compiler-sfc": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", - "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", + "node_modules/ansi-align/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.45", - "@vue/compiler-dom": "3.2.45", - "@vue/compiler-ssr": "3.2.45", - "@vue/reactivity-transform": "3.2.45", - "@vue/shared": "3.2.45", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7", - "postcss": "^8.1.10", - "source-map": "^0.6.1" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" } }, - "node_modules/@volar/vue-language-core/node_modules/@vue/compiler-ssr": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", - "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", + "node_modules/ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", "dev": true, - "dependencies": { - "@vue/compiler-dom": "3.2.45", - "@vue/shared": "3.2.45" + "engines": { + "node": ">=6" } }, - "node_modules/@volar/vue-language-core/node_modules/@vue/reactivity": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", - "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, "dependencies": { - "@vue/shared": "3.2.45" + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@volar/vue-language-core/node_modules/@vue/reactivity-transform": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", - "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "dev": true, - "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.45", - "@vue/shared": "3.2.45", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7" + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" } }, - "node_modules/@volar/vue-language-core/node_modules/@vue/shared": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", - "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", - "dev": true - }, - "node_modules/@volar/vue-language-core/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "balanced-match": "^1.0.0" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@volar/vue-language-core/node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "node_modules/ansi-to-html": { + "version": "0.6.15", + "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.15.tgz", + "integrity": "sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "entities": "^2.0.0" + }, + "bin": { + "ansi-to-html": "bin/ansi-to-html" }, "engines": { - "node": ">=10" + "node": ">=8.0.0" } }, - "node_modules/@volar/vue-language-core/node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "node_modules/ansicolors": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", + "integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=", "dev": true }, - "node_modules/@volar/vue-language-core/node_modules/postcss": { - "version": "8.4.19", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", - "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" }, "engines": { - "node": "^10 || ^12 || >=14" + "node": ">= 8" } }, - "node_modules/@volar/vue-typescript": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-1.0.9.tgz", - "integrity": "sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw==", + "node_modules/app-root-dir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/app-root-dir/-/app-root-dir-1.0.2.tgz", + "integrity": "sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==", + "dev": true + }, + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "dev": true + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", "dev": true, "dependencies": { - "@volar/typescript": "1.0.9", - "@volar/vue-language-core": "1.0.9" + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" } }, - "node_modules/@vue/compiler-core": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.37.tgz", - "integrity": "sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==", + "node_modules/are-we-there-yet/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/shared": "3.2.37", - "estree-walker": "^2.0.2", - "source-map": "^0.6.1" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/@vue/compiler-dom": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.37.tgz", - "integrity": "sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==", + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + }, + "node_modules/argv-formatter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", + "integrity": "sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=", + "dev": true + }, + "node_modules/aria-query": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", "dev": true, "dependencies": { - "@vue/compiler-core": "3.2.37", - "@vue/shared": "3.2.37" + "deep-equal": "^2.0.5" } }, - "node_modules/@vue/compiler-sfc": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.37.tgz", - "integrity": "sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==", + "node_modules/arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", "dev": true, - "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.37", - "@vue/compiler-dom": "3.2.37", - "@vue/compiler-ssr": "3.2.37", - "@vue/reactivity-transform": "3.2.37", - "@vue/shared": "3.2.37", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7", - "postcss": "^8.1.10", - "source-map": "^0.6.1" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@vue/compiler-sfc/node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "node_modules/arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/@vue/compiler-sfc/node_modules/postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "node_modules/arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], - "dependencies": { - "nanoid": "^3.3.3", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, "engines": { - "node": "^10 || ^12 || >=14" + "node": ">=0.10.0" } }, - "node_modules/@vue/compiler-ssr": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.37.tgz", - "integrity": "sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==", + "node_modules/array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", "dev": true, - "dependencies": { - "@vue/compiler-dom": "3.2.37", - "@vue/shared": "3.2.37" + "optional": true, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@vue/devtools-api": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.1.4.tgz", - "integrity": "sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==", + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "node_modules/array-ify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", + "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=", "dev": true }, - "node_modules/@vue/eslint-config-prettier": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz", - "integrity": "sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==", + "node_modules/array-includes": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", + "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", "dev": true, "dependencies": { - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^4.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" }, - "peerDependencies": { - "eslint": ">= 7.28.0", - "prettier": ">= 2.0.0" + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@vue/reactivity": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.37.tgz", - "integrity": "sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==", - "dev": true, - "dependencies": { - "@vue/shared": "3.2.37" + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "engines": { + "node": ">=8" } }, - "node_modules/@vue/reactivity-transform": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.37.tgz", - "integrity": "sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==", + "node_modules/array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", "dev": true, - "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.37", - "@vue/shared": "3.2.37", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@vue/runtime-core": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.37.tgz", - "integrity": "sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==", + "node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", "dev": true, - "dependencies": { - "@vue/reactivity": "3.2.37", - "@vue/shared": "3.2.37" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@vue/runtime-dom": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.37.tgz", - "integrity": "sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==", + "node_modules/array.prototype.flat": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", + "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", "dev": true, "dependencies": { - "@vue/runtime-core": "3.2.37", - "@vue/shared": "3.2.37", - "csstype": "^2.6.8" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@vue/server-renderer": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.37.tgz", - "integrity": "sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==", + "node_modules/array.prototype.flatmap": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", "dev": true, "dependencies": { - "@vue/compiler-ssr": "3.2.37", - "@vue/shared": "3.2.37" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" }, - "peerDependencies": { - "vue": "3.2.37" + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@vue/shared": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.37.tgz", - "integrity": "sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==", - "dev": true - }, - "node_modules/@vue/test-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.2.tgz", - "integrity": "sha512-E2P4oXSaWDqTZNbmKZFVLrNN/siVN78YkEqs7pHryWerrlZR9bBFLWdJwRoguX45Ru6HxIflzKl4vQvwRMwm5g==", + "node_modules/array.prototype.map": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.5.tgz", + "integrity": "sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==", "dev": true, - "peerDependencies": { - "vue": "^3.0.1" + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", - "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "node_modules/array.prototype.reduce": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz", + "integrity": "sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==", "dev": true, "dependencies": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", - "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==", - "dev": true - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", - "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", - "dev": true + "node_modules/arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "engines": { + "node": ">=8" + } }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", - "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", "dev": true }, - "node_modules/@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", - "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "node_modules/asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", "dev": true, "dependencies": { - "@webassemblyjs/wast-printer": "1.9.0" + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" } }, - "node_modules/@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", - "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==", + "node_modules/asn1.js/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true }, - "node_modules/@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", - "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", - "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0" - } - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "node_modules/assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", "dev": true, - "peer": true, "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" + "object-assign": "^4.1.1", + "util": "0.10.3" } }, - "node_modules/@webassemblyjs/helper-numbers/node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", - "dev": true, - "peer": true - }, - "node_modules/@webassemblyjs/helper-numbers/node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", - "dev": true, - "peer": true + "node_modules/assert-never": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz", + "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", + "dev": true }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", - "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==", + "node_modules/assert/node_modules/inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", "dev": true }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", - "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "node_modules/assert/node_modules/util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" + "inherits": "2.0.1" } }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", - "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "node_modules/assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", "dev": true, - "dependencies": { - "@xtuc/ieee754": "^1.2.0" + "engines": { + "node": "*" } }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", - "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "node_modules/assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", "dev": true, - "dependencies": { - "@xtuc/long": "4.2.2" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", - "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", - "dev": true - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", - "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "node_modules/ast-types": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", + "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" + "tslib": "^2.0.1" + }, + "engines": { + "node": ">=4" } }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", - "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" + "engines": { + "node": ">=8" } }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", - "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "node_modules/async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + }, + "node_modules/async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - } + "optional": true }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", - "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", - "dev": true, + "node_modules/async-retry": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz", + "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==", "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" + "retry": "0.13.1" } }, - "node_modules/@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", - "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" + "engines": { + "node": ">= 4.0.0" } }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", - "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "node_modules/atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" } }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "node_modules/abab": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", - "dev": true - }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "node_modules/abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "node_modules/autoprefixer": { + "version": "9.8.8", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", + "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", + "dev": true, "dependencies": { - "event-target-shim": "^5.0.0" + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001109", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "picocolors": "^0.2.1", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, "engines": { - "node": ">=6.5" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "node_modules/aws-sdk": { + "version": "2.1128.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1128.0.tgz", + "integrity": "sha512-A3YjMQHDtV4mXf35m8zlM+nsVq5KfyKeiXrEMG7Bdlucuxl7aPdKEmYrPQLw9ZyhYY/x4o08pPuTr/stJaVGeg==", "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" + "buffer": "4.9.2", + "events": "1.1.1", + "ieee754": "1.1.13", + "jmespath": "0.16.0", + "querystring": "0.2.0", + "sax": "1.2.1", + "url": "0.10.3", + "uuid": "3.3.2", + "xml2js": "0.4.19" }, "engines": { - "node": ">= 0.6" + "node": ">= 10.0.0" } }, - "node_modules/acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "node_modules/aws-sdk/node_modules/uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "uuid": "bin/uuid" } }, - "node_modules/acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "dev": true, + "node_modules/axios": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" } }, - "node_modules/acorn-globals/node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" + "node_modules/axios/node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=0.4.0" + "node": ">= 6" } }, - "node_modules/acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "node_modules/babel-core": { + "version": "7.0.0-bridge.0", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", + "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", "dev": true, - "peer": true, "peerDependencies": { - "acorn": "^8" + "@babel/core": "^7.0.0-0" } }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "node_modules/babel-literal-to-ast": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/babel-literal-to-ast/-/babel-literal-to-ast-2.1.0.tgz", + "integrity": "sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==", "dev": true, + "dependencies": { + "@babel/parser": "^7.1.6", + "@babel/traverse": "^7.1.6", + "@babel/types": "^7.1.6" + }, "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@babel/core": "^7.1.2" } }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "node_modules/babel-loader": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", + "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", "dev": true, + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, "engines": { - "node": ">=0.4.0" + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" } }, - "node_modules/add-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", - "integrity": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==", - "dev": true - }, - "node_modules/address": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/address/-/address-1.2.0.tgz", - "integrity": "sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==", + "node_modules/babel-loader/node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/adler-32": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz", - "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==", - "engines": { - "node": ">=0.8" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "node_modules/babel-loader/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, "dependencies": { - "debug": "4" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">= 6.0.0" + "node": ">=8" } }, - "node_modules/agentkeepalive": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", - "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", + "node_modules/babel-loader/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" + "p-locate": "^4.1.0" }, "engines": { - "node": ">= 8.0.0" + "node": ">=8" } }, - "node_modules/agentkeepalive/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "node_modules/babel-loader/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, "engines": { - "node": ">= 0.6" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "node_modules/babel-loader/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" + "p-limit": "^2.2.0" }, "engines": { "node": ">=8" } }, - "node_modules/airbnb-js-shims": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz", - "integrity": "sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==", + "node_modules/babel-loader/node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, "dependencies": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "node_modules/babel-plugin-apply-mdx-type-prop": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", + "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", "dev": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "@babel/helper-plugin-utils": "7.10.4", + "@mdx-js/util": "1.6.22" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", - "dev": true, + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, "peerDependencies": { - "ajv": ">=5.0.0" + "@babel/core": "^7.11.6" } }, - "node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", + "dev": true + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", "dev": true, - "peerDependencies": { - "ajv": "^6.9.1" + "dependencies": { + "object.assign": "^4.1.0" } }, - "node_modules/ansi-align": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", - "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "node_modules/babel-plugin-extract-import-names": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", + "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", "dev": true, "dependencies": { - "string-width": "^4.1.0" + "@babel/helper-plugin-utils": "7.10.4" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/ansi-align/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", "dev": true }, - "node_modules/ansi-align/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-align/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/babel-plugin-graphql-tag": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.3.0.tgz", + "integrity": "sha512-27qfJhFJ2jQg+ktcC3cdppE2RrXZ5uiDz+39YC5lhkmftWPuJW8ET9Ehskwv7ujScZ1jSKhs5/JZKlESCkwIBg==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/parser": "^7.3.2", + "babel-literal-to-ast": "^2.1.0", + "debug": "^4.1.1" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "@babel/core": "^7.0.0", + "graphql-tag": "^2.10.1" } }, - "node_modules/ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", "dev": true, + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, "engines": { - "node": ">=6" + "node": ">=10", + "npm": ">=6" } }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", + "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", "dev": true, "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.2", + "semver": "^6.1.1" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "engines": [ - "node >= 0.8.0" - ], "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" + "semver": "bin/semver.js" } }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", + "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", + "dev": true, "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" + "@babel/helper-define-polyfill-provider": "^0.3.2", + "core-js-compat": "^3.21.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "node_modules/ansi-to-html": { - "version": "0.6.15", - "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.15.tgz", - "integrity": "sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==", + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz", + "integrity": "sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==", "dev": true, "dependencies": { - "entities": "^2.0.0" - }, - "bin": { - "ansi-to-html": "bin/ansi-to-html" + "@babel/helper-define-polyfill-provider": "^0.3.2" }, - "engines": { - "node": ">=8.0.0" + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "node_modules/ansicolors": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", - "integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=", - "dev": true - }, - "node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "node_modules/babel-plugin-transform-vite-meta-env": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-env/-/babel-plugin-transform-vite-meta-env-1.0.3.tgz", + "integrity": "sha512-eyfuDEXrMu667TQpmctHeTlJrZA6jXYHyEJFjcM0yEa60LS/LXlOg2PBbMb8DVS+V9CnTj/j9itdlDVMcY2zEg==", "dev": true, "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" + "@babel/runtime": "^7.13.9", + "@types/babel__core": "^7.1.12" } }, - "node_modules/app-root-dir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/app-root-dir/-/app-root-dir-1.0.2.tgz", - "integrity": "sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==", - "dev": true - }, - "node_modules/aproba": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "dev": true + "node_modules/babel-plugin-transform-vite-meta-glob": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-glob/-/babel-plugin-transform-vite-meta-glob-1.0.3.tgz", + "integrity": "sha512-JW3VnwUjJqpj0FM0vJFxrGdxSBcHOa0j5YMvvtXYPmFshroq53nbK9dqRETgjXlMrfIz0oU/6ki+u1GdVWdNHA==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.13.9", + "@types/babel__core": "^7.1.12", + "glob": "^7.1.6" + } }, - "node_modules/are-we-there-yet": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", - "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "node_modules/babel-preset-vite": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/babel-preset-vite/-/babel-preset-vite-1.0.4.tgz", + "integrity": "sha512-RZS/wNfEUD8aMliObxqlPw4ZR7R5OsT1G2IHd5nuUmiYKS6zemur8aZ5WPbfQwPpTPe9VEjcrxQA/6PKBWRTkg==", "dev": true, "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": ">=10" + "@babel/runtime": "^7.13.9", + "@types/babel__core": "^7.1.12", + "babel-plugin-transform-vite-meta-env": "1.0.3", + "babel-plugin-transform-vite-meta-glob": "1.0.3" } }, - "node_modules/are-we-there-yet/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/babel-walk": { + "version": "3.0.0-canary-5", + "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", + "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "@babel/types": "^7.9.6" }, "engines": { - "node": ">= 6" + "node": ">= 10.0.0" } }, - "node_modules/arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "node_modules/bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/argv-formatter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", - "integrity": "sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=", + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "node_modules/arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", + "node_modules/base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, + "dependencies": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, "engines": { "node": ">=0.10.0" } }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "node_modules/base/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, + "dependencies": { + "is-descriptor": "^1.0.0" + }, "engines": { "node": ">=0.10.0" } }, - "node_modules/arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", + "node_modules/base/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", - "dev": true, - "optional": true, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dependencies": { + "safe-buffer": "5.1.2" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.8" } }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + "node_modules/bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=" }, - "node_modules/array-ify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", - "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=", + "node_modules/before-after-hook": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz", + "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==", "dev": true }, - "node_modules/array-includes": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", - "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", + "node_modules/better-opn": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-2.1.1.tgz", + "integrity": "sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" + "open": "^7.0.3" }, "engines": { - "node": ">= 0.4" + "node": ">8.0.0" + } + }, + "node_modules/better-opn/node_modules/open": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", + "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "node_modules/big-integer": { + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "dev": true, + "optional": true, "engines": { - "node": ">=8" + "node": ">=0.6" } }, - "node_modules/array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": "*" } }, - "node_modules/array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", + "node_modules/bignumber.js": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.2.tgz", + "integrity": "sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==", + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/array.prototype.flat": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", - "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", "dev": true, + "optional": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "file-uri-to-path": "1.0.0" } }, - "node_modules/array.prototype.flatmap": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", - "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", + "node_modules/bindings/node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" } }, - "node_modules/array.prototype.map": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.4.tgz", - "integrity": "sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA==", + "node_modules/bl/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" } }, - "node_modules/array.prototype.reduce": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz", - "integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==", + "node_modules/bl/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">= 6" } }, - "node_modules/arrify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", - "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", - "engines": { - "node": ">=8" - } + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", + "node_modules/bn.js": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", + "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==", "dev": true }, - "node_modules/asn1.js": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", - "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", - "dev": true, + "node_modules/body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", "dependencies": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/asn1.js/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true + "node_modules/body-parser/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } }, - "node_modules/assert": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", - "dev": true, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "object-assign": "^4.1.1", - "util": "0.10.3" + "ms": "2.0.0" } }, - "node_modules/assert-never": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz", - "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", "dev": true }, - "node_modules/assert/node_modules/inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", + "node_modules/bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", "dev": true }, - "node_modules/assert/node_modules/util": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "node_modules/boxen": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", "dev": true, "dependencies": { - "inherits": "2.0.1" + "ansi-align": "^3.0.0", + "camelcase": "^6.2.0", + "chalk": "^4.1.0", + "cli-boxes": "^2.2.1", + "string-width": "^4.2.2", + "type-fest": "^0.20.2", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", + "node_modules/boxen/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/boxen/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "node_modules/boxen/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, "engines": { "node": ">=8" } }, - "node_modules/async": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", - "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + "node_modules/boxen/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/async-each": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", + "node_modules/bplist-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz", + "integrity": "sha512-2AEM0FXy8ZxVLBuqX0hqt1gDwcnz2zygEkQ6zaD5Wko/sB9paUNwlpawrFtKeHUAQUOzjVy9AO4oeonqIHKA9Q==", "dev": true, - "optional": true + "optional": true, + "dependencies": { + "big-integer": "^1.6.7" + } }, - "node_modules/async-retry": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz", - "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==", + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, "dependencies": { - "retry": "0.13.1" + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } }, - "node_modules/at-least-node": { + "node_modules/brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "dev": true + }, + "node_modules/browser-process-hrtime": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", "dev": true, - "engines": { - "node": ">= 4.0.0" - } + "optional": true, + "peer": true }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "node_modules/browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" + "dependencies": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, - "node_modules/autoprefixer": { - "version": "9.8.8", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", - "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", + "node_modules/browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, "dependencies": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "picocolors": "^0.2.1", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" } }, - "node_modules/aws-sdk": { - "version": "2.1128.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1128.0.tgz", - "integrity": "sha512-A3YjMQHDtV4mXf35m8zlM+nsVq5KfyKeiXrEMG7Bdlucuxl7aPdKEmYrPQLw9ZyhYY/x4o08pPuTr/stJaVGeg==", + "node_modules/browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, "dependencies": { - "buffer": "4.9.2", - "events": "1.1.1", - "ieee754": "1.1.13", - "jmespath": "0.16.0", - "querystring": "0.2.0", - "sax": "1.2.1", - "url": "0.10.3", - "uuid": "3.3.2", - "xml2js": "0.4.19" - }, - "engines": { - "node": ">= 10.0.0" + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, - "node_modules/aws-sdk/node_modules/uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" + "node_modules/browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dev": true, + "dependencies": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" } }, - "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "node_modules/browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "dev": true, "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" } }, - "node_modules/axios/node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "node_modules/browserify-sign/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { "node": ">= 6" } }, - "node_modules/babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", - "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", + "node_modules/browserify-sign/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "node_modules/babel-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", - "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "node_modules/browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "dev": true, - "peer": true, "dependencies": { - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" + "pako": "~1.0.5" } }, - "node_modules/babel-jest/node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "node_modules/browserslist": { + "version": "4.21.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", + "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", "dev": true, - "peer": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" + "caniuse-lite": "^1.0.30001370", + "electron-to-chromium": "^1.4.202", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.5" + }, + "bin": { + "browserslist": "cli.js" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/babel-jest/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, + "node_modules/buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" } }, - "node_modules/babel-jest/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/buffer-writer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz", + "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==", "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=4" } }, - "node_modules/babel-jest/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "node_modules/buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "dev": true + }, + "node_modules/buffer/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", + "dev": true + }, + "node_modules/builtins": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", + "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", "dev": true, - "peer": true, "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "semver": "^7.0.0" } }, - "node_modules/babel-literal-to-ast": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/babel-literal-to-ast/-/babel-literal-to-ast-2.1.0.tgz", - "integrity": "sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==", - "dev": true, + "node_modules/busboy": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", + "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", "dependencies": { - "@babel/parser": "^7.1.6", - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.1.6" + "dicer": "0.3.0" }, - "peerDependencies": { - "@babel/core": "^7.1.2" + "engines": { + "node": ">=4.5.0" } }, - "node_modules/babel-loader": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", - "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/c8": { + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-7.12.0.tgz", + "integrity": "sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==", "dev": true, "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" + "@bcoe/v8-coverage": "^0.2.3", + "@istanbuljs/schema": "^0.1.3", + "find-up": "^5.0.0", + "foreground-child": "^2.0.0", + "istanbul-lib-coverage": "^3.2.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-reports": "^3.1.4", + "rimraf": "^3.0.2", + "test-exclude": "^6.0.0", + "v8-to-istanbul": "^9.0.0", + "yargs": "^16.2.0", + "yargs-parser": "^20.2.9" }, - "engines": { - "node": ">= 8.9" + "bin": { + "c8": "bin/c8.js" }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" + "engines": { + "node": ">=10.12.0" } }, - "node_modules/babel-loader/node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "node_modules/c8/node_modules/v8-to-istanbul": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz", + "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==", "dev": true, "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" + "@jridgewell/trace-mapping": "^0.3.7", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + "node": ">=10.12.0" } }, - "node_modules/babel-loader/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/cacache": { + "version": "16.0.7", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.7.tgz", + "integrity": "sha512-a4zfQpp5vm4Ipdvbj+ZrPonikRhm6WBEd4zT1Yc1DXsmAxrPgDwWBLF/u/wTVXSFPIgOJ1U3ghSa2Xm4s3h28w==", "dev": true, "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "@npmcli/fs": "^2.1.0", + "@npmcli/move-file": "^2.0.0", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "glob": "^8.0.1", + "infer-owner": "^1.0.4", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", + "tar": "^6.1.11", + "unique-filename": "^1.1.1" }, "engines": { - "node": ">=8" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/babel-loader/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/cacache/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" + "balanced-match": "^1.0.0" } }, - "node_modules/babel-loader/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/cacache/node_modules/glob": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", + "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", "dev": true, "dependencies": { - "p-try": "^2.0.0" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": ">=6" + "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/babel-loader/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/cacache/node_modules/lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/babel-loader/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "node_modules/cacache/node_modules/minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", "dev": true, "dependencies": { - "find-up": "^4.0.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", + "node_modules/cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" }, - "peerDependencies": { - "@babel/core": "^7.11.6" - } + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true + "node_modules/cache-base/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "node_modules/cacheable-lookup": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-6.1.0.tgz", + "integrity": "sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==", "dev": true, - "dependencies": { - "object.assign": "^4.1.0" + "engines": { + "node": ">=10.6.0" } }, - "node_modules/babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", - "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", + "node_modules/cacheable-request": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", + "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "7.10.4" + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=8" } }, - "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - }, - "node_modules/babel-plugin-graphql-tag": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.3.0.tgz", - "integrity": "sha512-27qfJhFJ2jQg+ktcC3cdppE2RrXZ5uiDz+39YC5lhkmftWPuJW8ET9Ehskwv7ujScZ1jSKhs5/JZKlESCkwIBg==", + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/parser": "^7.3.2", - "babel-literal-to-ast": "^2.1.0", - "debug": "^4.1.1" + "pump": "^3.0.0" }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "graphql-tag": "^2.10.1" + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "node_modules/cacheable-request/node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, "engines": { "node": ">=8" } }, - "node_modules/babel-plugin-jest-hoist": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", - "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + "node_modules/cachedir": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz", + "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==", "dev": true, - "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/babel-plugin-macros": { + "node_modules/call-me-maybe": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==", + "dev": true + }, + "node_modules/callsites": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, "engines": { - "node": ">=10", - "npm": ">=6" + "node": ">=6" } }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", - "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.2", - "semver": "^6.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" } }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": ">= 6" } }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", - "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", + "node_modules/camelcase-keys": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", + "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.2", - "core-js-compat": "^3.21.0" + "camelcase": "^5.3.1", + "map-obj": "^4.0.0", + "quick-lru": "^4.0.1" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz", - "integrity": "sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==", + "node_modules/camelcase-keys/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camino-api": { + "resolved": "packages/api", + "link": true + }, + "node_modules/camino-common": { + "resolved": "packages/common", + "link": true + }, + "node_modules/camino-ui": { + "resolved": "packages/ui", + "link": true + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001382", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz", + "integrity": "sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] + }, + "node_modules/cardinal": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", + "integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.2" + "ansicolors": "~0.3.2", + "redeyed": "~2.1.0" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "bin": { + "cdl": "bin/cdl.js" } }, - "node_modules/babel-plugin-transform-vite-meta-env": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-env/-/babel-plugin-transform-vite-meta-env-1.0.3.tgz", - "integrity": "sha512-eyfuDEXrMu667TQpmctHeTlJrZA6jXYHyEJFjcM0yEa60LS/LXlOg2PBbMb8DVS+V9CnTj/j9itdlDVMcY2zEg==", + "node_modules/case-sensitive-paths-webpack-plugin": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.13.9", - "@types/babel__core": "^7.1.12" + "engines": { + "node": ">=4" } }, - "node_modules/babel-plugin-transform-vite-meta-glob": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-glob/-/babel-plugin-transform-vite-meta-glob-1.0.3.tgz", - "integrity": "sha512-JW3VnwUjJqpj0FM0vJFxrGdxSBcHOa0j5YMvvtXYPmFshroq53nbK9dqRETgjXlMrfIz0oU/6ki+u1GdVWdNHA==", + "node_modules/ccount": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", + "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/cerbere": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/cerbere/-/cerbere-0.2.3.tgz", + "integrity": "sha512-jBUGx5H2LHjBIReH42gPi9lL1hHrwA5sfw9kVHsbVR2ECvXZanotiPqp8TDEQ66v17gx+xX5GdUETqb5pQHJ3g==", "dependencies": { - "@babel/runtime": "^7.13.9", - "@types/babel__core": "^7.1.12", - "glob": "^7.1.6" + "fast-xml-parser": "^3.17.0", + "uuid": "^8.0.0" } }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dev": true, + "node_modules/cfb": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz", + "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" + "adler-32": "~1.3.0", + "crc-32": "~1.2.0" }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "engines": { + "node": ">=0.8" } }, - "node_modules/babel-preset-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", - "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", + "node_modules/chai": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", + "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", "dev": true, - "peer": true, "dependencies": { - "babel-plugin-jest-hoist": "^27.5.1", - "babel-preset-current-node-syntax": "^1.0.0" + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^4.1.2", + "get-func-name": "^2.0.0", + "loupe": "^2.3.1", + "pathval": "^1.1.1", + "type-detect": "^4.0.5" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node": ">=4" } }, - "node_modules/babel-preset-vite": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/babel-preset-vite/-/babel-preset-vite-1.0.4.tgz", - "integrity": "sha512-RZS/wNfEUD8aMliObxqlPw4ZR7R5OsT1G2IHd5nuUmiYKS6zemur8aZ5WPbfQwPpTPe9VEjcrxQA/6PKBWRTkg==", - "dev": true, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "@babel/runtime": "^7.13.9", - "@types/babel__core": "^7.1.12", - "babel-plugin-transform-vite-meta-env": "1.0.3", - "babel-plugin-transform-vite-meta-glob": "1.0.3" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/babel-walk": { - "version": "3.0.0-canary-5", - "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", - "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", - "dev": true, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "@babel/types": "^7.9.6" + "has-flag": "^4.0.0" }, "engines": { - "node": ">= 10.0.0" + "node": ">=8" } }, - "node_modules/bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "node_modules/character-entities": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", + "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "node_modules/character-entities-legacy": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", + "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", "dev": true, - "dependencies": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/base/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "node_modules/character-parser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz", + "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=", "dev": true, "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" + "is-regex": "^1.0.3" } }, - "node_modules/base/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/character-reference-invalid": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", + "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/basic-auth": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", - "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", - "dependencies": { - "safe-buffer": "5.1.2" - }, + "node_modules/charcodes": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz", + "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==", + "dev": true, "engines": { - "node": ">= 0.8" + "node": ">=6" } }, - "node_modules/bcryptjs": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=" + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true }, - "node_modules/before-after-hook": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz", - "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==", + "node_modules/chart.js": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz", + "integrity": "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==", "dev": true }, - "node_modules/better-opn": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-2.1.1.tgz", - "integrity": "sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==", + "node_modules/check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", "dev": true, - "dependencies": { - "open": "^7.0.3" - }, "engines": { - "node": ">8.0.0" + "node": "*" } }, - "node_modules/better-opn/node_modules/open": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", - "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], "dependencies": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" }, "engines": { - "node": ">=8" + "node": ">= 8.10.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "node_modules/big-integer": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", - "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, - "optional": true, + "dependencies": { + "is-glob": "^4.0.1" + }, "engines": { - "node": ">=0.6" + "node": ">= 6" } }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", "dev": true, "engines": { - "node": "*" + "node": ">=10" } }, - "node_modules/bignumber.js": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.2.tgz", - "integrity": "sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==", + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true, "engines": { - "node": "*" + "node": ">=6.0" } }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/ci-info": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", + "dev": true }, - "node_modules/bindings": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "node_modules/cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, - "optional": true, "dependencies": { - "file-uri-to-path": "1.0.0" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, - "node_modules/bindings/node_modules/file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "node_modules/class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, - "optional": true + "dependencies": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "node_modules/class-utils/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/bl/node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "node_modules/class-utils/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/bl/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true - }, - "node_modules/bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", - "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==", + "node_modules/class-utils/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, - "node_modules/body-parser": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", - "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "node_modules/class-utils/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "dev": true, "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.10.3", - "raw-body": "2.5.1", - "type-is": "~1.6.18", - "unpipe": "1.0.0" + "kind-of": "^3.0.2" }, "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" + "node": ">=0.10.0" } }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, "engines": { - "node": ">= 0.8" + "node": ">=0.10.0" } }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/class-utils/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dev": true, "dependencies": { - "ms": "2.0.0" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "node_modules/class-utils/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true + "node_modules/class-utils/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/bottleneck": { - "version": "2.19.5", - "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", - "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", - "dev": true + "node_modules/clean-css": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz", + "integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } }, - "node_modules/boxen": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", - "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, "dependencies": { - "ansi-align": "^3.0.0", - "camelcase": "^6.2.0", - "chalk": "^4.1.0", - "cli-boxes": "^2.2.1", - "string-width": "^4.2.2", - "type-fest": "^0.20.2", - "widest-line": "^3.1.0", - "wrap-ansi": "^7.0.0" + "restore-cursor": "^3.1.0" }, "engines": { - "node": ">=10" + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", + "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "dev": true, + "engines": { + "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/boxen/node_modules/emoji-regex": { + "node_modules/cli-table": { + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz", + "integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==", + "dev": true, + "dependencies": { + "colors": "1.0.3" + }, + "engines": { + "node": ">= 0.2.0" + } + }, + "node_modules/cli-table3": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", + "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" + } + }, + "node_modules/cli-table3/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/boxen/node_modules/is-fullwidth-code-point": { + "node_modules/cli-table3/node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", @@ -10960,7 +10940,7 @@ "node": ">=8" } }, - "node_modules/boxen/node_modules/string-width": { + "node_modules/cli-table3/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", @@ -10974,4033 +10954,3971 @@ "node": ">=8" } }, - "node_modules/boxen/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "node_modules/cli-truncate": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz", + "integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==", "dev": true, + "dependencies": { + "slice-ansi": "^5.0.0", + "string-width": "^5.0.0" + }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/bplist-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz", - "integrity": "sha512-2AEM0FXy8ZxVLBuqX0hqt1gDwcnz2zygEkQ6zaD5Wko/sB9paUNwlpawrFtKeHUAQUOzjVy9AO4oeonqIHKA9Q==", + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", "dev": true, - "optional": true, - "dependencies": { - "big-integer": "^1.6.7" + "engines": { + "node": ">= 10" } }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" } }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, "engines": { "node": ">=8" } }, - "node_modules/brorand": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", - "dev": true - }, - "node_modules/browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", - "dev": true - }, - "node_modules/browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" } }, - "node_modules/browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", "dev": true, - "dependencies": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" + "engines": { + "node": ">=0.8" } }, - "node_modules/browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, "dependencies": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" } }, - "node_modules/browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", - "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "node_modules/clone-deep/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "dependencies": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "node_modules/clone-deep/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, - "dependencies": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/browserify-sign/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/clone-response": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "mimic-response": "^1.0.0" }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/codepage": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz", + "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==", "engines": { - "node": ">= 6" + "node": ">=0.8" } }, - "node_modules/browserify-sign/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "node_modules/collapse-white-space": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", + "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, - "node_modules/browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "node_modules/collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "dev": true, "dependencies": { - "pako": "~1.0.5" + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/browserslist": { - "version": "4.21.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", - "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "caniuse-lite": "^1.0.30001370", - "electron-to-chromium": "^1.4.202", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.5" - }, - "bin": { - "browserslist": "cli.js" + "color-name": "~1.1.4" }, "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + "node": ">=7.0.0" } }, - "node_modules/bs-logger": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", - "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", - "dev": true, - "dependencies": { - "fast-json-stable-stringify": "2.x" - }, - "engines": { - "node": ">= 6" - } + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", "dev": true, - "dependencies": { - "node-int64": "^0.4.0" - } - }, - "node_modules/buffer": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", - "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", - "dependencies": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" + "bin": { + "color-support": "bin.js" } }, - "node_modules/buffer-equal-constant-time": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "node_modules/colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==" }, - "node_modules/buffer-writer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz", - "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==", + "node_modules/colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", + "dev": true, "engines": { - "node": ">=4" + "node": ">=0.1.90" } }, - "node_modules/buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", - "dev": true - }, - "node_modules/buffer/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", - "dev": true + "node_modules/combine-errors": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/combine-errors/-/combine-errors-3.0.3.tgz", + "integrity": "sha1-9N9nQAg+VwOjGBEQwrEFUfAD2oY=", + "dev": true, + "dependencies": { + "custom-error-instance": "2.1.1", + "lodash.uniqby": "4.5.0" + } }, - "node_modules/builtins": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", - "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", + "node_modules/combine-errors/node_modules/lodash.uniqby": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.5.0.tgz", + "integrity": "sha1-o6F7v2LutiQPSRhG6XwcTipeHiE=", "dev": true, "dependencies": { - "semver": "^7.0.0" + "lodash._baseiteratee": "~4.7.0", + "lodash._baseuniq": "~4.6.0" } }, - "node_modules/busboy": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dependencies": { - "dicer": "0.3.0" + "delayed-stream": "~1.0.0" }, "engines": { - "node": ">=4.5.0" + "node": ">= 0.8" } }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "node_modules/comma-separated-tokens": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", + "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, "engines": { - "node": ">= 0.8" + "node": ">= 12" } }, - "node_modules/c8": { - "version": "7.11.3", - "resolved": "https://registry.npmjs.org/c8/-/c8-7.11.3.tgz", - "integrity": "sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==", + "node_modules/commitizen": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.2.5.tgz", + "integrity": "sha512-9sXju8Qrz1B4Tw7kC5KhnvwYQN88qs2zbiB8oyMsnXZyJ24PPGiNM3nHr73d32dnE3i8VJEXddBFIbOgYSEXtQ==", "dev": true, "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@istanbuljs/schema": "^0.1.3", - "find-up": "^5.0.0", - "foreground-child": "^2.0.0", - "istanbul-lib-coverage": "^3.2.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-reports": "^3.1.4", - "rimraf": "^3.0.2", - "test-exclude": "^6.0.0", - "v8-to-istanbul": "^9.0.0", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.9" + "cachedir": "2.3.0", + "cz-conventional-changelog": "3.3.0", + "dedent": "0.7.0", + "detect-indent": "6.1.0", + "find-node-modules": "^2.1.2", + "find-root": "1.1.0", + "fs-extra": "9.1.0", + "glob": "7.2.3", + "inquirer": "8.2.4", + "is-utf8": "^0.2.1", + "lodash": "4.17.21", + "minimist": "1.2.6", + "strip-bom": "4.0.0", + "strip-json-comments": "3.1.1" }, "bin": { - "c8": "bin/c8.js" + "commitizen": "bin/commitizen", + "cz": "bin/git-cz", + "git-cz": "bin/git-cz" }, "engines": { - "node": ">=10.12.0" + "node": ">= 12" } }, - "node_modules/c8/node_modules/v8-to-istanbul": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz", - "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==", + "node_modules/commitizen/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, "dependencies": { - "@jridgewell/trace-mapping": "^0.3.7", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">=10.12.0" + "node": ">=10" } }, - "node_modules/cacache": { - "version": "16.0.7", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.7.tgz", - "integrity": "sha512-a4zfQpp5vm4Ipdvbj+ZrPonikRhm6WBEd4zT1Yc1DXsmAxrPgDwWBLF/u/wTVXSFPIgOJ1U3ghSa2Xm4s3h28w==", + "node_modules/common-tags": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true, - "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^1.1.1" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=4.0.0" } }, - "node_modules/cacache/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "node_modules/compare-func": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", + "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", "dev": true, "dependencies": { - "balanced-match": "^1.0.0" + "array-ify": "^1.0.0", + "dot-prop": "^5.1.0" } }, - "node_modules/cacache/node_modules/glob": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", - "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", + "dev": true + }, + "node_modules/compress-brotli": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/compress-brotli/-/compress-brotli-1.3.8.tgz", + "integrity": "sha512-lVcQsjhxhIXsuupfy9fmZUFtAIdBmXA7EGY6GBdgZ++qkM9zG4YFT8iU7FoBxzryNDMOpD1HIFHUSX4D87oqhQ==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": ">=12" + "@types/json-buffer": "~3.0.0", + "json-buffer": "~3.0.1" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/cacache/node_modules/lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", - "dev": true, "engines": { - "node": ">=12" + "node": ">= 12" } }, - "node_modules/cacache/node_modules/minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", - "dev": true, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "dependencies": { - "brace-expansion": "^2.0.1" + "mime-db": ">= 1.43.0 < 2" }, "engines": { - "node": ">=10" + "node": ">= 0.6" } }, - "node_modules/cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dev": true, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dependencies": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.8.0" } }, - "node_modules/cache-base/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" } }, - "node_modules/cacheable-lookup": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-6.1.0.tgz", - "integrity": "sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==", - "dev": true, - "engines": { - "node": ">=10.6.0" + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "engines": [ + "node >= 0.8" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" } }, - "node_modules/cacheable-request": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", - "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", + "node_modules/config-chain": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "dev": true, "dependencies": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^4.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^6.0.1", - "responselike": "^2.0.0" - }, - "engines": { - "node": ">=8" + "ini": "^1.3.4", + "proto-list": "~1.2.1" } }, - "node_modules/cacheable-request/node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, + "node_modules/configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", "dependencies": { - "pump": "^3.0.0" + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cacheable-request/node_modules/lowercase-keys": { + "node_modules/connect-history-api-fallback": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cachedir": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz", - "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==", - "dev": true, + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", "engines": { - "node": ">=6" - } - }, - "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.8" } }, - "node_modules/call-me-maybe": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz", - "integrity": "sha512-wCyFsDQkKPwwF8BDwOiWNx/9K45L/hvggQiDbve+viMNMQnWhrlYIuBk09offfwCRtCO9P6XwUttufzU11WCVw==", + "node_modules/console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", "dev": true }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true }, - "node_modules/camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "node_modules/constantinople": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz", + "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==", "dev": true, "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "@babel/parser": "^7.6.0", + "@babel/types": "^7.6.1" } }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "engines": { - "node": ">= 6" - } + "node_modules/constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", + "dev": true }, - "node_modules/camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" + "safe-buffer": "5.2.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 0.6" } }, - "node_modules/camelcase-keys/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camino-api": { - "resolved": "packages/api", - "link": true - }, - "node_modules/camino-common": { - "resolved": "packages/common", - "link": true - }, - "node_modules/camino-ui": { - "resolved": "packages/ui", - "link": true - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001382", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz", - "integrity": "sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg==", - "dev": true, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" + "type": "github", + "url": "https://github.com/sponsors/feross" }, { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" } ] }, - "node_modules/capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", - "dev": true, - "dependencies": { - "rsvp": "^4.8.4" - }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": ">= 0.6" } }, - "node_modules/cardinal": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", - "integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=", + "node_modules/conventional-changelog": { + "version": "3.1.25", + "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.25.tgz", + "integrity": "sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ==", "dev": true, "dependencies": { - "ansicolors": "~0.3.2", - "redeyed": "~2.1.0" + "conventional-changelog-angular": "^5.0.12", + "conventional-changelog-atom": "^2.0.8", + "conventional-changelog-codemirror": "^2.0.8", + "conventional-changelog-conventionalcommits": "^4.5.0", + "conventional-changelog-core": "^4.2.1", + "conventional-changelog-ember": "^2.0.9", + "conventional-changelog-eslint": "^3.0.9", + "conventional-changelog-express": "^2.0.6", + "conventional-changelog-jquery": "^3.0.11", + "conventional-changelog-jshint": "^2.0.9", + "conventional-changelog-preset-loader": "^2.3.4" }, - "bin": { - "cdl": "bin/cdl.js" - } - }, - "node_modules/case-sensitive-paths-webpack-plugin": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", - "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", - "dev": true, "engines": { - "node": ">=4" + "node": ">=10" } }, - "node_modules/ccount": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", + "node_modules/conventional-changelog-angular": { + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", + "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/cerbere": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/cerbere/-/cerbere-0.2.3.tgz", - "integrity": "sha512-jBUGx5H2LHjBIReH42gPi9lL1hHrwA5sfw9kVHsbVR2ECvXZanotiPqp8TDEQ66v17gx+xX5GdUETqb5pQHJ3g==", - "dependencies": { - "fast-xml-parser": "^3.17.0", - "uuid": "^8.0.0" - } - }, - "node_modules/cfb": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz", - "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", "dependencies": { - "adler-32": "~1.3.0", - "crc-32": "~1.2.0" + "compare-func": "^2.0.0", + "q": "^1.5.1" }, "engines": { - "node": ">=0.8" + "node": ">=10" } }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/conventional-changelog-atom": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.8.tgz", + "integrity": "sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==", + "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "q": "^1.5.1" }, "engines": { "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/conventional-changelog-codemirror": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.8.tgz", + "integrity": "sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==", + "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "q": "^1.5.1" }, - "engines": { - "node": ">=8" - } - }, - "node_modules/char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "dev": true, "engines": { "node": ">=10" } }, - "node_modules/character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } + "node_modules/conventional-changelog-config-spec": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz", + "integrity": "sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==", + "dev": true }, - "node_modules/character-parser": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz", - "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=", + "node_modules/conventional-changelog-conventionalcommits": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz", + "integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==", "dev": true, "dependencies": { - "is-regex": "^1.0.3" + "compare-func": "^2.0.0", + "lodash": "^4.17.15", + "q": "^1.5.1" + }, + "engines": { + "node": ">=10" } }, - "node_modules/character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "node_modules/conventional-changelog-core": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz", + "integrity": "sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "add-stream": "^1.0.0", + "conventional-changelog-writer": "^5.0.0", + "conventional-commits-parser": "^3.2.0", + "dateformat": "^3.0.0", + "get-pkg-repo": "^4.0.0", + "git-raw-commits": "^2.0.8", + "git-remote-origin-url": "^2.0.0", + "git-semver-tags": "^4.1.1", + "lodash": "^4.17.15", + "normalize-package-data": "^3.0.0", + "q": "^1.5.1", + "read-pkg": "^3.0.0", + "read-pkg-up": "^3.0.0", + "through2": "^4.0.0" + }, + "engines": { + "node": ">=10" } }, - "node_modules/charcodes": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz", - "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==", + "node_modules/conventional-changelog-core/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", "dev": true, + "dependencies": { + "locate-path": "^2.0.0" + }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true - }, - "node_modules/chart.js": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz", - "integrity": "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==", + "node_modules/conventional-changelog-core/node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "node_modules/conventional-changelog-core/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "node": ">=4" } }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/conventional-changelog-core/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "dependencies": { - "is-glob": "^4.0.1" + "p-try": "^1.0.0" }, "engines": { - "node": ">= 6" + "node": ">=4" } }, - "node_modules/chownr": { + "node_modules/conventional-changelog-core/node_modules/p-locate": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", "dev": true, + "dependencies": { + "p-limit": "^1.1.0" + }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "node_modules/conventional-changelog-core/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", "dev": true, "engines": { - "node": ">=6.0" + "node": ">=4" } }, - "node_modules/ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" - }, - "node_modules/cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "node_modules/conventional-changelog-core/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "engines": { + "node": ">=4" } }, - "node_modules/cjs-module-lexer": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", - "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", - "dev": true - }, - "node_modules/class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "node_modules/conventional-changelog-core/node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "dependencies": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" + "pify": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/class-utils/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "node_modules/conventional-changelog-core/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/class-utils/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "node_modules/conventional-changelog-core/node_modules/read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/conventional-changelog-core/node_modules/read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/class-utils/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/class-utils/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "node_modules/conventional-changelog-core/node_modules/read-pkg/node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" } }, - "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/conventional-changelog-core/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" + "bin": { + "semver": "bin/semver" } }, - "node_modules/class-utils/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "node_modules/conventional-changelog-ember": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.9.tgz", + "integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==", "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "q": "^1.5.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/class-utils/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/conventional-changelog-eslint": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.9.tgz", + "integrity": "sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==", "dev": true, + "dependencies": { + "q": "^1.5.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/class-utils/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "node_modules/conventional-changelog-express": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.6.tgz", + "integrity": "sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==", "dev": true, + "dependencies": { + "q": "^1.5.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/clean-css": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz", - "integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==", + "node_modules/conventional-changelog-jquery": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.11.tgz", + "integrity": "sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==", "dev": true, "dependencies": { - "source-map": "~0.6.0" + "q": "^1.5.1" }, "engines": { - "node": ">= 10.0" + "node": ">=10" } }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "node_modules/conventional-changelog-jshint": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.9.tgz", + "integrity": "sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==", "dev": true, + "dependencies": { + "compare-func": "^2.0.0", + "q": "^1.5.1" + }, "engines": { - "node": ">=6" + "node": ">=10" } }, - "node_modules/cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "node_modules/conventional-changelog-preset-loader": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz", + "integrity": "sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==", "dev": true, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=10" } }, - "node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "node_modules/conventional-changelog-writer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz", + "integrity": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==", "dev": true, "dependencies": { - "restore-cursor": "^3.1.0" + "conventional-commits-filter": "^2.0.7", + "dateformat": "^3.0.0", + "handlebars": "^4.7.7", + "json-stringify-safe": "^5.0.1", + "lodash": "^4.17.15", + "meow": "^8.0.0", + "semver": "^6.0.0", + "split": "^1.0.0", + "through2": "^4.0.0" }, - "engines": { - "node": ">=8" + "bin": { + "conventional-changelog-writer": "cli.js" + }, + "engines": { + "node": ">=10" } }, - "node_modules/cli-spinners": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", - "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "node_modules/conventional-changelog-writer/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/cli-table": { - "version": "0.3.11", - "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz", - "integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==", + "node_modules/conventional-commit-types": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz", + "integrity": "sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==", + "dev": true + }, + "node_modules/conventional-commits-filter": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz", + "integrity": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==", "dev": true, "dependencies": { - "colors": "1.0.3" + "lodash.ismatch": "^4.4.0", + "modify-values": "^1.0.0" }, "engines": { - "node": ">= 0.2.0" + "node": ">=10" } }, - "node_modules/cli-table3": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", - "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", + "node_modules/conventional-commits-parser": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz", + "integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==", "dev": true, "dependencies": { - "string-width": "^4.2.0" + "is-text-path": "^1.0.1", + "JSONStream": "^1.0.4", + "lodash": "^4.17.15", + "meow": "^8.0.0", + "split2": "^3.0.0", + "through2": "^4.0.0" }, - "engines": { - "node": "10.* || >= 12.*" + "bin": { + "conventional-commits-parser": "cli.js" }, - "optionalDependencies": { - "@colors/colors": "1.5.0" + "engines": { + "node": ">=10" } }, - "node_modules/cli-table3/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/cli-table3/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/conventional-recommended-bump": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-6.1.0.tgz", + "integrity": "sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw==", "dev": true, + "dependencies": { + "concat-stream": "^2.0.0", + "conventional-changelog-preset-loader": "^2.3.4", + "conventional-commits-filter": "^2.0.7", + "conventional-commits-parser": "^3.2.0", + "git-raw-commits": "^2.0.8", + "git-semver-tags": "^4.1.1", + "meow": "^8.0.0", + "q": "^1.5.1" + }, + "bin": { + "conventional-recommended-bump": "cli.js" + }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/cli-table3/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/conventional-recommended-bump/node_modules/concat-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", + "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", "dev": true, + "engines": [ + "node >= 6.0" + ], "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.0.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/conventional-recommended-bump/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/cli-truncate": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz", - "integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==", + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", "dev": true, "dependencies": { - "slice-ansi": "^5.0.0", - "string-width": "^5.0.0" - }, + "safe-buffer": "~5.1.1" + } + }, + "node_modules/cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">= 0.6" + } + }, + "node_modules/cookie-parser": { + "version": "1.4.6", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz", + "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==", + "dependencies": { + "cookie": "0.4.1", + "cookie-signature": "1.0.6" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">= 0.8.0" } }, - "node_modules/cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", - "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", - "dev": true, + "node_modules/cookie-parser/node_modules/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", "engines": { - "node": ">= 10" + "node": ">= 0.6" } }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "node_modules/cookiejar": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.3.tgz", + "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==", + "dev": true + }, + "node_modules/copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", "dev": true, "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" } }, - "node_modules/cliui/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "node_modules/copy-concurrently/node_modules/aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", "dev": true }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/copy-concurrently/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/cliui/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/copy-concurrently/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "glob": "^7.1.3" }, - "engines": { - "node": ">=8" + "bin": { + "rimraf": "bin.js" } }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "node_modules/copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", "dev": true, "engines": { - "node": ">=0.8" + "node": ">=0.10.0" } }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "node_modules/core-js": { + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz", + "integrity": "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==", + "dev": true, + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat": { + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.4.tgz", + "integrity": "sha512-dIWcsszDezkFZrfm1cnB4f/J85gyhiCpxbgBdohWCDtSVuAaChTSpPV7ldOQf/Xds2U5xCIJZOK82G4ZPAIswA==", "dev": true, "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" + "browserslist": "^4.20.3", + "semver": "7.0.0" }, - "engines": { - "node": ">=6" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" } }, - "node_modules/clone-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", "dependencies": { - "isobject": "^3.0.1" + "object-assign": "^4", + "vary": "^1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.10" } }, - "node_modules/clone-deep/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/clone-response": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", - "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", + "node_modules/cosmiconfig-typescript-loader": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz", + "integrity": "sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==", "dev": true, + "optional": true, "dependencies": { - "mimic-response": "^1.0.0" + "cosmiconfig": "^7", + "ts-node": "^10.7.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=12", + "npm": ">=6" + }, + "peerDependencies": { + "@types/node": "*", + "cosmiconfig": ">=7", + "typescript": ">=3" } }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "node_modules/cp-file": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cp-file/-/cp-file-7.0.0.tgz", + "integrity": "sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==", "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "nested-error-stacks": "^2.0.0", + "p-event": "^4.1.0" + }, "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" + "node": ">=8" } }, - "node_modules/codepage": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz", - "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==", + "node_modules/cpy": { + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/cpy/-/cpy-8.1.2.tgz", + "integrity": "sha512-dmC4mUesv0OYH2kNFEidtf/skUwv4zePmGeepjyyJ0qTo5+8KhA1o99oIAwVVLzQMAeDJml74d6wPPKb6EZUTg==", + "dev": true, + "dependencies": { + "arrify": "^2.0.1", + "cp-file": "^7.0.0", + "globby": "^9.2.0", + "has-glob": "^1.0.0", + "junk": "^3.1.0", + "nested-error-stacks": "^2.1.0", + "p-all": "^2.1.0", + "p-filter": "^2.1.0", + "p-map": "^3.0.0" + }, "engines": { - "node": ">=0.8" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", + "node_modules/cpy/node_modules/@nodelib/fs.stat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", + "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "engines": { + "node": ">= 6" } }, - "node_modules/collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", - "dev": true - }, - "node_modules/collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "node_modules/cpy/node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", "dev": true, "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" + "array-uniq": "^1.0.1" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/cpy/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, "dependencies": { - "color-name": "~1.1.4" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "engines": { - "node": ">=7.0.0" + "node": ">=0.10.0" } }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/color-support": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "node_modules/cpy/node_modules/dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", "dev": true, - "bin": { - "color-support": "bin.js" + "dependencies": { + "path-type": "^3.0.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/colorette": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", - "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==" - }, - "node_modules/colors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", - "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", + "node_modules/cpy/node_modules/fast-glob": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", + "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", "dev": true, + "dependencies": { + "@mrmlnc/readdir-enhanced": "^2.2.1", + "@nodelib/fs.stat": "^1.1.2", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.3", + "micromatch": "^3.1.10" + }, "engines": { - "node": ">=0.1.90" + "node": ">=4.0.0" } }, - "node_modules/combine-errors": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/combine-errors/-/combine-errors-3.0.3.tgz", - "integrity": "sha1-9N9nQAg+VwOjGBEQwrEFUfAD2oY=", + "node_modules/cpy/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", "dev": true, "dependencies": { - "custom-error-instance": "2.1.1", - "lodash.uniqby": "4.5.0" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/combine-errors/node_modules/lodash.uniqby": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.5.0.tgz", - "integrity": "sha1-o6F7v2LutiQPSRhG6XwcTipeHiE=", + "node_modules/cpy/node_modules/glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", "dev": true, "dependencies": { - "lodash._baseiteratee": "~4.7.0", - "lodash._baseuniq": "~4.6.0" + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" } }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "node_modules/cpy/node_modules/glob-parent/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dev": true, "dependencies": { - "delayed-stream": "~1.0.0" + "is-extglob": "^2.1.0" }, "engines": { - "node": ">= 0.8" + "node": ">=0.10.0" } }, - "node_modules/comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", + "node_modules/cpy/node_modules/globby": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz", + "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "@types/glob": "^7.1.1", + "array-union": "^1.0.2", + "dir-glob": "^2.2.2", + "fast-glob": "^2.2.6", + "glob": "^7.1.3", + "ignore": "^4.0.3", + "pify": "^4.0.1", + "slash": "^2.0.0" + }, + "engines": { + "node": ">=6" } }, - "node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "node_modules/cpy/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", "dev": true, "engines": { - "node": ">= 12" + "node": ">= 4" } }, - "node_modules/commitizen": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.2.5.tgz", - "integrity": "sha512-9sXju8Qrz1B4Tw7kC5KhnvwYQN88qs2zbiB8oyMsnXZyJ24PPGiNM3nHr73d32dnE3i8VJEXddBFIbOgYSEXtQ==", + "node_modules/cpy/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/cpy/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "dependencies": { - "cachedir": "2.3.0", - "cz-conventional-changelog": "3.3.0", - "dedent": "0.7.0", - "detect-indent": "6.1.0", - "find-node-modules": "^2.1.2", - "find-root": "1.1.0", - "fs-extra": "9.1.0", - "glob": "7.2.3", - "inquirer": "8.2.4", - "is-utf8": "^0.2.1", - "lodash": "4.17.21", - "minimist": "1.2.6", - "strip-bom": "4.0.0", - "strip-json-comments": "3.1.1" - }, - "bin": { - "commitizen": "bin/commitizen", - "cz": "bin/git-cz", - "git-cz": "bin/git-cz" + "is-plain-object": "^2.0.4" }, "engines": { - "node": ">= 12" + "node": ">=0.10.0" } }, - "node_modules/commitizen/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "node_modules/cpy/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", "dev": true, "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "kind-of": "^3.0.2" }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/common-tags": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "node_modules/cpy/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, "engines": { - "node": ">=4.0.0" + "node": ">=0.10.0" } }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "dev": true - }, - "node_modules/compare-func": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", + "node_modules/cpy/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "dependencies": { - "array-ify": "^1.0.0", - "dot-prop": "^5.1.0" + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", - "dev": true - }, - "node_modules/compress-brotli": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/compress-brotli/-/compress-brotli-1.3.8.tgz", - "integrity": "sha512-lVcQsjhxhIXsuupfy9fmZUFtAIdBmXA7EGY6GBdgZ++qkM9zG4YFT8iU7FoBxzryNDMOpD1HIFHUSX4D87oqhQ==", + "node_modules/cpy/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, - "dependencies": { - "@types/json-buffer": "~3.0.0", - "json-buffer": "~3.0.1" - }, "engines": { - "node": ">= 12" + "node": ">=0.10.0" } }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "node_modules/cpy/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, "dependencies": { - "mime-db": ">= 1.43.0 < 2" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" }, "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "node_modules/cpy/node_modules/micromatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dev": true, "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" + "node": ">=0.10.0" } }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "node_modules/concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "engines": [ - "node >= 0.8" - ], + "node_modules/cpy/node_modules/p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "dev": true, "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/condense-newlines": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/condense-newlines/-/condense-newlines-0.2.1.tgz", - "integrity": "sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=", + "node_modules/cpy/node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-whitespace": "^0.3.0", - "kind-of": "^3.0.2" + "pify": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/condense-newlines/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "node_modules/cpy/node_modules/path-type/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "engines": { + "node": ">=4" + } }, - "node_modules/condense-newlines/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/cpy/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/config-chain": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", - "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "node_modules/cpy/node_modules/slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true, - "dependencies": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" + "engines": { + "node": ">=6" } }, - "node_modules/configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "node_modules/cpy/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, "dependencies": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/connect-history-api-fallback": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "node_modules/crc-32": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz", + "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", + "bin": { + "crc32": "bin/crc32.njs" + }, "engines": { "node": ">=0.8" } }, - "node_modules/console-browserify": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", - "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", - "dev": true + "node_modules/create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "dev": true, + "dependencies": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + } }, - "node_modules/console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "node_modules/create-ecdh/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true }, - "node_modules/constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz", - "integrity": "sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==", + "node_modules/create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "dependencies": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" } }, - "node_modules/constants-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", - "dev": true - }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "node_modules/create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dev": true, "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" }, - "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", - "engines": { - "node": ">= 0.6" + "node_modules/cross-fetch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", + "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", + "dev": true, + "dependencies": { + "node-fetch": "2.6.7" } }, - "node_modules/conventional-changelog": { - "version": "3.1.25", - "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.25.tgz", - "integrity": "sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ==", + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "dependencies": { - "conventional-changelog-angular": "^5.0.12", - "conventional-changelog-atom": "^2.0.8", - "conventional-changelog-codemirror": "^2.0.8", - "conventional-changelog-conventionalcommits": "^4.5.0", - "conventional-changelog-core": "^4.2.1", - "conventional-changelog-ember": "^2.0.9", - "conventional-changelog-eslint": "^3.0.9", - "conventional-changelog-express": "^2.0.6", - "conventional-changelog-jquery": "^3.0.11", - "conventional-changelog-jshint": "^2.0.9", - "conventional-changelog-preset-loader": "^2.3.4" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">= 8" } }, - "node_modules/conventional-changelog-angular": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", - "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", + "node_modules/crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" }, "engines": { - "node": ">=10" + "node": "*" } }, - "node_modules/conventional-changelog-atom": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.8.tgz", - "integrity": "sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==", - "dev": true, + "node_modules/crypto-random-string": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-3.3.1.tgz", + "integrity": "sha512-5j88ECEn6h17UePrLi6pn1JcLtAiANa3KExyr9y9Z5vo2mv56Gh3I4Aja/B9P9uyMwyxNHAHWv+nE72f30T5Dg==", "dependencies": { - "q": "^1.5.1" + "type-fest": "^0.8.1" }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/conventional-changelog-codemirror": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.8.tgz", - "integrity": "sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==", + "node_modules/crypto-random-string/node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/css-blank-pseudo": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", "dev": true, "dependencies": { - "q": "^1.5.1" + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-blank-pseudo": "dist/cli.cjs" }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/conventional-changelog-config-spec": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz", - "integrity": "sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==", - "dev": true - }, - "node_modules/conventional-changelog-conventionalcommits": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz", - "integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==", + "node_modules/css-has-pseudo": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", "dev": true, "dependencies": { - "compare-func": "^2.0.0", - "lodash": "^4.17.15", - "q": "^1.5.1" + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-has-pseudo": "dist/cli.cjs" }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/conventional-changelog-core": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.4.tgz", - "integrity": "sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==", + "node_modules/css-loader": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", + "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", "dev": true, "dependencies": { - "add-stream": "^1.0.0", - "conventional-changelog-writer": "^5.0.0", - "conventional-commits-parser": "^3.2.0", - "dateformat": "^3.0.0", - "get-pkg-repo": "^4.0.0", - "git-raw-commits": "^2.0.8", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^4.1.1", - "lodash": "^4.17.15", - "normalize-package-data": "^3.0.0", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^4.0.0" + "camelcase": "^5.3.1", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^1.2.3", + "normalize-path": "^3.0.0", + "postcss": "^7.0.32", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.2", + "postcss-modules-scope": "^2.2.0", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^2.7.0", + "semver": "^6.3.0" }, "engines": { - "node": ">=10" - } - }, - "node_modules/conventional-changelog-core/node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", - "dev": true, - "dependencies": { - "locate-path": "^2.0.0" + "node": ">= 8.9.0" }, - "engines": { - "node": ">=4" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/conventional-changelog-core/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/conventional-changelog-core/node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", + "node_modules/css-loader/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/conventional-changelog-core/node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "node_modules/css-loader/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "dependencies": { - "p-try": "^1.0.0" + "minimist": "^1.2.0" }, - "engines": { - "node": ">=4" + "bin": { + "json5": "lib/cli.js" } }, - "node_modules/conventional-changelog-core/node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", + "node_modules/css-loader/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", "dev": true, "dependencies": { - "p-limit": "^1.1.0" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" }, "engines": { - "node": ">=4" + "node": ">=4.0.0" } }, - "node_modules/conventional-changelog-core/node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", + "node_modules/css-loader/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "engines": { - "node": ">=4" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/conventional-changelog-core/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "node_modules/css-prefers-color-scheme": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", "dev": true, + "bin": { + "css-prefers-color-scheme": "dist/cli.cjs" + }, "engines": { - "node": ">=4" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/conventional-changelog-core/node_modules/path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "dev": true, "dependencies": { - "pify": "^3.0.0" + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/fb55" } }, - "node_modules/conventional-changelog-core/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "dev": true, "engines": { - "node": ">=4" + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, - "node_modules/conventional-changelog-core/node_modules/read-pkg": { + "node_modules/cssesc": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, - "dependencies": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" + "bin": { + "cssesc": "bin/cssesc" }, "engines": { "node": ">=4" } }, - "node_modules/conventional-changelog-core/node_modules/read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==", + "node_modules/cssom": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" + "cssom": "~0.3.6" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/conventional-changelog-core/node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } + "optional": true, + "peer": true }, - "node_modules/conventional-changelog-core/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } + "node_modules/csstype": { + "version": "2.6.21", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==", + "dev": true }, - "node_modules/conventional-changelog-ember": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.9.tgz", - "integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==", + "node_modules/currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==", "dev": true, + "optional": true, "dependencies": { - "q": "^1.5.1" + "array-find-index": "^1.0.1" }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/conventional-changelog-eslint": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.9.tgz", - "integrity": "sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==", + "node_modules/custom-error-instance": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/custom-error-instance/-/custom-error-instance-2.1.1.tgz", + "integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho=", + "dev": true + }, + "node_modules/cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", + "dev": true + }, + "node_modules/cz-conventional-changelog": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz", + "integrity": "sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==", "dev": true, "dependencies": { - "q": "^1.5.1" + "chalk": "^2.4.1", + "commitizen": "^4.0.3", + "conventional-commit-types": "^3.0.0", + "lodash.map": "^4.5.1", + "longest": "^2.0.1", + "word-wrap": "^1.0.3" }, "engines": { - "node": ">=10" + "node": ">= 10" + }, + "optionalDependencies": { + "@commitlint/load": ">6.1.1" } }, - "node_modules/conventional-changelog-express": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.6.tgz", - "integrity": "sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==", + "node_modules/cz-conventional-changelog/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "dependencies": { - "q": "^1.5.1" + "color-convert": "^1.9.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/conventional-changelog-jquery": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.11.tgz", - "integrity": "sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==", + "node_modules/cz-conventional-changelog/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { - "q": "^1.5.1" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/conventional-changelog-jshint": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.9.tgz", - "integrity": "sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==", + "node_modules/cz-conventional-changelog/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" - }, + "color-name": "1.1.3" + } + }, + "node_modules/cz-conventional-changelog/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/cz-conventional-changelog/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, "engines": { - "node": ">=10" + "node": ">=0.8.0" } }, - "node_modules/conventional-changelog-preset-loader": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz", - "integrity": "sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==", + "node_modules/cz-conventional-changelog/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/conventional-changelog-writer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz", - "integrity": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==", + "node_modules/cz-conventional-changelog/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { - "conventional-commits-filter": "^2.0.7", - "dateformat": "^3.0.0", - "handlebars": "^4.7.7", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^4.0.0" - }, - "bin": { - "conventional-changelog-writer": "cli.js" + "has-flag": "^3.0.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/conventional-changelog-writer/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/dargs": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", + "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": ">=8" } }, - "node_modules/conventional-commit-types": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz", - "integrity": "sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==", - "dev": true - }, - "node_modules/conventional-commits-filter": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz", - "integrity": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==", + "node_modules/data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "lodash.ismatch": "^4.4.0", - "modify-values": "^1.0.0" + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" }, "engines": { "node": ">=10" } }, - "node_modules/conventional-commits-parser": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz", - "integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==", + "node_modules/dateformat": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", + "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/db-errors": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/db-errors/-/db-errors-0.2.3.tgz", + "integrity": "sha512-OOgqgDuCavHXjYSJoV2yGhv6SeG8nk42aoCSoyXLZUH7VwFG27rxbavU1z+VrZbZjphw5UkDQwUlD21MwZpUng==" + }, + "node_modules/de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", + "dev": true + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dependencies": { - "is-text-path": "^1.0.1", - "JSONStream": "^1.0.4", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" + "ms": "2.1.2" }, - "bin": { - "conventional-commits-parser": "cli.js" + "engines": { + "node": ">=6.0" }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decamelize": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", + "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/conventional-recommended-bump": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-6.1.0.tgz", - "integrity": "sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw==", + "node_modules/decamelize-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", + "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", "dev": true, "dependencies": { - "concat-stream": "^2.0.0", - "conventional-changelog-preset-loader": "^2.3.4", - "conventional-commits-filter": "^2.0.7", - "conventional-commits-parser": "^3.2.0", - "git-raw-commits": "^2.0.8", - "git-semver-tags": "^4.1.1", - "meow": "^8.0.0", - "q": "^1.5.1" - }, - "bin": { - "conventional-recommended-bump": "cli.js" + "decamelize": "^1.1.0", + "map-obj": "^1.0.0" }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/conventional-recommended-bump/node_modules/concat-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", - "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", + "node_modules/decamelize-keys/node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", "dev": true, - "engines": [ - "node >= 6.0" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.0.2", - "typedarray": "^0.0.6" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/conventional-recommended-bump/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/decamelize-keys/node_modules/map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "node_modules/decimal.js": { + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", + "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==", "dev": true, - "dependencies": { - "safe-buffer": "~5.1.1" - } + "optional": true, + "peer": true }, - "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "node_modules/decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=0.10" } }, - "node_modules/cookie-parser": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz", - "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==", + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "dev": true, "dependencies": { - "cookie": "0.4.1", - "cookie-signature": "1.0.6" + "mimic-response": "^3.1.0" }, "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/cookie-parser/node_modules/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", - "engines": { - "node": ">= 0.6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "node_modules/cookiejar": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.3.tgz", - "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==", - "dev": true - }, - "node_modules/copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", - "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "node_modules/decompress-response/node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", "dev": true, - "dependencies": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/copy-concurrently/node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", "dev": true }, - "node_modules/copy-concurrently/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "node_modules/deep-eql": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.2.tgz", + "integrity": "sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==", "dev": true, "dependencies": { - "minimist": "^1.2.6" + "type-detect": "^4.0.0" }, - "bin": { - "mkdirp": "bin/cmd.js" + "engines": { + "node": ">=6" } }, - "node_modules/copy-concurrently/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "node_modules/deep-equal": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.1.0.tgz", + "integrity": "sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==", "dev": true, "dependencies": { - "glob": "^7.1.3" + "call-bind": "^1.0.2", + "es-get-iterator": "^1.1.2", + "get-intrinsic": "^1.1.3", + "is-arguments": "^1.1.1", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.8" }, - "bin": { - "rimraf": "bin.js" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=4.0.0" } }, - "node_modules/core-js": { - "version": "3.24.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz", - "integrity": "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==", - "dev": true, - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "engines": { + "node": ">=0.10.0" } }, - "node_modules/core-js-compat": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.4.tgz", - "integrity": "sha512-dIWcsszDezkFZrfm1cnB4f/J85gyhiCpxbgBdohWCDtSVuAaChTSpPV7ldOQf/Xds2U5xCIJZOK82G4ZPAIswA==", + "node_modules/default-browser-id": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz", + "integrity": "sha512-qPy925qewwul9Hifs+3sx1ZYn14obHxpkX+mPD369w4Rzg+YkJBgi3SOvwUq81nWSjqGUegIgEPwD8u+HUnxlw==", "dev": true, + "optional": true, "dependencies": { - "browserslist": "^4.20.3", - "semver": "7.0.0" + "bplist-parser": "^0.1.0", + "meow": "^3.1.0", + "untildify": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat/node_modules/semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "dev": true, "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dependencies": { - "object-assign": "^4", - "vary": "^1" + "default-browser-id": "cli.js" }, "engines": { - "node": ">= 0.10" + "node": ">=0.10.0" } }, - "node_modules/cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "node_modules/default-browser-id/node_modules/camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==", "dev": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, + "optional": true, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/cosmiconfig-typescript-loader": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.9.tgz", - "integrity": "sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==", + "node_modules/default-browser-id/node_modules/camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==", "dev": true, "optional": true, "dependencies": { - "cosmiconfig": "^7", - "ts-node": "^10.7.0" + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" }, "engines": { - "node": ">=12", - "npm": ">=6" - }, - "peerDependencies": { - "@types/node": "*", - "cosmiconfig": ">=7", - "typescript": ">=3" + "node": ">=0.10.0" } }, - "node_modules/cp-file": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cp-file/-/cp-file-7.0.0.tgz", - "integrity": "sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==", + "node_modules/default-browser-id/node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "nested-error-stacks": "^2.0.0", - "p-event": "^4.1.0" - }, + "optional": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/cpy": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/cpy/-/cpy-8.1.2.tgz", - "integrity": "sha512-dmC4mUesv0OYH2kNFEidtf/skUwv4zePmGeepjyyJ0qTo5+8KhA1o99oIAwVVLzQMAeDJml74d6wPPKb6EZUTg==", + "node_modules/default-browser-id/node_modules/find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==", "dev": true, + "optional": true, "dependencies": { - "arrify": "^2.0.1", - "cp-file": "^7.0.0", - "globby": "^9.2.0", - "has-glob": "^1.0.0", - "junk": "^3.1.0", - "nested-error-stacks": "^2.1.0", - "p-all": "^2.1.0", - "p-filter": "^2.1.0", - "p-map": "^3.0.0" + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/@nodelib/fs.stat": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", - "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", + "node_modules/default-browser-id/node_modules/get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", "dev": true, + "optional": true, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "node_modules/default-browser-id/node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true, - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } + "optional": true }, - "node_modules/cpy/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "node_modules/default-browser-id/node_modules/indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==", "dev": true, + "optional": true, "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" + "repeating": "^2.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/dir-glob": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "node_modules/default-browser-id/node_modules/load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==", "dev": true, + "optional": true, "dependencies": { - "path-type": "^3.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" }, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/fast-glob": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", - "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", + "node_modules/default-browser-id/node_modules/map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, - "dependencies": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, + "optional": true, "engines": { - "node": ">=4.0.0" + "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "node_modules/default-browser-id/node_modules/meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==", "dev": true, + "optional": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "node_modules/default-browser-id/node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, + "optional": true, "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" } }, - "node_modules/cpy/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "node_modules/default-browser-id/node_modules/parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==", "dev": true, + "optional": true, "dependencies": { - "is-extglob": "^2.1.0" + "error-ex": "^1.2.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/globby": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz", - "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", + "node_modules/default-browser-id/node_modules/path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==", "dev": true, + "optional": true, "dependencies": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" + "pinkie-promise": "^2.0.0" }, "engines": { - "node": ">=6" - } - }, - "node_modules/cpy/node_modules/ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "dev": true, - "engines": { - "node": ">= 4" + "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/cpy/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/default-browser-id/node_modules/path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==", "dev": true, + "optional": true, "dependencies": { - "is-plain-object": "^2.0.4" + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "node_modules/default-browser-id/node_modules/read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==", "dev": true, + "optional": true, "dependencies": { - "kind-of": "^3.0.2" + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "node_modules/default-browser-id/node_modules/read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==", "dev": true, + "optional": true, "dependencies": { - "is-buffer": "^1.1.5" + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/default-browser-id/node_modules/redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==", "dev": true, + "optional": true, "dependencies": { - "isobject": "^3.0.1" + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "node_modules/default-browser-id/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "engines": { - "node": ">=0.10.0" + "optional": true, + "bin": { + "semver": "bin/semver" } }, - "node_modules/cpy/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "node_modules/default-browser-id/node_modules/strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==", "dev": true, + "optional": true, "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "is-utf8": "^0.2.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "node_modules/default-browser-id/node_modules/strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==", "dev": true, + "optional": true, "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "get-stdin": "^4.0.1" + }, + "bin": { + "strip-indent": "cli.js" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/p-map": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", - "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "node_modules/default-browser-id/node_modules/trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==", "dev": true, - "dependencies": { - "aggregate-error": "^3.0.0" - }, + "optional": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "node_modules/defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==", "dev": true, "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" + "clone": "^1.0.2" } }, - "node_modules/cpy/node_modules/path-type/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "node_modules/defaults/node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", "dev": true, "engines": { - "node": ">=4" + "node": ">=0.8" } }, - "node_modules/cpy/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "node_modules/defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", "dev": true, "engines": { - "node": ">=6" + "node": ">=10" } }, - "node_modules/cpy/node_modules/slash": { + "node_modules/define-lazy-prop": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "dev": true, "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/cpy/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "node_modules/define-properties": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", "dev": true, "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/crc-32": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz", - "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", - "bin": { - "crc32": "bin/crc32.njs" + "node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dev": true, + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" }, "engines": { - "node": ">=0.8" + "node": ">=0.10.0" } }, - "node_modules/create-ecdh": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", - "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "node_modules/define-property/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, - "dependencies": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/create-ecdh/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true - }, - "node_modules/create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "node_modules/del": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz", + "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==", "dev": true, "dependencies": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" + "globby": "^11.0.1", + "graceful-fs": "^4.2.4", + "is-glob": "^4.0.1", + "is-path-cwd": "^2.2.0", + "is-path-inside": "^3.0.2", + "p-map": "^4.0.0", + "rimraf": "^3.0.2", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", - "dev": true, - "dependencies": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "engines": { + "node": ">=0.4.0" } }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true }, - "node_modules/cross-env": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", - "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", - "dependencies": { - "cross-spawn": "^7.0.1" - }, - "bin": { - "cross-env": "src/bin/cross-env.js", - "cross-env-shell": "src/bin/cross-env-shell.js" - }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "engines": { - "node": ">=10.14", - "npm": ">=6", - "yarn": ">=1" + "node": ">= 0.8" } }, - "node_modules/cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", + "node_modules/deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true + }, + "node_modules/des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", "dev": true, "dependencies": { - "node-fetch": "2.6.7" + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", "engines": { - "node": ">= 8" + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", - "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "node_modules/detab": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz", + "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", "dev": true, "dependencies": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" + "repeat-string": "^1.5.4" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=", + "dev": true, "engines": { - "node": "*" + "node": ">=0.10.0" } }, - "node_modules/crypto-random-string": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-3.3.1.tgz", - "integrity": "sha512-5j88ECEn6h17UePrLi6pn1JcLtAiANa3KExyr9y9Z5vo2mv56Gh3I4Aja/B9P9uyMwyxNHAHWv+nE72f30T5Dg==", - "dependencies": { - "type-fest": "^0.8.1" - }, + "node_modules/detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", + "dev": true, "engines": { "node": ">=8" } }, - "node_modules/crypto-random-string/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true, "engines": { "node": ">=8" } }, - "node_modules/css-blank-pseudo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", - "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", + "node_modules/detect-package-manager": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-package-manager/-/detect-package-manager-2.0.1.tgz", + "integrity": "sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "bin": { - "css-blank-pseudo": "dist/cli.cjs" + "execa": "^5.1.1" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": ">=12" } }, - "node_modules/css-has-pseudo": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", - "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "node_modules/detect-port": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.5.1.tgz", + "integrity": "sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.9" + "address": "^1.0.1", + "debug": "4" }, "bin": { - "css-has-pseudo": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "detect": "bin/detect-port.js", + "detect-port": "bin/detect-port.js" } }, - "node_modules/css-loader": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", - "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", + "node_modules/dezalgo": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz", + "integrity": "sha512-K7i4zNfT2kgQz3GylDw40ot9GAE47sFZ9EXHFSPP6zONLgH6kWXE0KWJchkbQJLBkRazq4APwZ4OwiFFlT95OQ==", "dev": true, "dependencies": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" + "asap": "^2.0.0", + "wrappy": "1" + } + }, + "node_modules/dicer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", + "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", + "dependencies": { + "streamsearch": "0.1.2" }, "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" + "node": ">=4.5.0" } }, - "node_modules/css-loader/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "engines": { - "node": ">=6" + "node": ">=0.3.1" } }, - "node_modules/css-loader/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "node_modules/diff-match-patch": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz", + "integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==" + }, + "node_modules/diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" } }, - "node_modules/css-loader/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, + "node_modules/diffie-hellman/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "path-type": "^4.0.0" }, "engines": { - "node": ">=4.0.0" + "node": ">=8" } }, - "node_modules/css-loader/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } + "node_modules/discontinuous-range": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz", + "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=" }, - "node_modules/css-prefers-color-scheme": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", - "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "dev": true + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, - "bin": { - "css-prefers-color-scheme": "dist/cli.cjs" + "dependencies": { + "esutils": "^2.0.2" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": ">=6.0.0" } }, - "node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "node_modules/doctypes": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz", + "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=", + "dev": true + }, + "node_modules/dom-accessibility-api": { + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz", + "integrity": "sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==", + "dev": true + }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "dev": true, "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" + "utila": "~0.4" } }, - "node_modules/css-tree": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.1.0.tgz", - "integrity": "sha512-PcysZRzToBbrpoUrZ9qfblRIRf8zbEAkU0AIpQFtgkFK0vSbzOmBCvdSAx2Zg7Xx5wiYJKUKk0NMP7kxevie/A==", - "dev": true, + "node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dependencies": { - "mdn-data": "2.0.27", - "source-map-js": "^1.0.1" + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", - "npm": ">=7.0.0" + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "node_modules/dom-walk": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", + "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==", + "dev": true + }, + "node_modules/domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", "dev": true, "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" + "node": ">=0.4", + "npm": ">=1.2" } }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domexception": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", "dev": true, - "bin": { - "cssesc": "bin/cssesc" + "optional": true, + "peer": true, + "dependencies": { + "webidl-conversions": "^5.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/cssom": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", - "dev": true, - "peer": true - }, - "node_modules/cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "node_modules/domexception/node_modules/webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", "dev": true, - "dependencies": { - "cssom": "~0.3.6" - }, + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/cssstyle/node_modules/cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", - "dev": true - }, - "node_modules/csstype": { - "version": "2.6.20", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.20.tgz", - "integrity": "sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==", - "dev": true - }, - "node_modules/currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==", - "dev": true, - "optional": true, + "node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dependencies": { - "array-find-index": "^1.0.1" + "domelementtype": "^2.2.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/custom-error-instance": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/custom-error-instance/-/custom-error-instance-2.1.1.tgz", - "integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho=", - "dev": true - }, - "node_modules/cyclist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", - "dev": true - }, - "node_modules/cz-conventional-changelog": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz", - "integrity": "sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==", - "dev": true, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "dependencies": { - "chalk": "^2.4.1", - "commitizen": "^4.0.3", - "conventional-commit-types": "^3.0.0", - "lodash.map": "^4.5.1", - "longest": "^2.0.1", - "word-wrap": "^1.0.3" - }, - "engines": { - "node": ">= 10" + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" }, - "optionalDependencies": { - "@commitlint/load": ">6.1.1" + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" } }, - "node_modules/cz-conventional-changelog/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "dev": true, "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" + "no-case": "^3.0.4", + "tslib": "^2.0.3" } }, - "node_modules/cz-conventional-changelog/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "is-obj": "^2.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/cz-conventional-changelog/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" + "node_modules/dotenv": { + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz", + "integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==", + "engines": { + "node": ">=12" } }, - "node_modules/cz-conventional-changelog/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", "dev": true }, - "node_modules/cz-conventional-changelog/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "node_modules/dotgitignore": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/dotgitignore/-/dotgitignore-2.1.0.tgz", + "integrity": "sha512-sCm11ak2oY6DglEPpCB8TixLjWAxd3kJTs6UIcSasNYxXdFPV+YKlye92c8H4kKFqV5qYMIh7d+cYecEg0dIkA==", "dev": true, + "dependencies": { + "find-up": "^3.0.0", + "minimatch": "^3.0.4" + }, "engines": { - "node": ">=0.8.0" + "node": ">=6" } }, - "node_modules/cz-conventional-changelog/node_modules/has-flag": { + "node_modules/dotgitignore/node_modules/find-up": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/cz-conventional-changelog/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/dotgitignore/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "dependencies": { - "has-flag": "^3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/dargs": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", - "integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==", + "node_modules/dotgitignore/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, "engines": { - "node": ">=8" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "node_modules/dotgitignore/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, - "peer": true, "dependencies": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" + "p-limit": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=6" } }, - "node_modules/dateformat": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", - "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", + "node_modules/dotgitignore/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", "dev": true, "engines": { - "node": "*" + "node": ">=4" } }, - "node_modules/db-errors": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/db-errors/-/db-errors-0.2.3.tgz", - "integrity": "sha512-OOgqgDuCavHXjYSJoV2yGhv6SeG8nk42aoCSoyXLZUH7VwFG27rxbavU1z+VrZbZjphw5UkDQwUlD21MwZpUng==" - }, - "node_modules/de-indent": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", - "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", - "dev": true - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "node_modules/duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "dev": true, "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "readable-stream": "^2.0.2" } }, - "node_modules/decamelize": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", - "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node_modules/duplexify": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", + "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", + "dependencies": { + "end-of-stream": "^1.4.1", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1", + "stream-shift": "^1.0.0" } }, - "node_modules/decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", - "dev": true, + "node_modules/duplexify/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 6" } }, - "node_modules/decamelize-keys/node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "dependencies": { + "safe-buffer": "^5.0.1" } }, - "node_modules/decimal.js": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", - "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==", + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "node_modules/electron-to-chromium": { + "version": "1.4.227", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.227.tgz", + "integrity": "sha512-I9VVajA3oswIJOUFg2PSBqrHLF5Y+ahIfjOV9+v6uYyBqFZutmPxA6fxocDUUmgwYevRWFu1VjLyVG3w45qa/g==", "dev": true }, - "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "node_modules/elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", "dev": true, - "engines": { - "node": ">=0.10" + "dependencies": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/decompress-response": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", - "dev": true, - "dependencies": { - "mimic-response": "^3.1.0" - }, + "node_modules/elliptic/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/email-regex": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/email-regex/-/email-regex-4.0.0.tgz", + "integrity": "sha512-OxR2NqoYS3ZikqOkju2krRTyxngwjJ5Wh4yalpTqbBnUOr+LLwwjY2x5Sksruw6TieyQDswE5Pc83Eh6RQj3GA==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/decompress-response/node_modules/mimic-response": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "node_modules/email-validator": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/email-validator/-/email-validator-2.0.4.tgz", + "integrity": "sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==", "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">4.0" } }, - "node_modules/dedent": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "dev": true, "engines": { - "node": ">=4.0.0" + "node": ">= 4" } }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "node_modules/deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", "engines": { - "node": ">=0.10.0" + "node": ">= 0.8" } }, - "node_modules/default-browser-id": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-1.0.4.tgz", - "integrity": "sha512-qPy925qewwul9Hifs+3sx1ZYn14obHxpkX+mPD369w4Rzg+YkJBgi3SOvwUq81nWSjqGUegIgEPwD8u+HUnxlw==", - "dev": true, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", "optional": true, "dependencies": { - "bplist-parser": "^0.1.0", - "meow": "^3.1.0", - "untildify": "^2.0.0" - }, - "bin": { - "default-browser-id": "cli.js" - }, - "engines": { - "node": ">=0.10.0" + "iconv-lite": "^0.6.2" } }, - "node_modules/default-browser-id/node_modules/camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==", - "dev": true, + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, "engines": { "node": ">=0.10.0" } }, - "node_modules/default-browser-id/node_modules/camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==", + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", "dev": true, - "optional": true, "dependencies": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" + "ansi-colors": "^4.1.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=8.6" } }, - "node_modules/default-browser-id/node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "node_modules/enquirer/node_modules/ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", "dev": true, - "optional": true, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/default-browser-id/node_modules/find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==", + "node_modules/ent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", + "integrity": "sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==" + }, + "node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/env-ci": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.5.0.tgz", + "integrity": "sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==", "dev": true, - "optional": true, "dependencies": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" + "execa": "^5.0.0", + "fromentries": "^1.3.2", + "java-properties": "^1.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=10.17" } }, - "node_modules/default-browser-id/node_modules/get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, - "optional": true, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/default-browser-id/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true, - "optional": true + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "dev": true }, - "node_modules/default-browser-id/node_modules/indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==", + "node_modules/errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", "dev": true, - "optional": true, "dependencies": { - "repeating": "^2.0.0" + "prr": "~1.0.1" }, - "engines": { - "node": ">=0.10.0" + "bin": { + "errno": "cli.js" } }, - "node_modules/default-browser-id/node_modules/load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==", + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, - "optional": true, "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" + "is-arrayish": "^0.2.1" } }, - "node_modules/default-browser-id/node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", + "node_modules/es-abstract": { + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz", + "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==", "dev": true, - "optional": true, + "dependencies": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.1.3", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.7", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.2", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/default-browser-id/node_modules/meow": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==", + "node_modules/es-array-method-boxes-properly": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", + "dev": true + }, + "node_modules/es-get-iterator": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz", + "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==", "dev": true, - "optional": true, "dependencies": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.0", + "has-symbols": "^1.0.1", + "is-arguments": "^1.1.0", + "is-map": "^2.0.2", + "is-set": "^2.0.2", + "is-string": "^1.0.5", + "isarray": "^2.0.5" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/default-browser-id/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true + }, + "node_modules/es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", "dev": true, - "optional": true, "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" + "has": "^1.0.3" } }, - "node_modules/default-browser-id/node_modules/parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==", + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, - "optional": true, "dependencies": { - "error-ex": "^1.2.0" + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/default-browser-id/node_modules/path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==", + "node_modules/es5-shim": { + "version": "4.6.7", + "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz", + "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==", "dev": true, - "optional": true, - "dependencies": { - "pinkie-promise": "^2.0.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=0.4.0" } }, - "node_modules/default-browser-id/node_modules/path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==", + "node_modules/es6-shim": { + "version": "0.35.6", + "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.6.tgz", + "integrity": "sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==", + "dev": true + }, + "node_modules/esbuild": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.14.tgz", + "integrity": "sha512-pJN8j42fvWLFWwSMG4luuupl2Me7mxciUOsMegKvwCmhEbJ2covUdFnihxm0FMIBV+cbwbtMoHgMCCI+pj1btQ==", "dev": true, - "optional": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.15.14", + "@esbuild/linux-loong64": "0.15.14", + "esbuild-android-64": "0.15.14", + "esbuild-android-arm64": "0.15.14", + "esbuild-darwin-64": "0.15.14", + "esbuild-darwin-arm64": "0.15.14", + "esbuild-freebsd-64": "0.15.14", + "esbuild-freebsd-arm64": "0.15.14", + "esbuild-linux-32": "0.15.14", + "esbuild-linux-64": "0.15.14", + "esbuild-linux-arm": "0.15.14", + "esbuild-linux-arm64": "0.15.14", + "esbuild-linux-mips64le": "0.15.14", + "esbuild-linux-ppc64le": "0.15.14", + "esbuild-linux-riscv64": "0.15.14", + "esbuild-linux-s390x": "0.15.14", + "esbuild-netbsd-64": "0.15.14", + "esbuild-openbsd-64": "0.15.14", + "esbuild-sunos-64": "0.15.14", + "esbuild-windows-32": "0.15.14", + "esbuild-windows-64": "0.15.14", + "esbuild-windows-arm64": "0.15.14" } }, - "node_modules/default-browser-id/node_modules/read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==", + "node_modules/esbuild-android-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.14.tgz", + "integrity": "sha512-HuilVIb4rk9abT4U6bcFdU35UHOzcWVGLSjEmC58OVr96q5UiRqzDtWjPlCMugjhgUGKEs8Zf4ueIvYbOStbIg==", + "cpu": [ + "x64" + ], "dev": true, "optional": true, - "dependencies": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, + "os": [ + "android" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/default-browser-id/node_modules/read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==", + "node_modules/esbuild-android-arm64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.14.tgz", + "integrity": "sha512-/QnxRVxsR2Vtf3XottAHj7hENAMW2wCs6S+OZcAbc/8nlhbAL/bCQRCVD78VtI5mdwqWkVi3wMqM94kScQCgqg==", + "cpu": [ + "arm64" + ], "dev": true, "optional": true, - "dependencies": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, + "os": [ + "android" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/default-browser-id/node_modules/redent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==", + "node_modules/esbuild-darwin-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.14.tgz", + "integrity": "sha512-ToNuf1uifu8hhwWvoZJGCdLIX/1zpo8cOGnT0XAhDQXiKOKYaotVNx7pOVB1f+wHoWwTLInrOmh3EmA7Fd+8Vg==", + "cpu": [ + "x64" + ], "dev": true, "optional": true, - "dependencies": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, + "os": [ + "darwin" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/default-browser-id/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "node_modules/esbuild-darwin-arm64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.14.tgz", + "integrity": "sha512-KgGP+y77GszfYJgceO0Wi/PiRtYo5y2Xo9rhBUpxTPaBgWDJ14gqYN0+NMbu+qC2fykxXaipHxN4Scaj9tUS1A==", + "cpu": [ + "arm64" + ], "dev": true, "optional": true, - "bin": { - "semver": "bin/semver" + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" } }, - "node_modules/default-browser-id/node_modules/strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "node_modules/esbuild-freebsd-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.14.tgz", + "integrity": "sha512-xr0E2n5lyWw3uFSwwUXHc0EcaBDtsal/iIfLioflHdhAe10KSctV978Te7YsfnsMKzcoGeS366+tqbCXdqDHQA==", + "cpu": [ + "x64" + ], "dev": true, "optional": true, - "dependencies": { - "is-utf8": "^0.2.0" - }, + "os": [ + "freebsd" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/default-browser-id/node_modules/strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "node_modules/esbuild-freebsd-arm64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.14.tgz", + "integrity": "sha512-8XH96sOQ4b1LhMlO10eEWOjEngmZ2oyw3pW4o8kvBcpF6pULr56eeYVP5radtgw54g3T8nKHDHYEI5AItvskZg==", + "cpu": [ + "arm64" + ], "dev": true, "optional": true, - "dependencies": { - "get-stdin": "^4.0.1" - }, - "bin": { - "strip-indent": "cli.js" - }, + "os": [ + "freebsd" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/default-browser-id/node_modules/trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "node_modules/esbuild-linux-32": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.14.tgz", + "integrity": "sha512-6ssnvwaTAi8AzKN8By2V0nS+WF5jTP7SfuK6sStGnDP7MCJo/4zHgM9oE1eQTS2jPmo3D673rckuCzRlig+HMA==", + "cpu": [ + "ia32" + ], "dev": true, "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==", + "node_modules/esbuild-linux-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.14.tgz", + "integrity": "sha512-ONySx3U0wAJOJuxGUlXBWxVKFVpWv88JEv0NZ6NlHknmDd1yCbf4AEdClSgLrqKQDXYywmw4gYDvdLsS6z0hcw==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "clone": "^1.0.2" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/defaults/node_modules/clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "node_modules/esbuild-linux-arm": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.14.tgz", + "integrity": "sha512-D2LImAIV3QzL7lHURyCHBkycVFbKwkDb1XEUWan+2fb4qfW7qAeUtul7ZIcIwFKZgPcl+6gKZmvLgPSj26RQ2Q==", + "cpu": [ + "arm" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=0.8" + "node": ">=12" } }, - "node_modules/defer-to-connect": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", - "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "node_modules/esbuild-linux-arm64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.14.tgz", + "integrity": "sha512-kle2Ov6a1e5AjlHlMQl1e+c4myGTeggrRzArQFmWp6O6JoqqB9hT+B28EW4tjFWgV/NxUq46pWYpgaWXsXRPAg==", + "cpu": [ + "arm64" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=10" + "node": ">=12" } }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "node_modules/esbuild-linux-mips64le": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.14.tgz", + "integrity": "sha512-FVdMYIzOLXUq+OE7XYKesuEAqZhmAIV6qOoYahvUp93oXy0MOVTP370ECbPfGXXUdlvc0TNgkJa3YhEwyZ6MRA==", + "cpu": [ + "mips64el" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/define-properties": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", - "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "node_modules/esbuild-linux-ppc64le": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.14.tgz", + "integrity": "sha512-2NzH+iuzMDA+jjtPjuIz/OhRDf8tzbQ1tRZJI//aT25o1HKc0reMMXxKIYq/8nSHXiJSnYV4ODzTiv45s+h73w==", + "cpu": [ + "ppc64" + ], "dev": true, - "dependencies": { - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=12" } }, - "node_modules/define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "node_modules/esbuild-linux-riscv64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.14.tgz", + "integrity": "sha512-VqxvutZNlQxmUNS7Ac+aczttLEoHBJ9e3OYGqnULrfipRvG97qLrAv9EUY9iSrRKBqeEbSvS9bSfstZqwz0T4Q==", + "cpu": [ + "riscv64" + ], "dev": true, - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/define-property/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/esbuild-linux-s390x": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.14.tgz", + "integrity": "sha512-+KVHEUshX5n6VP6Vp/AKv9fZIl5kr2ph8EUFmQUJnDpHwcfTSn2AQgYYm0HTBR2Mr4d0Wlr0FxF/Cs5pbFgiOw==", + "cpu": [ + "s390x" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/del": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz", - "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==", + "node_modules/esbuild-netbsd-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.14.tgz", + "integrity": "sha512-6D/dr17piEgevIm1xJfZP2SjB9Z+g8ERhNnBdlZPBWZl+KSPUKLGF13AbvC+nzGh8IxOH2TyTIdRMvKMP0nEzQ==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "globby": "^11.0.1", - "graceful-fs": "^4.2.4", - "is-glob": "^4.0.1", - "is-path-cwd": "^2.2.0", - "is-path-inside": "^3.0.2", - "p-map": "^4.0.0", - "rimraf": "^3.0.2", - "slash": "^3.0.0" - }, + "optional": true, + "os": [ + "netbsd" + ], "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=12" } }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "node_modules/esbuild-openbsd-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.14.tgz", + "integrity": "sha512-rREQBIlMibBetgr2E9Lywt2Qxv2ZdpmYahR4IUlAQ1Efv/A5gYdO0/VIN3iowDbCNTLxp0bb57Vf0LFcffD6kA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], "engines": { - "node": ">=0.4.0" + "node": ">=12" } }, - "node_modules/delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "dev": true - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "node_modules/esbuild-sunos-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.14.tgz", + "integrity": "sha512-DNVjSp/BY4IfwtdUAvWGIDaIjJXY5KI4uD82+15v6k/w7px9dnaDaJJ2R6Mu+KCgr5oklmFc0KjBjh311Gxl9Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], "engines": { - "node": ">= 0.8" + "node": ">=12" } }, - "node_modules/deprecation": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", - "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", - "dev": true - }, - "node_modules/des.js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", - "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "node_modules/esbuild-windows-32": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.14.tgz", + "integrity": "sha512-pHBWrcA+/oLgvViuG9FO3kNPO635gkoVrRQwe6ZY1S0jdET07xe2toUvQoJQ8KT3/OkxqUasIty5hpuKFLD+eg==", + "cpu": [ + "ia32" + ], "dev": true, - "dependencies": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" + "node": ">=12" } }, - "node_modules/detab": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz", - "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", + "node_modules/esbuild-windows-64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.14.tgz", + "integrity": "sha512-CszIGQVk/P8FOS5UgAH4hKc9zOaFo69fe+k1rqgBHx3CSK3Opyk5lwYriIamaWOVjBt7IwEP6NALz+tkVWdFog==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "repeat-string": "^1.5.4" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" } }, - "node_modules/detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", - "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=", + "node_modules/esbuild-windows-arm64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.14.tgz", + "integrity": "sha512-KW9W4psdZceaS9A7Jsgl4WialOznSURvqX/oHZk3gOP7KbjtHLSsnmSvNdzagGJfxbAe30UVGXRe8q8nDsOSQw==", + "cpu": [ + "arm64" + ], "dev": true, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", - "dev": true, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "node_modules/escape-goat": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz", + "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==", "dev": true, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/detect-package-manager": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/detect-package-manager/-/detect-package-manager-2.0.1.tgz", - "integrity": "sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==", - "dev": true, - "dependencies": { - "execa": "^5.1.1" - }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "engines": { - "node": ">=12" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/detect-port": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.3.0.tgz", - "integrity": "sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==", + "node_modules/escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "address": "^1.0.1", - "debug": "^2.6.0" + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1" }, "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" }, "engines": { - "node": ">= 4.2.1" - } - }, - "node_modules/detect-port/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" } }, - "node_modules/detect-port/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - }, - "node_modules/dezalgo": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz", - "integrity": "sha512-K7i4zNfT2kgQz3GylDw40ot9GAE47sFZ9EXHFSPP6zONLgH6kWXE0KWJchkbQJLBkRazq4APwZ4OwiFFlT95OQ==", + "node_modules/escodegen/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, - "dependencies": { - "asap": "^2.0.0", - "wrappy": "1" + "optional": true, + "peer": true, + "engines": { + "node": ">=4.0" } }, - "node_modules/dicer": { + "node_modules/escodegen/node_modules/levn": { "version": "0.3.0", - "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", - "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dev": true, + "optional": true, + "peer": true, "dependencies": { - "streamsearch": "0.1.2" + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" }, "engines": { - "node": ">=4.5.0" + "node": ">= 0.8.0" } }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "node_modules/escodegen/node_modules/optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, "engines": { - "node": ">=0.3.1" + "node": ">= 0.8.0" } }, - "node_modules/diff-match-patch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz", - "integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==" - }, - "node_modules/diff-sequences": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", - "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "node_modules/escodegen/node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", "dev": true, + "optional": true, + "peer": true, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 0.8.0" } }, - "node_modules/diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", - "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "node_modules/escodegen/node_modules/type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - } - }, - "node_modules/diffie-hellman/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dependencies": { - "path-type": "^4.0.0" + "prelude-ls": "~1.1.2" }, "engines": { - "node": ">=8" + "node": ">= 0.8.0" } }, - "node_modules/discontinuous-range": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz", - "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=" - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "node_modules/eslint": { + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", + "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", "dev": true, "dependencies": { - "esutils": "^2.0.2" + "@eslint/eslintrc": "^1.3.0", + "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.3", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.15.0", + "globby": "^11.1.0", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" }, "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/doctypes": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz", - "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=", - "dev": true - }, - "node_modules/dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", - "dev": true, - "dependencies": { - "utila": "~0.4" - } - }, - "node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + "url": "https://opencollective.com/eslint" } }, - "node_modules/dom-walk": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", - "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==", - "dev": true - }, - "node_modules/domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", - "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "node_modules/eslint-config-prettier": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", + "integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==", "dev": true, - "engines": { - "node": ">=0.4", - "npm": ">=1.2" + "bin": { + "eslint-config-prettier": "bin/cli.js" + }, + "peerDependencies": { + "eslint": ">=7.0.0" } }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "node_modules/eslint-config-standard": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz", + "integrity": "sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==", + "dev": true, "funding": [ { "type": "github", - "url": "https://github.com/sponsors/fb55" + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" } - ] + ], + "peerDependencies": { + "eslint": "^8.0.1", + "eslint-plugin-import": "^2.25.2", + "eslint-plugin-n": "^15.0.0", + "eslint-plugin-promise": "^6.0.0" + } }, - "node_modules/domexception": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", - "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "node_modules/eslint-import-resolver-custom-alias": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-custom-alias/-/eslint-import-resolver-custom-alias-1.3.0.tgz", + "integrity": "sha512-9rrpduF6/SZHFXrJgjeA+edJek6xulplYfo/UJvLPrY38O9UY00rAq76dHRnZ289yftc5NIfx3THi0IILRQ3dg==", "dev": true, - "peer": true, "dependencies": { - "webidl-conversions": "^5.0.0" + "glob-parent": "^5.1.0", + "resolve": "^1.3.0" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "eslint-plugin-import": ">=2.2.0" } }, - "node_modules/domexception/node_modules/webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "node_modules/eslint-import-resolver-custom-alias/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dependencies": { - "domelementtype": "^2.2.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "node": ">= 6" } }, - "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "node_modules/eslint-import-resolver-node": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", + "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", + "dev": true, "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" + "debug": "^3.2.7", + "resolve": "^1.20.0" } }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" + "ms": "^2.1.1" } }, - "node_modules/dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "node_modules/eslint-module-utils": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", + "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "dev": true, "dependencies": { - "is-obj": "^2.0.0" + "debug": "^3.2.7", + "find-up": "^2.1.0" }, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/dotenv": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz", - "integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==", - "engines": { - "node": ">=12" + "node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" } }, - "node_modules/dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", - "dev": true - }, - "node_modules/dotgitignore": { + "node_modules/eslint-module-utils/node_modules/find-up": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/dotgitignore/-/dotgitignore-2.1.0.tgz", - "integrity": "sha512-sCm11ak2oY6DglEPpCB8TixLjWAxd3kJTs6UIcSasNYxXdFPV+YKlye92c8H4kKFqV5qYMIh7d+cYecEg0dIkA==", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "dependencies": { - "find-up": "^3.0.0", - "minimatch": "^3.0.4" + "locate-path": "^2.0.0" }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/dotgitignore/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "node_modules/eslint-module-utils/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "dependencies": { - "locate-path": "^3.0.0" + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/dotgitignore/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "node_modules/eslint-module-utils/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "p-try": "^1.0.0" }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/dotgitignore/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/eslint-module-utils/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "dependencies": { - "p-try": "^2.0.0" + "p-limit": "^1.1.0" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4" } }, - "node_modules/dotgitignore/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "node_modules/eslint-module-utils/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/dotgitignore/node_modules/path-exists": { + "node_modules/eslint-module-utils/node_modules/path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", @@ -15009,952 +14927,896 @@ "node": ">=4" } }, - "node_modules/duplexer2": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", - "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "node_modules/eslint-plugin-es": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", + "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", "dev": true, "dependencies": { - "readable-stream": "^2.0.2" + "eslint-utils": "^2.0.0", + "regexpp": "^3.0.0" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=4.19.1" } }, - "node_modules/duplexify": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", - "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", + "node_modules/eslint-plugin-es/node_modules/eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "dev": true, "dependencies": { - "end-of-stream": "^1.4.1", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1", - "stream-shift": "^1.0.0" - } - }, - "node_modules/duplexify/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "eslint-visitor-keys": "^1.1.0" }, "engines": { - "node": ">= 6" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" } }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true - }, - "node_modules/ecdsa-sig-formatter": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", - "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", - "dependencies": { - "safe-buffer": "^5.0.1" + "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "engines": { + "node": ">=4" } }, - "node_modules/editorconfig": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", - "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", + "node_modules/eslint-plugin-import": { + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", + "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", "dev": true, "dependencies": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" + "array-includes": "^3.1.4", + "array.prototype.flat": "^1.2.5", + "debug": "^2.6.9", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-module-utils": "^2.7.3", + "has": "^1.0.3", + "is-core-module": "^2.8.1", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.values": "^1.1.5", + "resolve": "^1.22.0", + "tsconfig-paths": "^3.14.1" }, - "bin": { - "editorconfig": "bin/editorconfig" + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" } }, - "node_modules/editorconfig/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "node_modules/editorconfig/node_modules/lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "node_modules/eslint-plugin-import/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "ms": "2.0.0" } }, - "node_modules/editorconfig/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "node_modules/eslint-plugin-import/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, - "bin": { - "semver": "bin/semver" + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/editorconfig/node_modules/yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", - "dev": true - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/electron-to-chromium": { - "version": "1.4.227", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.227.tgz", - "integrity": "sha512-I9VVajA3oswIJOUFg2PSBqrHLF5Y+ahIfjOV9+v6uYyBqFZutmPxA6fxocDUUmgwYevRWFu1VjLyVG3w45qa/g==", + "node_modules/eslint-plugin-import/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true }, - "node_modules/elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "node_modules/eslint-plugin-n": { + "version": "15.2.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.5.tgz", + "integrity": "sha512-8+BYsqiyZfpu6NXmdLOXVUfk8IocpCjpd8nMRRH0A9ulrcemhb2VI9RSJMEy5udx++A/YcVPD11zT8hpFq368g==", "dev": true, "dependencies": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "node_modules/elliptic/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true - }, - "node_modules/email-regex": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/email-regex/-/email-regex-4.0.0.tgz", - "integrity": "sha512-OxR2NqoYS3ZikqOkju2krRTyxngwjJ5Wh4yalpTqbBnUOr+LLwwjY2x5Sksruw6TieyQDswE5Pc83Eh6RQj3GA==", + "builtins": "^5.0.1", + "eslint-plugin-es": "^4.1.0", + "eslint-utils": "^3.0.0", + "ignore": "^5.1.1", + "is-core-module": "^2.10.0", + "minimatch": "^3.1.2", + "resolve": "^1.22.1", + "semver": "^7.3.7" + }, "engines": { - "node": ">=8" + "node": ">=12.22.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=7.0.0" } }, - "node_modules/email-validator": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/email-validator/-/email-validator-2.0.4.tgz", - "integrity": "sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==", + "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz", + "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==", "dev": true, + "dependencies": { + "eslint-utils": "^2.0.0", + "regexpp": "^3.0.0" + }, "engines": { - "node": ">4.0" + "node": ">=8.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=4.19.1" } }, - "node_modules/emittery": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", - "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", "dev": true, - "peer": true, + "dependencies": { + "eslint-visitor-keys": "^1.1.0" + }, "engines": { - "node": ">=10" + "node": ">=6" }, "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" + "url": "https://github.com/sponsors/mysticatea" } }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "node_modules/eslint-plugin-n/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", "dev": true, "engines": { - "node": ">= 4" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" + "node": ">=4" } }, - "node_modules/encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "optional": true, + "node_modules/eslint-plugin-node": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz", + "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", + "dev": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" + "eslint-plugin-es": "^3.0.0", + "eslint-utils": "^2.0.0", + "ignore": "^5.1.1", + "minimatch": "^3.0.4", + "resolve": "^1.10.1", + "semver": "^6.1.0" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dependencies": { - "once": "^1.4.0" + "node": ">=8.10.0" + }, + "peerDependencies": { + "eslint": ">=5.16.0" } }, - "node_modules/enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "node_modules/eslint-plugin-node/node_modules/eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", "dev": true, "dependencies": { - "ansi-colors": "^4.1.1" + "eslint-visitor-keys": "^1.1.0" }, "engines": { - "node": ">=8.6" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" } }, - "node_modules/enquirer/node_modules/ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "node_modules/eslint-plugin-node/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", "dev": true, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/ent": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", - "integrity": "sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==" - }, - "node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "node_modules/eslint-plugin-node/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/env-ci": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.5.0.tgz", - "integrity": "sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==", + "node_modules/eslint-plugin-prettier": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz", + "integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==", "dev": true, "dependencies": { - "execa": "^5.0.0", - "fromentries": "^1.3.2", - "java-properties": "^1.0.0" + "prettier-linter-helpers": "^1.0.0" }, "engines": { - "node": ">=10.17" + "node": ">=6.0.0" + }, + "peerDependencies": { + "eslint": ">=7.28.0", + "prettier": ">=2.0.0" + }, + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } } }, - "node_modules/env-paths": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "node_modules/eslint-plugin-promise": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz", + "integrity": "sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==", "dev": true, "engines": { - "node": ">=6" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" } }, - "node_modules/err-code": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "dev": true + "node_modules/eslint-plugin-standard": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz", + "integrity": "sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==", + "deprecated": "standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with 'npm rm eslint-plugin-standard'. More info here: https://github.com/standard/standard/issues/1316", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "peerDependencies": { + "eslint": ">=5.0.0" + } }, - "node_modules/errno": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", - "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "node_modules/eslint-plugin-tsdoc": { + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-tsdoc/-/eslint-plugin-tsdoc-0.2.16.tgz", + "integrity": "sha512-F/RWMnyDQuGlg82vQEFHQtGyWi7++XJKdYNn0ulIbyMOFqYIjoJOUdE6olORxgwgLkpJxsCJpJbTHgxJ/ggfXw==", "dev": true, "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "cli.js" + "@microsoft/tsdoc": "0.14.1", + "@microsoft/tsdoc-config": "0.16.1" } }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, "dependencies": { - "is-arrayish": "^0.2.1" + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" } }, - "node_modules/es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "regexp.prototype.flags": "^1.4.3", - "string.prototype.trimend": "^1.0.5", - "string.prototype.trimstart": "^1.0.5", - "unbox-primitive": "^1.0.2" + "eslint-visitor-keys": "^2.0.0" }, "engines": { - "node": ">= 0.4" + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" } }, - "node_modules/es-array-method-boxes-properly": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", - "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", - "dev": true + "node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } }, - "node_modules/es-get-iterator": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz", - "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==", + "node_modules/eslint/node_modules/@humanwhocodes/config-array": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", + "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=10.10.0" } }, - "node_modules/es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "node_modules/es-shim-unscopables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", - "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "node_modules/eslint/node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", "dev": true, "dependencies": { - "has": "^1.0.3" + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "node_modules/eslint/node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true, - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/es5-shim": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz", - "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==", + "node_modules/eslint/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "engines": { - "node": ">=0.4.0" + "node": ">=4.0" } }, - "node_modules/es6-shim": { - "version": "0.35.6", - "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.6.tgz", - "integrity": "sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==", - "dev": true - }, - "node_modules/esbuild": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.38.tgz", - "integrity": "sha512-12fzJ0fsm7gVZX1YQ1InkOE5f9Tl7cgf6JPYXRJtPIoE0zkWAbHdPHVPPaLi9tYAcEBqheGzqLn/3RdTOyBfcA==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" + "node_modules/eslint/node_modules/globals": { + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" }, "engines": { - "node": ">=12" + "node": ">=8" }, - "optionalDependencies": { - "esbuild-android-64": "0.14.38", - "esbuild-android-arm64": "0.14.38", - "esbuild-darwin-64": "0.14.38", - "esbuild-darwin-arm64": "0.14.38", - "esbuild-freebsd-64": "0.14.38", - "esbuild-freebsd-arm64": "0.14.38", - "esbuild-linux-32": "0.14.38", - "esbuild-linux-64": "0.14.38", - "esbuild-linux-arm": "0.14.38", - "esbuild-linux-arm64": "0.14.38", - "esbuild-linux-mips64le": "0.14.38", - "esbuild-linux-ppc64le": "0.14.38", - "esbuild-linux-riscv64": "0.14.38", - "esbuild-linux-s390x": "0.14.38", - "esbuild-netbsd-64": "0.14.38", - "esbuild-openbsd-64": "0.14.38", - "esbuild-sunos-64": "0.14.38", - "esbuild-windows-32": "0.14.38", - "esbuild-windows-64": "0.14.38", - "esbuild-windows-arm64": "0.14.38" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/esbuild-android-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.38.tgz", - "integrity": "sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw==", - "cpu": [ - "x64" - ], + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/esbuild-android-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.38.tgz", - "integrity": "sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA==", - "cpu": [ - "arm64" - ], + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, - "optional": true, - "os": [ - "android" - ], "engines": { - "node": ">=12" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/esbuild-darwin-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.38.tgz", - "integrity": "sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], + "node_modules/esm": { + "version": "3.2.25", + "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", + "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", "engines": { - "node": ">=12" + "node": ">=6" } }, - "node_modules/esbuild-darwin-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.38.tgz", - "integrity": "sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ==", - "cpu": [ - "arm64" - ], + "node_modules/espree": { + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", + "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + }, "engines": { - "node": ">=12" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/esbuild-freebsd-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.38.tgz", - "integrity": "sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig==", - "cpu": [ - "x64" - ], + "node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], "engines": { - "node": ">=12" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/esbuild-freebsd-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.38.tgz", - "integrity": "sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ==", - "cpu": [ - "arm64" - ], + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, "engines": { - "node": ">=12" + "node": ">=4" } }, - "node_modules/esbuild-linux-32": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.38.tgz", - "integrity": "sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g==", - "cpu": [ - "ia32" - ], + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "estraverse": "^5.1.0" + }, "engines": { - "node": ">=12" + "node": ">=0.10" } }, - "node_modules/esbuild-linux-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.38.tgz", - "integrity": "sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q==", - "cpu": [ - "x64" - ], + "node_modules/esquery/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=12" + "node": ">=4.0" } }, - "node_modules/esbuild-linux-arm": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.38.tgz", - "integrity": "sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==", - "cpu": [ - "arm" - ], + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "estraverse": "^5.2.0" + }, "engines": { - "node": ">=12" + "node": ">=4.0" } }, - "node_modules/esbuild-linux-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.38.tgz", - "integrity": "sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==", - "cpu": [ - "arm64" - ], + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=12" + "node": ">=4.0" } }, - "node_modules/esbuild-linux-mips64le": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.38.tgz", - "integrity": "sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ==", - "cpu": [ - "mips64el" - ], + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=12" + "node": ">=4.0" } }, - "node_modules/esbuild-linux-ppc64le": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.38.tgz", - "integrity": "sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q==", - "cpu": [ - "ppc64" - ], + "node_modules/estree-to-babel": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/estree-to-babel/-/estree-to-babel-3.2.1.tgz", + "integrity": "sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/traverse": "^7.1.6", + "@babel/types": "^7.2.0", + "c8": "^7.6.0" + }, "engines": { - "node": ">=12" + "node": ">=8.3.0" } }, - "node_modules/esbuild-linux-riscv64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.38.tgz", - "integrity": "sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ==", - "cpu": [ - "riscv64" - ], + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=12" + "node": ">=0.10.0" } }, - "node_modules/esbuild-linux-s390x": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.38.tgz", - "integrity": "sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", "engines": { - "node": ">=12" + "node": ">= 0.6" } }, - "node_modules/esbuild-netbsd-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.38.tgz", - "integrity": "sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", "engines": { - "node": ">=12" + "node": ">=6" } }, - "node_modules/esbuild-openbsd-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.38.tgz", - "integrity": "sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "node_modules/events": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", + "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=", "engines": { - "node": ">=12" + "node": ">=0.4.x" } }, - "node_modules/esbuild-sunos-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.38.tgz", - "integrity": "sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA==", - "cpu": [ - "x64" - ], + "node_modules/evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" + "dependencies": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" } }, - "node_modules/esbuild-windows-32": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.38.tgz", - "integrity": "sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw==", - "cpu": [ - "ia32" - ], + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, "engines": { - "node": ">=12" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/esbuild-windows-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.38.tgz", - "integrity": "sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw==", - "cpu": [ - "x64" - ], + "node_modules/expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, "engines": { - "node": ">=12" + "node": ">=0.10.0" } }, - "node_modules/esbuild-windows-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.38.tgz", - "integrity": "sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw==", - "cpu": [ - "arm64" - ], + "node_modules/expand-brackets/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" + "dependencies": { + "ms": "2.0.0" } }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "node_modules/expand-brackets/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, "engines": { - "node": ">=6" + "node": ">=0.10.0" } }, - "node_modules/escape-goat": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz", - "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==", + "node_modules/expand-brackets/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, - "engines": { - "node": ">=12" + "dependencies": { + "kind-of": "^3.0.2" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">=6.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" + "node": ">=0.10.0" } }, - "node_modules/escodegen/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/expand-brackets/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/expand-brackets/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, + "dependencies": { + "kind-of": "^3.0.2" + }, "engines": { - "node": ">=4.0" + "node": ">=0.10.0" } }, - "node_modules/escodegen/node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">= 0.8.0" + "node": ">=0.10.0" } }, - "node_modules/escodegen/node_modules/optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "node_modules/expand-brackets/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">=0.10.0" } }, - "node_modules/escodegen/node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "node_modules/expand-brackets/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", "dev": true, "engines": { - "node": ">= 0.8.0" + "node": ">=0.10.0" } }, - "node_modules/escodegen/node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "node_modules/expand-brackets/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "node_modules/expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", "dev": true, "dependencies": { - "prelude-ls": "~1.1.2" + "homedir-polyfill": "^1.0.1" }, "engines": { - "node": ">= 0.8.0" + "node": ">=0.10.0" } }, - "node_modules/eslint": { - "version": "8.22.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", - "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", - "dev": true, + "node_modules/express": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", "dependencies": { - "@eslint/eslintrc": "^1.3.0", - "@humanwhocodes/config-array": "^0.10.4", - "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.3", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^6.0.1", - "globals": "^13.15.0", - "globby": "^11.1.0", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", - "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" }, - "bin": { - "eslint": "bin/eslint.js" + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express-graphql": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.12.0.tgz", + "integrity": "sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==", + "dependencies": { + "accepts": "^1.3.7", + "content-type": "^1.0.4", + "http-errors": "1.8.0", + "raw-body": "^2.4.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">= 10.x" }, - "funding": { - "url": "https://opencollective.com/eslint" + "peerDependencies": { + "graphql": "^14.7.0 || ^15.3.0" } }, - "node_modules/eslint-config-prettier": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", - "integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==", - "dev": true, - "bin": { - "eslint-config-prettier": "bin/cli.js" + "node_modules/express-graphql/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express-graphql/node_modules/http-errors": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", + "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express-graphql/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express-graphql/node_modules/toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/express-jwt": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-6.1.2.tgz", + "integrity": "sha512-l5dlf5lNM/1EODMsJGfHn1VnrhhsUYEetzrKFStJZLjFQXtR+HGdBiW+jUNZ+ISsFe+h7Wl/hQKjLrY2TX0Qkg==", + "dependencies": { + "async": "^3.2.2", + "express-unless": "^1.0.0", + "jsonwebtoken": "^8.1.0", + "lodash": "^4.17.21" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/express-rate-limit": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.5.1.tgz", + "integrity": "sha512-pxO6ioBLd3i8IHL+RmJtL4noYzte5fugoMdaDabtU4hcg53+x0QkTwfPtM7vWD0YUaXQgNj9NRdzmps+CHEHlA==", + "engines": { + "node": ">= 12.9.0" }, "peerDependencies": { - "eslint": ">=7.0.0" + "express": "^4 || ^5" } }, - "node_modules/eslint-config-standard": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz", - "integrity": "sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==", - "dev": true, + "node_modules/express-unless": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/express-unless/-/express-unless-1.0.0.tgz", + "integrity": "sha512-zXSSClWBPfcSYjg0hcQNompkFN/MxQQ53eyrzm9BYgik2ut2I7PxAf2foVqBRMYCwWaZx/aWodi+uk76npdSAw==" + }, + "node_modules/express/node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", @@ -15968,1911 +15830,1926 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "peerDependencies": { - "eslint": "^8.0.1", - "eslint-plugin-import": "^2.25.2", - "eslint-plugin-n": "^15.0.0", - "eslint-plugin-promise": "^6.0.0" - } + ] }, - "node_modules/eslint-import-resolver-custom-alias": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-custom-alias/-/eslint-import-resolver-custom-alias-1.3.0.tgz", - "integrity": "sha512-9rrpduF6/SZHFXrJgjeA+edJek6xulplYfo/UJvLPrY38O9UY00rAq76dHRnZ289yftc5NIfx3THi0IILRQ3dg==", - "dev": true, - "dependencies": { - "glob-parent": "^5.1.0", - "resolve": "^1.3.0" - }, - "peerDependencies": { - "eslint-plugin-import": ">=2.2.0" - } + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, - "node_modules/eslint-import-resolver-custom-alias/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "dependencies": { - "is-glob": "^4.0.1" + "is-extendable": "^0.1.0" }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, "dependencies": { - "debug": "^3.2.7", - "resolve": "^1.20.0" + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" } }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "node_modules/extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "dev": true, "dependencies": { - "ms": "^2.1.1" + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "node_modules/extglob/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "dependencies": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "is-descriptor": "^1.0.0" }, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "node_modules/extract-files": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz", + "integrity": "sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==", "dev": true, - "dependencies": { - "ms": "^2.1.1" + "engines": { + "node": "^12.20 || >= 14.13" + }, + "funding": { + "url": "https://github.com/sponsors/jaydenseric" } }, - "node_modules/eslint-module-utils/node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dev": true, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-diff": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", + "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", "dependencies": { - "locate-path": "^2.0.0" + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" }, "engines": { - "node": ">=4" + "node": ">=8.6.0" } }, - "node_modules/eslint-module-utils/node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dev": true, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=4" + "node": ">= 6" } }, - "node_modules/eslint-module-utils/node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fast-memoize": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz", + "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==", + "dev": true + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "dev": true + }, + "node_modules/fast-text-encoding": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.4.tgz", + "integrity": "sha512-x6lDDm/tBAzX9kmsPcZsNbvDs3Zey3+scsxaZElS8xWLgUMAg/oFLeewfUz0mu1CblHhhsu15jGkraldkFh8KQ==" + }, + "node_modules/fast-xml-parser": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", + "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", "dependencies": { - "p-try": "^1.0.0" + "strnum": "^1.0.4" }, - "engines": { - "node": ">=4" + "bin": { + "xml2js": "cli.js" + }, + "funding": { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } }, - "node_modules/eslint-module-utils/node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fetch-retry": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-5.0.3.tgz", + "integrity": "sha512-uJQyMrX5IJZkhoEUBQ3EjxkeiZkppBd5jS/fMTJmfZxLSiaQjv2zD0kTvuvkSH89uFvgSlB6ueGpjD3HWN7Bxw==", + "dev": true + }, + "node_modules/figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==", + "dev": true + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, "dependencies": { - "p-limit": "^1.1.0" + "escape-string-regexp": "^1.0.5" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-module-utils/node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "node_modules/figures/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true, "engines": { - "node": ">=4" + "node": ">=0.8.0" } }, - "node_modules/eslint-module-utils/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, "engines": { - "node": ">=4" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/eslint-plugin-es": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", - "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", + "node_modules/file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dev": true, "dependencies": { - "eslint-utils": "^2.0.0", - "regexpp": "^3.0.0" + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" }, "engines": { - "node": ">=8.10.0" + "node": ">= 10.13.0" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" + "type": "opencollective", + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "eslint": ">=4.19.1" + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/eslint-plugin-es/node_modules/eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "node_modules/file-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "dependencies": { - "eslint-visitor-keys": "^1.1.0" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": ">=6" + "node": ">= 10.13.0" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true, - "engines": { - "node": ">=4" - } + "node_modules/file-saver": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz", + "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==", + "dev": true }, - "node_modules/eslint-plugin-import": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", + "node_modules/file-system-cache": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/file-system-cache/-/file-system-cache-1.1.0.tgz", + "integrity": "sha512-IzF5MBq+5CR0jXx5RxPe4BICl/oEhBSXKaL9fLhAXrIfIUS77Hr4vzrYyqYMHN6uTt+BOqi3fDCTjjEBCjERKw==", "dev": true, "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.3", - "has": "^1.0.3", - "is-core-module": "^2.8.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.values": "^1.1.5", - "resolve": "^1.22.0", - "tsconfig-paths": "^3.14.1" + "fs-extra": "^10.1.0", + "ramda": "^0.28.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "engines": { + "node": ">= 0.8" } }, - "node_modules/eslint-plugin-import/node_modules/debug": { + "node_modules/finalhandler/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, "dependencies": { "ms": "2.0.0" } }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/ms": { + "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, - "node_modules/eslint-plugin-jest": { - "version": "26.8.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz", - "integrity": "sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q==", + "node_modules/find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^5.10.0" + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - }, - "jest": { - "optional": true - } + "node": ">=6" } }, - "node_modules/eslint-plugin-n": { - "version": "15.2.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.5.tgz", - "integrity": "sha512-8+BYsqiyZfpu6NXmdLOXVUfk8IocpCjpd8nMRRH0A9ulrcemhb2VI9RSJMEy5udx++A/YcVPD11zT8hpFq368g==", + "node_modules/find-cache-dir/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "dependencies": { - "builtins": "^5.0.1", - "eslint-plugin-es": "^4.1.0", - "eslint-utils": "^3.0.0", - "ignore": "^5.1.1", - "is-core-module": "^2.10.0", - "minimatch": "^3.1.2", - "resolve": "^1.22.1", - "semver": "^7.3.7" + "locate-path": "^3.0.0" }, "engines": { - "node": ">=12.22.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=7.0.0" + "node": ">=6" } }, - "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz", - "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==", + "node_modules/find-cache-dir/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "dependencies": { - "eslint-utils": "^2.0.0", - "regexpp": "^3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": ">=8.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=4.19.1" + "node": ">=6" } }, - "node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-utils": { + "node_modules/find-cache-dir/node_modules/make-dir": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, "dependencies": { - "eslint-visitor-keys": "^1.1.0" + "pify": "^4.0.1", + "semver": "^5.6.0" }, "engines": { "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/eslint-plugin-n/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true, - "engines": { - "node": ">=4" } }, - "node_modules/eslint-plugin-node": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz", - "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", + "node_modules/find-cache-dir/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "dependencies": { - "eslint-plugin-es": "^3.0.0", - "eslint-utils": "^2.0.0", - "ignore": "^5.1.1", - "minimatch": "^3.0.4", - "resolve": "^1.10.1", - "semver": "^6.1.0" + "p-try": "^2.0.0" }, "engines": { - "node": ">=8.10.0" + "node": ">=6" }, - "peerDependencies": { - "eslint": ">=5.16.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-plugin-node/node_modules/eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "node_modules/find-cache-dir/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "dependencies": { - "eslint-visitor-keys": "^1.1.0" + "p-limit": "^2.0.0" }, "engines": { "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" } }, - "node_modules/eslint-plugin-node/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "node_modules/find-cache-dir/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", "dev": true, "engines": { "node": ">=4" } }, - "node_modules/eslint-plugin-node/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/find-cache-dir/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": ">=6" } }, - "node_modules/eslint-plugin-prettier": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz", - "integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==", + "node_modules/find-cache-dir/node_modules/pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "dependencies": { - "prettier-linter-helpers": "^1.0.0" - }, - "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "eslint": ">=7.28.0", - "prettier": ">=2.0.0" + "find-up": "^3.0.0" }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-promise": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz", - "integrity": "sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==", - "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0" + "node": ">=6" } }, - "node_modules/eslint-plugin-standard": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz", - "integrity": "sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==", - "deprecated": "standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with 'npm rm eslint-plugin-standard'. More info here: https://github.com/standard/standard/issues/1316", + "node_modules/find-cache-dir/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "peerDependencies": { - "eslint": ">=5.0.0" + "bin": { + "semver": "bin/semver" } }, - "node_modules/eslint-plugin-tsdoc": { - "version": "0.2.16", - "resolved": "https://registry.npmjs.org/eslint-plugin-tsdoc/-/eslint-plugin-tsdoc-0.2.16.tgz", - "integrity": "sha512-F/RWMnyDQuGlg82vQEFHQtGyWi7++XJKdYNn0ulIbyMOFqYIjoJOUdE6olORxgwgLkpJxsCJpJbTHgxJ/ggfXw==", + "node_modules/find-node-modules": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/find-node-modules/-/find-node-modules-2.1.3.tgz", + "integrity": "sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==", "dev": true, "dependencies": { - "@microsoft/tsdoc": "0.14.1", - "@microsoft/tsdoc-config": "0.16.1" + "findup-sync": "^4.0.0", + "merge": "^2.1.1" } }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "dev": true + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "node_modules/find-versions": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-4.0.0.tgz", + "integrity": "sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==", "dev": true, "dependencies": { - "eslint-visitor-keys": "^2.0.0" + "semver-regex": "^3.1.2" }, "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "node_modules/findup-sync": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz", + "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==", "dev": true, + "dependencies": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^4.0.2", + "resolve-dir": "^1.0.1" + }, "engines": { - "node": ">=10" + "node": ">= 8" } }, - "node_modules/eslint/node_modules/@humanwhocodes/config-array": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", - "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.4" + "flatted": "^3.1.0", + "rimraf": "^3.0.2" }, "engines": { - "node": ">=10.10.0" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/eslint/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "node_modules/flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", "dev": true }, - "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "node_modules/flow-parser": { + "version": "0.177.0", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.177.0.tgz", + "integrity": "sha512-Ac1OwHjSoUALrcnHTTD6oaEPITaxYmP34iiEEcuCxeeD+tOKR7/Toaw4RpJKcDmYxLX79ZP9E7z+Q8ze9pESbQ==", "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=0.4.0" } }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "node_modules/flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "dependencies": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" } }, - "node_modules/eslint/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, + "node_modules/follow-redirects": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", + "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } } }, - "node_modules/eslint/node_modules/globals": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", - "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", "dev": true, "dependencies": { - "type-fest": "^0.20.2" - }, + "is-callable": "^1.1.3" + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/eslint/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/foreground-child": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", + "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", "dev": true, "dependencies": { - "argparse": "^2.0.1" + "cross-spawn": "^7.0.0", + "signal-exit": "^3.0.2" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=8.0.0" } }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "node_modules/fork-ts-checker-webpack-plugin": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz", + "integrity": "sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==", "dev": true, - "engines": { - "node": ">=10" + "dependencies": { + "@babel/code-frame": "^7.8.3", + "@types/json-schema": "^7.0.5", + "chalk": "^4.1.0", + "chokidar": "^3.4.2", + "cosmiconfig": "^6.0.0", + "deepmerge": "^4.2.2", + "fs-extra": "^9.0.0", + "glob": "^7.1.6", + "memfs": "^3.1.2", + "minimatch": "^3.0.4", + "schema-utils": "2.7.0", + "semver": "^7.3.2", + "tapable": "^1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/esm": { - "version": "3.2.25", - "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", - "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", "engines": { - "node": ">=6" + "node": ">=10", + "yarn": ">=1.0.0" + }, + "peerDependencies": { + "eslint": ">= 6", + "typescript": ">= 2.7", + "vue-template-compiler": "*", + "webpack": ">= 4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + } } }, - "node_modules/espree": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", - "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", "dev": true, "dependencies": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": ">=8" } }, - "node_modules/espree/node_modules/acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, - "bin": { - "acorn": "bin/acorn" + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">=0.4.0" + "node": ">=10" } }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" + "dependencies": { + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", + "ajv-keywords": "^3.4.1" }, "engines": { - "node": ">=4" + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", - "dev": true, + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "dependencies": { - "estraverse": "^5.1.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=0.10" + "node": ">= 6" } }, - "node_modules/esquery/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/form-data-encoder": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.0.tgz", + "integrity": "sha512-njK60LnfhfDWy+AEUIf9ZQNRAcmXCdDfiNOm2emuPtzwh7U9k/mo9F3S54aPiaZ3vhqUjikVLfcPg2KuBddskQ==", "dev": true, "engines": { - "node": ">=4.0" + "node": ">= 14.17" } }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "node_modules/formidable": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.0.1.tgz", + "integrity": "sha512-rjTMNbp2BpfQShhFbR3Ruk3qk2y9jKpvMW78nJgx8QKtxjDVrwbZG+wvDOmVbifHyOUOQJXxqEy6r0faRrPzTQ==", "dev": true, "dependencies": { - "estraverse": "^5.2.0" + "dezalgo": "1.0.3", + "hexoid": "1.0.0", + "once": "1.4.0", + "qs": "6.9.3" }, - "engines": { - "node": ">=4.0" + "funding": { + "url": "https://ko-fi.com/tunnckoCore/commissions" } }, - "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/formidable/node_modules/qs": { + "version": "6.9.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz", + "integrity": "sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==", "dev": true, "engines": { - "node": ">=4.0" + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "engines": { - "node": ">=4.0" + "node": ">= 0.6" } }, - "node_modules/estree-to-babel": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/estree-to-babel/-/estree-to-babel-3.2.1.tgz", - "integrity": "sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==", + "node_modules/fp-and-or": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/fp-and-or/-/fp-and-or-0.1.3.tgz", + "integrity": "sha512-wJaE62fLaB3jCYvY2ZHjZvmKK2iiLiiehX38rz5QZxtdN8fVPJDeZUiVvJrHStdTc+23LHlyZuSEKgFc0pxi2g==", "dev": true, - "dependencies": { - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.2.0", - "c8": "^7.6.0" - }, "engines": { - "node": ">=8.3.0" + "node": ">=10" } }, - "node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true + "node_modules/frac": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz", + "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", + "engines": { + "node": ">=0.8" + } }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "node_modules/fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" + } + }, + "node_modules/fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "dev": true, + "dependencies": { + "map-cache": "^0.2.2" + }, "engines": { "node": ">=0.10.0" } }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", "engines": { "node": ">= 0.6" } }, - "node_modules/event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "engines": { - "node": ">=6" + "node_modules/from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" } }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + "node_modules/fromentries": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz", + "integrity": "sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "node_modules/events": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", - "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=", + "node_modules/fs-capacitor": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-6.2.0.tgz", + "integrity": "sha512-nKcE1UduoSKX27NSZlg879LdQc94OtbOsEmKMN2MBNudXREvijRKx2GEBsTMTfws+BrbkJoEuynbGSVRSpauvw==", "engines": { - "node": ">=0.4.x" + "node": ">=10" } }, - "node_modules/evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", - "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, "dependencies": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" } }, - "node_modules/exec-sh": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz", - "integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==", - "dev": true - }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dev": true, "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" + "minipass": "^3.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" + "node": ">= 8" } }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "node_modules/fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "dev": true + }, + "node_modules/fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">= 0.8.0" + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", "dev": true, "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/expand-brackets/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true, - "dependencies": { - "ms": "2.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "node_modules/gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", "dev": true, "dependencies": { - "is-descriptor": "^0.1.0" + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "node_modules/gauge/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/gauge/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/gauge/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/expand-brackets/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/expand-brackets/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dev": true, + "node_modules/gaxios": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-5.0.1.tgz", + "integrity": "sha512-keK47BGKHyyOVQxgcUaSaFvr3ehZYAlvhvpHXy0YB2itzZef+GqZR8TBsfVRWghdwlKrYsn+8L8i3eblF7Oviw==", "dependencies": { - "kind-of": "^3.0.2" + "extend": "^3.0.2", + "https-proxy-agent": "^5.0.0", + "is-stream": "^2.0.0", + "node-fetch": "^2.6.7" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, + "node_modules/gcp-metadata": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-5.0.0.tgz", + "integrity": "sha512-gfwuX3yA3nNsHSWUL4KG90UulNiq922Ukj3wLTrcnX33BB7PwB1o0ubR8KVvXu9nJH+P5w1j2SQSNNqto+H0DA==", "dependencies": { - "is-buffer": "^1.1.5" + "gaxios": "^5.0.0", + "json-bigint": "^1.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/expand-brackets/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/geojson-rewind": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/geojson-rewind/-/geojson-rewind-0.3.1.tgz", + "integrity": "sha1-IiQHl8hHzC8MHTE+SqDJFa+n8p0=", "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "@mapbox/geojson-area": "0.2.2", + "concat-stream": "~1.6.0", + "minimist": "1.2.0", + "sharkdown": "^0.1.0" }, - "engines": { - "node": ">=0.10.0" + "bin": { + "geojson-rewind": "geojson-rewind" } }, - "node_modules/expand-brackets/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "node_modules/geojson-rewind/node_modules/minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/expand-brackets/node_modules/ms": { + "node_modules/get-func-name": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "node_modules/expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", - "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", "dependencies": { - "homedir-polyfill": "^1.0.1" + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "engines": { - "node": ">=0.10.0" + "node": ">=8.0.0" } }, - "node_modules/expect": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", - "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "node_modules/get-pkg-repo": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz", + "integrity": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1" + "@hutson/parse-repository-url": "^3.0.0", + "hosted-git-info": "^4.0.0", + "through2": "^2.0.0", + "yargs": "^16.2.0" + }, + "bin": { + "get-pkg-repo": "src/cli.js" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=6.9.0" } }, - "node_modules/express": { - "version": "4.18.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", - "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "node_modules/get-pkg-repo/node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.0", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.5.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.10.3", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" } }, - "node_modules/express-graphql": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.12.0.tgz", - "integrity": "sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==", - "dependencies": { - "accepts": "^1.3.7", - "content-type": "^1.0.4", - "http-errors": "1.8.0", - "raw-body": "^2.4.1" - }, + "node_modules/get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "dev": true, "engines": { - "node": ">= 10.x" + "node": ">=10" }, - "peerDependencies": { - "graphql": "^14.7.0 || ^15.3.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/express-graphql/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/express-graphql/node_modules/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" }, "engines": { - "node": ">= 0.6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/express-graphql/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "node_modules/get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/express-graphql/node_modules/toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", - "engines": { - "node": ">=0.6" - } + "node_modules/getopts": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/getopts/-/getopts-2.3.0.tgz", + "integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA==" }, - "node_modules/express-jwt": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-6.1.2.tgz", - "integrity": "sha512-l5dlf5lNM/1EODMsJGfHn1VnrhhsUYEetzrKFStJZLjFQXtR+HGdBiW+jUNZ+ISsFe+h7Wl/hQKjLrY2TX0Qkg==", + "node_modules/git-log-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz", + "integrity": "sha1-LmpMGxP8AAKCB7p5WnrDFme5/Uo=", + "dev": true, "dependencies": { - "async": "^3.2.2", - "express-unless": "^1.0.0", - "jsonwebtoken": "^8.1.0", - "lodash": "^4.17.21" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/express-rate-limit": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-6.5.1.tgz", - "integrity": "sha512-pxO6ioBLd3i8IHL+RmJtL4noYzte5fugoMdaDabtU4hcg53+x0QkTwfPtM7vWD0YUaXQgNj9NRdzmps+CHEHlA==", - "engines": { - "node": ">= 12.9.0" - }, - "peerDependencies": { - "express": "^4 || ^5" + "argv-formatter": "~1.0.0", + "spawn-error-forwarder": "~1.0.0", + "split2": "~1.0.0", + "stream-combiner2": "~1.1.1", + "through2": "~2.0.0", + "traverse": "~0.6.6" } }, - "node_modules/express-unless": { + "node_modules/git-log-parser/node_modules/split2": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/express-unless/-/express-unless-1.0.0.tgz", - "integrity": "sha512-zXSSClWBPfcSYjg0hcQNompkFN/MxQQ53eyrzm9BYgik2ut2I7PxAf2foVqBRMYCwWaZx/aWodi+uk76npdSAw==" - }, - "node_modules/express/node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "engines": { - "node": ">= 0.6" + "resolved": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz", + "integrity": "sha1-UuLiIdiMdfmnP5BVbiY/+WdysxQ=", + "dev": true, + "dependencies": { + "through2": "~2.0.0" } }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/git-log-parser/node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, "dependencies": { - "ms": "2.0.0" + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" } }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "node_modules/git-raw-commits": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz", + "integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==", "dev": true, "dependencies": { - "is-extendable": "^0.1.0" + "dargs": "^7.0.0", + "lodash": "^4.17.15", + "meow": "^8.0.0", + "split2": "^3.0.0", + "through2": "^4.0.0" + }, + "bin": { + "git-raw-commits": "cli.js" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "node_modules/git-remote-origin-url": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", + "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", "dev": true, "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" + "gitconfiglocal": "^1.0.0", + "pify": "^2.3.0" }, "engines": { "node": ">=4" } }, - "node_modules/extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "node_modules/git-semver-tags": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.1.tgz", + "integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==", "dev": true, "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "meow": "^8.0.0", + "semver": "^6.0.0" + }, + "bin": { + "git-semver-tags": "cli.js" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/extglob/node_modules/define-property": { + "node_modules/git-semver-tags/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/gitconfiglocal": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", + "integrity": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==", "dev": true, "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" + "ini": "^1.3.2" } }, - "node_modules/extract-files": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz", - "integrity": "sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==", + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, "engines": { - "node": "^12.20 || >= 14.13" + "node": "*" }, "funding": { - "url": "https://github.com/sponsors/jaydenseric" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "is-glob": "^4.0.3" }, "engines": { - "node": ">=8.6.0" + "node": ">=10.13.0" } }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/glob-promise": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-3.4.0.tgz", + "integrity": "sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==", + "dev": true, "dependencies": { - "is-glob": "^4.0.1" + "@types/glob": "*" }, "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "node_modules/fast-memoize": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz", - "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==", - "dev": true - }, - "node_modules/fast-safe-stringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", - "dev": true - }, - "node_modules/fast-text-encoding": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.4.tgz", - "integrity": "sha512-x6lDDm/tBAzX9kmsPcZsNbvDs3Zey3+scsxaZElS8xWLgUMAg/oFLeewfUz0mu1CblHhhsu15jGkraldkFh8KQ==" - }, - "node_modules/fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", - "dependencies": { - "strnum": "^1.0.4" - }, - "bin": { - "xml2js": "cli.js" + "node": ">=4" }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" + "peerDependencies": { + "glob": "*" } }, - "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dependencies": { - "reusify": "^1.0.4" - } + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true }, - "node_modules/fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", - "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", + "node_modules/global": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", + "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", "dev": true, "dependencies": { - "bser": "2.1.1" + "min-document": "^2.19.0", + "process": "^0.11.10" } }, - "node_modules/fetch-retry": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-5.0.2.tgz", - "integrity": "sha512-57Hmu+1kc6pKFUGVIobT7qw3NeAzY/uNN26bSevERLVvf6VGFR/ooDCOFBHMNDgAxBiU2YJq1D0vFzc6U1DcPw==", - "dev": true - }, - "node_modules/figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", - "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==", - "dev": true - }, - "node_modules/figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "node_modules/global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", "dev": true, + "optional": true, "dependencies": { - "escape-string-regexp": "^1.0.5" + "ini": "^1.3.4" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4" } }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "node_modules/global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", "dev": true, + "dependencies": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + }, "engines": { - "node": ">=0.8.0" + "node": ">=0.10.0" } }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "node_modules/global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", "dev": true, "dependencies": { - "flat-cache": "^3.0.4" + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=0.10.0" } }, - "node_modules/file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "node_modules/global-prefix/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" + "isexe": "^2.0.0" }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" + "node": ">=4" } }, - "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "node_modules/globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", "dev": true, "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "define-properties": "^1.1.3" }, "engines": { - "node": ">= 10.13.0" + "node": ">= 0.4" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/file-saver": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz", - "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==", - "dev": true - }, - "node_modules/file-system-cache": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/file-system-cache/-/file-system-cache-1.1.0.tgz", - "integrity": "sha512-IzF5MBq+5CR0jXx5RxPe4BICl/oEhBSXKaL9fLhAXrIfIUS77Hr4vzrYyqYMHN6uTt+BOqi3fDCTjjEBCjERKw==", - "dev": true, - "dependencies": { - "fs-extra": "^10.1.0", - "ramda": "^0.28.0" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dependencies": { - "to-regex-range": "^5.0.1" + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "node_modules/google-auth-library": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.4.0.tgz", + "integrity": "sha512-cg/usxyQEmq4PPDBQRt+kGIrfL3k+mOrAoS9Xv1hitQL66AoY7iWvRBcYo3Rb0w4V1t9e/GqW2/D4honlAtMDg==", "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^5.0.0", + "gcp-metadata": "^5.0.0", + "gtoken": "^6.1.0", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" }, "engines": { - "node": ">= 0.8" + "node": ">=12" } }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/google-auth-library/node_modules/jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", "dependencies": { - "ms": "2.0.0" + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" } }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "node_modules/google-auth-library/node_modules/jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "dependencies": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } }, - "node_modules/find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "dev": true, + "node_modules/google-p12-pem": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-4.0.0.tgz", + "integrity": "sha512-lRTMn5ElBdDixv4a86bixejPSRk1boRtUowNepeKEVvYiFlkLuAJUVpEz6PfObDHYEKnZWq/9a2zC98xu62A9w==", "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" + "node-forge": "^1.3.1" + }, + "bin": { + "gp12-pem": "build/src/bin/gp12-pem.js" }, "engines": { - "node": ">=6" + "node": ">=12.0.0" } }, - "node_modules/find-cache-dir/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, "dependencies": { - "locate-path": "^3.0.0" + "get-intrinsic": "^1.1.3" }, - "engines": { - "node": ">=6" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/find-cache-dir/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "node_modules/got": { + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz", + "integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==", "dev": true, "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "@sindresorhus/is": "^5.2.0", + "@szmarczak/http-timer": "^5.0.1", + "@types/cacheable-request": "^6.0.2", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^6.0.4", + "cacheable-request": "^7.0.2", + "decompress-response": "^6.0.0", + "form-data-encoder": "^2.0.1", + "get-stream": "^6.0.1", + "http2-wrapper": "^2.1.10", + "lowercase-keys": "^3.0.0", + "p-cancelable": "^3.0.0", + "responselike": "^2.0.0" }, "engines": { - "node": ">=6" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sindresorhus/got?sponsor=1" } }, - "node_modules/find-cache-dir/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "dev": true + }, + "node_modules/graphql": { + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.4.0.tgz", + "integrity": "sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==", "engines": { - "node": ">=6" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, - "node_modules/find-cache-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/graphql-fields": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/graphql-fields/-/graphql-fields-2.0.3.tgz", + "integrity": "sha512-x3VE5lUcR4XCOxPIqaO4CE+bTK8u6gVouOdpQX9+EKHr+scqtK5Pp/l8nIGqIpN1TUlkKE6jDCCycm/WtLRAwA==" + }, + "node_modules/graphql-react": { + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/graphql-react/-/graphql-react-15.0.0.tgz", + "integrity": "sha512-isqUWv7nLioxHT09LlZN6RWCvWBVkJUN27RCvoQ8BpflnmxkB0u03/XFQK90+5Y78/G3mdqrcA1J9hGX2V1Xkg==", "dev": true, "dependencies": { - "p-try": "^2.0.0" + "extract-files": "^11.0.0", + "isobject": "^4.0.0", + "react-waterfall-render": "^2.0.0" }, "engines": { - "node": ">=6" + "node": "^12.20 || >= 14.13" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/jaydenseric" + }, + "peerDependencies": { + "react": "16.14 - 17", + "react-dom": "16.14 - 17" } }, - "node_modules/find-cache-dir/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, + "node_modules/graphql-scalars": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.18.0.tgz", + "integrity": "sha512-XrMwSim4xJ5n1UdT3YMJh9uT3oB/th5jR5bIMJvYxmgq/rGDkfXNtCRSL/+dLMHxGM0thYPfIZDua1+aQlKBMA==", "dependencies": { - "p-limit": "^2.0.0" + "tslib": "~2.4.0" }, "engines": { - "node": ">=6" + "node": ">=10" + }, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/find-cache-dir/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "node_modules/graphql-tag": { + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", + "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", "dev": true, + "dependencies": { + "tslib": "^2.1.0" + }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "peerDependencies": { + "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/find-cache-dir/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true, - "engines": { - "node": ">=6" + "node_modules/graphql-type-json": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.3.2.tgz", + "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==", + "peerDependencies": { + "graphql": ">=0.8.0" } }, - "node_modules/find-cache-dir/node_modules/pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dev": true, + "node_modules/graphql-upload": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-13.0.0.tgz", + "integrity": "sha512-YKhx8m/uOtKu4Y1UzBFJhbBGJTlk7k4CydlUUiNrtxnwZv0WigbRHP+DVhRNKt7u7DXOtcKZeYJlGtnMXvreXA==", "dependencies": { - "find-up": "^3.0.0" + "busboy": "^0.3.1", + "fs-capacitor": "^6.2.0", + "http-errors": "^1.8.1", + "object-path": "^0.11.8" }, "engines": { - "node": ">=6" + "node": "^12.22.0 || ^14.17.0 || >= 16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/jaydenseric" + }, + "peerDependencies": { + "graphql": "0.13.1 - 16" } }, - "node_modules/find-cache-dir/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" + "node_modules/graphql-upload/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "engines": { + "node": ">= 0.6" } }, - "node_modules/find-node-modules": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/find-node-modules/-/find-node-modules-2.1.3.tgz", - "integrity": "sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==", - "dev": true, + "node_modules/graphql-upload/node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", "dependencies": { - "findup-sync": "^4.0.0", - "merge": "^2.1.1" + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.6" } }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", - "dev": true + "node_modules/graphql-upload/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "engines": { + "node": ">= 0.6" + } }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, + "node_modules/gtoken": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-6.1.1.tgz", + "integrity": "sha512-HPM4VzzPEGxjQ7T2xLrdSYBs+h1c0yHAUiN+8RHPDoiZbndlpg9Sx3SjWcrTt9+N3FHsSABEpjvdQVan5AAuZQ==", "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" + "gaxios": "^5.0.1", + "google-p12-pem": "^4.0.0", + "jws": "^4.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=12.0.0" } }, - "node_modules/find-versions": { + "node_modules/gtoken/node_modules/jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/gtoken/node_modules/jws": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-4.0.0.tgz", - "integrity": "sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "dependencies": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "dev": true, "dependencies": { - "semver-regex": "^3.1.2" + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" + }, + "bin": { + "handlebars": "bin/handlebars" }, "engines": { - "node": ">=10" + "node": ">=0.4.7" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "optionalDependencies": { + "uglify-js": "^3.1.4" } }, - "node_modules/findup-sync": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz", - "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==", + "node_modules/hard-rejection": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", + "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dependencies": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^4.0.2", - "resolve-dir": "^1.0.1" + "function-bind": "^1.1.1" }, "engines": { - "node": ">= 8" + "node": ">= 0.4.0" } }, - "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" + "ansi-regex": "^2.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=0.10.0" } }, - "node_modules/flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", - "dev": true - }, - "node_modules/flow-parser": { - "version": "0.177.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.177.0.tgz", - "integrity": "sha512-Ac1OwHjSoUALrcnHTTD6oaEPITaxYmP34iiEEcuCxeeD+tOKR7/Toaw4RpJKcDmYxLX79ZP9E7z+Q8ze9pESbQ==", + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", "dev": true, "engines": { - "node": ">=0.4.0" + "node": ">=0.10.0" } }, - "node_modules/flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", - "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/follow-redirects": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", - "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": ">=4.0" + "node": ">=8" + } + }, + "node_modules/has-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-glob/-/has-glob-1.0.0.tgz", + "integrity": "sha512-D+8A457fBShSEI3tFCj65PAbT++5sKiFtdCdOam0gnfBgw9D277OERk+HM9qYJXmdVLZ/znez10SqHN0BBQ50g==", + "dev": true, + "dependencies": { + "is-glob": "^3.0.0" }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } + "engines": { + "node": ">=0.10.0" } }, - "node_modules/for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "node_modules/has-glob/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", "dev": true, + "dependencies": { + "is-extglob": "^2.1.0" + }, "engines": { "node": ">=0.10.0" } }, - "node_modules/foreground-child": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", - "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", "dev": true, "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^3.0.2" + "get-intrinsic": "^1.1.1" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "engines": { - "node": ">=8.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz", - "integrity": "sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==", + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "chokidar": "^3.4.2", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "glob": "^7.1.6", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=10", - "yarn": ">=1.0.0" + "node": ">= 0.4" }, - "peerDependencies": { - "eslint": ">= 6", - "typescript": ">= 2.7", - "vue-template-compiler": "*", - "webpack": ">= 4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - }, - "vue-template-compiler": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dev": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "node_modules/has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "dev": true, "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "node_modules/has-value/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - }, "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": ">=0.10.0" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "node_modules/has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/form-data-encoder": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.0.tgz", - "integrity": "sha512-njK60LnfhfDWy+AEUIf9ZQNRAcmXCdDfiNOm2emuPtzwh7U9k/mo9F3S54aPiaZ3vhqUjikVLfcPg2KuBddskQ==", - "dev": true, - "engines": { - "node": ">= 14.17" - } + "node_modules/has-values/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true }, - "node_modules/formidable": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.0.1.tgz", - "integrity": "sha512-rjTMNbp2BpfQShhFbR3Ruk3qk2y9jKpvMW78nJgx8QKtxjDVrwbZG+wvDOmVbifHyOUOQJXxqEy6r0faRrPzTQ==", + "node_modules/has-values/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "dependencies": { - "dezalgo": "1.0.3", - "hexoid": "1.0.0", - "once": "1.4.0", - "qs": "6.9.3" + "kind-of": "^3.0.2" }, - "funding": { - "url": "https://ko-fi.com/tunnckoCore/commissions" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/formidable/node_modules/qs": { - "version": "6.9.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz", - "integrity": "sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==", + "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, - "engines": { - "node": ">=0.6" + "dependencies": { + "is-buffer": "^1.1.5" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/fp-and-or": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/fp-and-or/-/fp-and-or-0.1.3.tgz", - "integrity": "sha512-wJaE62fLaB3jCYvY2ZHjZvmKK2iiLiiehX38rz5QZxtdN8fVPJDeZUiVvJrHStdTc+23LHlyZuSEKgFc0pxi2g==", + "node_modules/has-values/node_modules/kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, "engines": { - "node": ">=10" - } - }, - "node_modules/frac": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz", - "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", - "engines": { - "node": ">=0.8" + "node": ">=0.10.0" } }, - "node_modules/fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "node_modules/has-yarn": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", + "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", "dev": true, "engines": { - "node": "*" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/infusion" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "node_modules/hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", "dev": true, "dependencies": { - "map-cache": "^0.2.2" + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "engines": { - "node": ">= 0.6" + "node": ">=4" } }, - "node_modules/from2": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", - "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "node_modules/hash-base/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "dependencies": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/fromentries": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz", - "integrity": "sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==", + "node_modules/hash-base/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true, "funding": [ { @@ -17889,954 +17766,950 @@ } ] }, - "node_modules/fs-capacitor": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-6.2.0.tgz", - "integrity": "sha512-nKcE1UduoSKX27NSZlg879LdQc94OtbOsEmKMN2MBNudXREvijRKx2GEBsTMTfws+BrbkJoEuynbGSVRSpauvw==", - "engines": { - "node": ">=10" - } + "node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", + "dev": true }, - "node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "dev": true, "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=12" + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" } }, - "node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "node_modules/hast-to-hyperscript": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", + "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", "dev": true, "dependencies": { - "minipass": "^3.0.0" + "@types/unist": "^2.0.3", + "comma-separated-tokens": "^1.0.0", + "property-information": "^5.3.0", + "space-separated-tokens": "^1.0.0", + "style-to-object": "^0.3.0", + "unist-util-is": "^4.0.0", + "web-namespaces": "^1.0.0" }, - "engines": { - "node": ">= 8" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/fs-monkey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", - "dev": true - }, - "node_modules/fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", - "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "node_modules/hast-util-from-parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", + "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" + "@types/parse5": "^5.0.0", + "hastscript": "^6.0.0", + "property-information": "^5.0.0", + "vfile": "^4.0.0", + "vfile-location": "^3.2.0", + "web-namespaces": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "node_modules/hast-util-parse-selector": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", + "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/function.prototype.name": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "node_modules/hast-util-raw": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", + "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" + "@types/hast": "^2.0.0", + "hast-util-from-parse5": "^6.0.0", + "hast-util-to-parse5": "^6.0.0", + "html-void-elements": "^1.0.0", + "parse5": "^6.0.0", + "unist-util-position": "^3.0.0", + "vfile": "^4.0.0", + "web-namespaces": "^1.0.0", + "xtend": "^4.0.0", + "zwitch": "^1.0.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", - "dev": true - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "node_modules/hast-util-to-parse5": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", + "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", "dev": true, + "dependencies": { + "hast-to-hyperscript": "^9.0.0", + "property-information": "^5.0.0", + "web-namespaces": "^1.0.0", + "xtend": "^4.0.0", + "zwitch": "^1.0.0" + }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/gauge": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", - "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "node_modules/hastscript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", + "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", "dev": true, "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.2", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.1", - "object-assign": "^4.1.1", - "signal-exit": "^3.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.2" + "@types/hast": "^2.0.0", + "comma-separated-tokens": "^1.0.0", + "hast-util-parse-selector": "^2.0.0", + "property-information": "^5.0.0", + "space-separated-tokens": "^1.0.0" }, - "engines": { - "node": ">=10" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/gauge/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "bin": { + "he": "bin/he" + } }, - "node_modules/gauge/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/hexoid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", + "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", "dev": true, "engines": { "node": ">=8" } }, - "node_modules/gauge/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/gaxios": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-5.0.1.tgz", - "integrity": "sha512-keK47BGKHyyOVQxgcUaSaFvr3ehZYAlvhvpHXy0YB2itzZef+GqZR8TBsfVRWghdwlKrYsn+8L8i3eblF7Oviw==", + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, "dependencies": { - "extend": "^3.0.2", - "https-proxy-agent": "^5.0.0", - "is-stream": "^2.0.0", - "node-fetch": "^2.6.7" + "parse-passwd": "^1.0.0" }, "engines": { - "node": ">=12" + "node": ">=0.10.0" } }, - "node_modules/gcp-metadata": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-5.0.0.tgz", - "integrity": "sha512-gfwuX3yA3nNsHSWUL4KG90UulNiq922Ukj3wLTrcnX33BB7PwB1o0ubR8KVvXu9nJH+P5w1j2SQSNNqto+H0DA==", - "dependencies": { - "gaxios": "^5.0.0", - "json-bigint": "^1.0.0" - }, + "node_modules/hook-std": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-2.0.0.tgz", + "integrity": "sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g==", + "dev": true, "engines": { - "node": ">=12" + "node": ">=8" } }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "node_modules/hosted-git-info": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, "engines": { - "node": ">=6.9.0" + "node": ">=10" } }, - "node_modules/geojson-rewind": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/geojson-rewind/-/geojson-rewind-0.3.1.tgz", - "integrity": "sha1-IiQHl8hHzC8MHTE+SqDJFa+n8p0=", + "node_modules/html-encoding-sniffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "dev": true, + "optional": true, + "peer": true, "dependencies": { - "@mapbox/geojson-area": "0.2.2", - "concat-stream": "~1.6.0", - "minimist": "1.2.0", - "sharkdown": "^0.1.0" + "whatwg-encoding": "^1.0.5" }, - "bin": { - "geojson-rewind": "geojson-rewind" + "engines": { + "node": ">=10" } }, - "node_modules/geojson-rewind/node_modules/minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "node_modules/html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "dev": true }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true }, - "node_modules/get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" } }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "node_modules/html-tags": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.2.0.tgz", + "integrity": "sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==", + "dev": true, "engines": { - "node": ">=8.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/get-pkg-repo": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz", - "integrity": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==", - "dev": true, + "node_modules/html-to-text": { + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.2.1.tgz", + "integrity": "sha512-aN/3JvAk8qFsWVeE9InWAWueLXrbkoVZy0TkzaGhoRBC2gCFEeRLDDJN3/ijIGHohy6H+SZzUQWN/hcYtaPK8w==", "dependencies": { - "@hutson/parse-repository-url": "^3.0.0", - "hosted-git-info": "^4.0.0", - "through2": "^2.0.0", - "yargs": "^16.2.0" + "@selderee/plugin-htmlparser2": "^0.6.0", + "deepmerge": "^4.2.2", + "he": "^1.2.0", + "htmlparser2": "^6.1.0", + "minimist": "^1.2.6", + "selderee": "^0.6.0" }, "bin": { - "get-pkg-repo": "src/cli.js" + "html-to-text": "bin/cli.js" }, "engines": { - "node": ">=6.9.0" + "node": ">=10.23.2" } }, - "node_modules/get-pkg-repo/node_modules/through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "node_modules/html-void-elements": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", + "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", "dev": true, - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/get-stdin": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", - "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "node_modules/html-webpack-plugin": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", + "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", "dev": true, + "dependencies": { + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" + }, "engines": { - "node": ">=10" + "node": ">=10.13.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/html-webpack-plugin" + }, + "peerDependencies": { + "webpack": "^5.20.0" } }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "node_modules/html-webpack-plugin/node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/htmlparser2-svelte": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2-svelte/-/htmlparser2-svelte-4.1.0.tgz", + "integrity": "sha512-+4f4RBFz7Rj2Hp0ZbFbXC+Kzbd6S9PgjiuFtdT76VMNgKogrEZy0pG2UrPycPbrZzVEIM5lAT3lAdkSTCHLPjg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" } }, - "node_modules/get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "node_modules/htmlparser2-svelte/node_modules/domhandler": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", + "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", "dev": true, + "dependencies": { + "domelementtype": "^2.0.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/getopts": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/getopts/-/getopts-2.3.0.tgz", - "integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA==" + "node_modules/http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true }, - "node_modules/git-log-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz", - "integrity": "sha1-LmpMGxP8AAKCB7p5WnrDFme5/Uo=", - "dev": true, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "dependencies": { - "argv-formatter": "~1.0.0", - "spawn-error-forwarder": "~1.0.0", - "split2": "~1.0.0", - "stream-combiner2": "~1.1.1", - "through2": "~2.0.0", - "traverse": "~0.6.6" + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" } }, - "node_modules/git-log-parser/node_modules/split2": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz", - "integrity": "sha1-UuLiIdiMdfmnP5BVbiY/+WdysxQ=", - "dev": true, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "dependencies": { - "through2": "~2.0.0" + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" } }, - "node_modules/git-log-parser/node_modules/through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, + "node_modules/http-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/git-raw-commits": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz", - "integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==", - "dev": true, + "node_modules/http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", "dependencies": { - "dargs": "^7.0.0", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "bin": { - "git-raw-commits": "cli.js" + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" }, "engines": { - "node": ">=10" + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } } }, - "node_modules/git-remote-origin-url": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", - "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", + "node_modules/http2-wrapper": { + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.1.11.tgz", + "integrity": "sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==", "dev": true, "dependencies": { - "gitconfiglocal": "^1.0.0", - "pify": "^2.3.0" + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.2.0" }, "engines": { - "node": ">=4" + "node": ">=10.19.0" } }, - "node_modules/git-semver-tags": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.1.tgz", - "integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==", + "node_modules/http2-wrapper/node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", "dev": true, - "dependencies": { - "meow": "^8.0.0", - "semver": "^6.0.0" + "engines": { + "node": ">=10" }, - "bin": { - "git-semver-tags": "cli.js" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", + "dev": true + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" }, "engines": { - "node": ">=10" + "node": ">= 6" } }, - "node_modules/git-semver-tags/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": ">=10.17.0" } }, - "node_modules/gitconfiglocal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", - "integrity": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==", + "node_modules/humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", "dev": true, "dependencies": { - "ini": "^1.3.2" + "ms": "^2.0.0" } }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "node_modules/husky": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", + "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "bin": { + "husky": "lib/bin.js" }, "engines": { - "node": "*" + "node": ">=14" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/typicode" } }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dependencies": { - "is-glob": "^4.0.3" + "safer-buffer": ">= 2.1.2 < 3" }, "engines": { - "node": ">=10.13.0" + "node": ">=0.10.0" } }, - "node_modules/glob-promise": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-3.4.0.tgz", - "integrity": "sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==", + "node_modules/icss-utils": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", "dev": true, "dependencies": { - "@types/glob": "*" + "postcss": "^7.0.14" }, "engines": { - "node": ">=4" - }, - "peerDependencies": { - "glob": "*" + "node": ">= 6" } }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "node_modules/ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + }, + "node_modules/iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", "dev": true }, - "node_modules/global": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", - "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", - "dev": true, - "dependencies": { - "min-document": "^2.19.0", - "process": "^0.11.10" + "node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "engines": { + "node": ">= 4" } }, - "node_modules/global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", - "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", + "dev": true + }, + "node_modules/ignore-walk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-5.0.1.tgz", + "integrity": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==", "dev": true, - "optional": true, "dependencies": { - "ini": "^1.3.4" + "minimatch": "^5.0.1" }, "engines": { - "node": ">=4" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", - "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" + "balanced-match": "^1.0.0" } }, - "node_modules/global-prefix": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", - "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", "dev": true, "dependencies": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "node_modules/immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "dependencies": { - "isexe": "^2.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" }, - "bin": { - "which": "bin/which" + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, "engines": { "node": ">=4" } }, - "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "dev": true, - "dependencies": { - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, + "node_modules/import-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", + "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=12.2" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/google-auth-library": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.4.0.tgz", - "integrity": "sha512-cg/usxyQEmq4PPDBQRt+kGIrfL3k+mOrAoS9Xv1hitQL66AoY7iWvRBcYo3Rb0w4V1t9e/GqW2/D4honlAtMDg==", - "dependencies": { - "arrify": "^2.0.0", - "base64-js": "^1.3.0", - "ecdsa-sig-formatter": "^1.0.11", - "fast-text-encoding": "^1.0.0", - "gaxios": "^5.0.0", - "gcp-metadata": "^5.0.0", - "gtoken": "^6.1.0", - "jws": "^4.0.0", - "lru-cache": "^6.0.0" - }, + "node_modules/import-lazy": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", + "dev": true, "engines": { - "node": ">=12" - } - }, - "node_modules/google-auth-library/node_modules/jwa": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", - "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", - "dependencies": { - "buffer-equal-constant-time": "1.0.1", - "ecdsa-sig-formatter": "1.0.11", - "safe-buffer": "^5.0.1" + "node": ">=8" } }, - "node_modules/google-auth-library/node_modules/jws": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", - "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", - "dependencies": { - "jwa": "^2.0.0", - "safe-buffer": "^5.0.1" + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "engines": { + "node": ">=0.8.19" } }, - "node_modules/google-p12-pem": { + "node_modules/indent-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-4.0.0.tgz", - "integrity": "sha512-lRTMn5ElBdDixv4a86bixejPSRk1boRtUowNepeKEVvYiFlkLuAJUVpEz6PfObDHYEKnZWq/9a2zC98xu62A9w==", - "dependencies": { - "node-forge": "^1.3.1" - }, - "bin": { - "gp12-pem": "build/src/bin/gp12-pem.js" - }, + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, "engines": { - "node": ">=12.0.0" + "node": ">=8" } }, - "node_modules/got": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz", - "integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==", + "node_modules/infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "dev": true + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "dependencies": { - "@sindresorhus/is": "^5.2.0", - "@szmarczak/http-timer": "^5.0.1", - "@types/cacheable-request": "^6.0.2", - "@types/responselike": "^1.0.0", - "cacheable-lookup": "^6.0.4", - "cacheable-request": "^7.0.2", - "decompress-response": "^6.0.0", - "form-data-encoder": "^2.0.1", - "get-stream": "^6.0.1", - "http2-wrapper": "^2.1.10", - "lowercase-keys": "^3.0.0", - "p-cancelable": "^3.0.0", - "responselike": "^2.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sindresorhus/got?sponsor=1" + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, - "node_modules/graphql": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.4.0.tgz", - "integrity": "sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==", + "node_modules/inline-style-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", + "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", + "dev": true + }, + "node_modules/inquirer": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", + "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", + "dev": true, + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.1", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "ora": "^5.4.1", + "run-async": "^2.4.0", + "rxjs": "^7.5.5", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6", + "wrap-ansi": "^7.0.0" + }, "engines": { - "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + "node": ">=12.0.0" } }, - "node_modules/graphql-fields": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/graphql-fields/-/graphql-fields-2.0.3.tgz", - "integrity": "sha512-x3VE5lUcR4XCOxPIqaO4CE+bTK8u6gVouOdpQX9+EKHr+scqtK5Pp/l8nIGqIpN1TUlkKE6jDCCycm/WtLRAwA==" + "node_modules/inquirer/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, - "node_modules/graphql-react": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/graphql-react/-/graphql-react-15.0.0.tgz", - "integrity": "sha512-isqUWv7nLioxHT09LlZN6RWCvWBVkJUN27RCvoQ8BpflnmxkB0u03/XFQK90+5Y78/G3mdqrcA1J9hGX2V1Xkg==", + "node_modules/inquirer/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "dependencies": { - "extract-files": "^11.0.0", - "isobject": "^4.0.0", - "react-waterfall-render": "^2.0.0" - }, "engines": { - "node": "^12.20 || >= 14.13" - }, - "funding": { - "url": "https://github.com/sponsors/jaydenseric" - }, - "peerDependencies": { - "react": "16.14 - 17", - "react-dom": "16.14 - 17" + "node": ">=8" } }, - "node_modules/graphql-scalars": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.18.0.tgz", - "integrity": "sha512-XrMwSim4xJ5n1UdT3YMJh9uT3oB/th5jR5bIMJvYxmgq/rGDkfXNtCRSL/+dLMHxGM0thYPfIZDua1+aQlKBMA==", + "node_modules/inquirer/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, "dependencies": { - "tslib": "~2.4.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=10" - }, - "peerDependencies": { - "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "node": ">=8" } }, - "node_modules/graphql-tag": { - "version": "2.12.6", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", - "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", + "node_modules/internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "dependencies": { - "tslib": "^2.1.0" + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" }, "engines": { - "node": ">=10" - }, - "peerDependencies": { - "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "node": ">= 0.4" } }, - "node_modules/graphql-type-json": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.3.2.tgz", - "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==", - "peerDependencies": { - "graphql": ">=0.8.0" + "node_modules/interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "engines": { + "node": ">= 0.10" } }, - "node_modules/graphql-upload": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-13.0.0.tgz", - "integrity": "sha512-YKhx8m/uOtKu4Y1UzBFJhbBGJTlk7k4CydlUUiNrtxnwZv0WigbRHP+DVhRNKt7u7DXOtcKZeYJlGtnMXvreXA==", + "node_modules/into-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", + "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", + "dev": true, "dependencies": { - "busboy": "^0.3.1", - "fs-capacitor": "^6.2.0", - "http-errors": "^1.8.1", - "object-path": "^0.11.8" + "from2": "^2.3.0", + "p-is-promise": "^3.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >= 16.0.0" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/jaydenseric" - }, - "peerDependencies": { - "graphql": "0.13.1 - 16" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/graphql-upload/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "node_modules/ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", + "dev": true + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "engines": { - "node": ">= 0.6" + "node": ">= 0.10" } }, - "node_modules/graphql-upload/node_modules/http-errors": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" + "kind-of": "^6.0.0" }, "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/graphql-upload/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "engines": { - "node": ">= 0.6" + "node_modules/is-alphabetical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", + "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/gtoken": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-6.1.1.tgz", - "integrity": "sha512-HPM4VzzPEGxjQ7T2xLrdSYBs+h1c0yHAUiN+8RHPDoiZbndlpg9Sx3SjWcrTt9+N3FHsSABEpjvdQVan5AAuZQ==", + "node_modules/is-alphanumerical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", + "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "dev": true, "dependencies": { - "gaxios": "^5.0.1", - "google-p12-pem": "^4.0.0", - "jws": "^4.0.0" + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0" }, - "engines": { - "node": ">=12.0.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/gtoken/node_modules/jwa": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", - "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, "dependencies": { - "buffer-equal-constant-time": "1.0.1", - "ecdsa-sig-formatter": "1.0.11", - "safe-buffer": "^5.0.1" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/gtoken/node_modules/jws": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", - "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", - "dependencies": { - "jwa": "^2.0.0", - "safe-buffer": "^5.0.1" - } + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true }, - "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "dev": true, "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" + "has-bigints": "^1.0.1" }, - "optionalDependencies": { - "uglify-js": "^3.1.4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/hard-rejection": { + "node_modules/is-binary-path": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dependencies": { - "function-bind": "^1.1.1" + "binary-extensions": "^2.0.0" }, "engines": { - "node": ">= 0.4.0" + "node": ">=8" } }, - "node_modules/has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dev": true, "dependencies": { - "ansi-regex": "^2.0.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-ansi/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "node_modules/is-buffer": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-glob/-/has-glob-1.0.0.tgz", - "integrity": "sha512-D+8A457fBShSEI3tFCj65PAbT++5sKiFtdCdOam0gnfBgw9D277OERk+HM9qYJXmdVLZ/znez10SqHN0BBQ50g==", - "dev": true, + "node_modules/is-core-module": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", + "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", "dependencies": { - "is-glob": "^3.0.0" + "has": "^1.0.3" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-glob/node_modules/is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, "dependencies": { - "is-extglob": "^2.1.0" + "kind-of": "^6.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "dependencies": { - "get-intrinsic": "^1.1.1" + "has-tostringtag": "^1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "engines": { "node": ">= 0.4" }, @@ -18844,584 +18717,444 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "node_modules/is-decimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", + "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", "dev": true, - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", - "dev": true - }, - "node_modules/has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/has-value/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "dev": true, + "bin": { + "is-docker": "cli.js" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "node_modules/is-dom": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-dom/-/is-dom-1.1.0.tgz", + "integrity": "sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==", "dev": true, "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" + "is-object": "^1.0.1", + "is-window": "^1.0.2" } }, - "node_modules/has-values/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/has-values/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "node_modules/is-expression": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", + "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "acorn": "^7.1.1", + "object-assign": "^4.1.1" + } + }, + "node_modules/is-expression/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" }, "engines": { - "node": ">=0.10.0" + "node": ">=0.4.0" } }, - "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/has-values/node_modules/kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "engines": { "node": ">=0.10.0" } }, - "node_modules/has-yarn": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", - "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", + "node_modules/is-finite": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", + "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", "dev": true, + "optional": true, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=0.10.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", - "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "node_modules/is-fullwidth-code-point": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", + "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", "dev": true, - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/hash-base/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, + "node_modules/is-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", + "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==", + "dev": true + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "is-extglob": "^2.1.1" }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/hash-base/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/hash-sum": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", - "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", - "dev": true - }, - "node_modules/hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "node_modules/is-hexadecimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", + "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", - "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", + "node_modules/is-installed-globally": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, "dependencies": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" + "global-dirs": "^3.0.0", + "is-path-inside": "^3.0.2" + }, + "engines": { + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", - "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", + "node_modules/is-installed-globally/node_modules/global-dirs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", + "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", "dev": true, "dependencies": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" + "ini": "2.0.0" + }, + "engines": { + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", + "node_modules/is-installed-globally/node_modules/ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=10" } }, - "node_modules/hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", - "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=", + "dev": true + }, + "node_modules/is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", "dev": true, - "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", - "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", "dev": true, - "dependencies": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" + "engines": { + "node": ">= 0.4" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/hastscript": { + "node_modules/is-npm": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz", + "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==", "dev": true, - "dependencies": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "bin": { - "he": "bin/he" + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" } }, - "node_modules/hexoid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", - "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "engines": { "node": ">=8" } }, - "node_modules/hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "node_modules/is-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", + "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", "dev": true, - "dependencies": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", - "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "node_modules/is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", "dev": true, - "dependencies": { - "parse-passwd": "^1.0.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/hook-std": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-2.0.0.tgz", - "integrity": "sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g==", + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, "engines": { "node": ">=8" } }, - "node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, - "peer": true, - "dependencies": { - "whatwg-encoding": "^1.0.5" - }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", - "dev": true + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true, + "optional": true, + "peer": true }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "node_modules/is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", "dev": true }, - "node_modules/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "dependencies": { - "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.10.0" - }, - "bin": { - "html-minifier-terser": "cli.js" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=12" - } - }, - "node_modules/html-to-text": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.2.1.tgz", - "integrity": "sha512-aN/3JvAk8qFsWVeE9InWAWueLXrbkoVZy0TkzaGhoRBC2gCFEeRLDDJN3/ijIGHohy6H+SZzUQWN/hcYtaPK8w==", - "dependencies": { - "@selderee/plugin-htmlparser2": "^0.6.0", - "deepmerge": "^4.2.2", - "he": "^1.2.0", - "htmlparser2": "^6.1.0", - "minimist": "^1.2.6", - "selderee": "^0.6.0" - }, - "bin": { - "html-to-text": "bin/cli.js" + "node": ">= 0.4" }, - "engines": { - "node": ">=10.23.2" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", + "node_modules/is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", "dev": true, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", "dev": true, "dependencies": { - "@types/html-minifier-terser": "^6.0.0", - "html-minifier-terser": "^6.0.2", - "lodash": "^4.17.21", - "pretty-error": "^4.0.0", - "tapable": "^2.0.0" - }, - "engines": { - "node": ">=10.13.0" + "call-bind": "^1.0.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/html-webpack-plugin" - }, - "peerDependencies": { - "webpack": "^5.20.0" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/html-webpack-plugin/node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "engines": { - "node": ">=6" - } - }, - "node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "node_modules/htmlparser2-svelte": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2-svelte/-/htmlparser2-svelte-4.1.0.tgz", - "integrity": "sha512-+4f4RBFz7Rj2Hp0ZbFbXC+Kzbd6S9PgjiuFtdT76VMNgKogrEZy0pG2UrPycPbrZzVEIM5lAT3lAdkSTCHLPjg==", - "dev": true, - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^3.0.0", - "domutils": "^2.0.0", - "entities": "^2.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/htmlparser2-svelte/node_modules/domhandler": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", - "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, "dependencies": { - "domelementtype": "^2.0.1" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">= 4" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "dev": true - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" + "node": ">= 0.4" }, - "engines": { - "node": ">=8.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/http-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "node_modules/is-text-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", + "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", + "dev": true, "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" + "text-extensions": "^1.0.0" }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "node_modules/is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, "dependencies": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "@types/express": "^4.17.13" + "node": ">= 0.4" }, - "peerDependenciesMeta": { - "@types/express": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/http2-wrapper": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.1.11.tgz", - "integrity": "sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==", - "dev": true, - "dependencies": { - "quick-lru": "^5.1.1", - "resolve-alpn": "^1.2.0" - }, - "engines": { - "node": ">=10.19.0" - } + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, - "node_modules/http2-wrapper/node_modules/quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true, "engines": { "node": ">=10" @@ -19430,2957 +19163,2577 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", + "node_modules/is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", "dev": true }, - "node_modules/https-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "node_modules/is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", "dev": true, - "engines": { - "node": ">=10.17.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", - "dev": true, - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=14" + "call-bind": "^1.0.2" }, "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", - "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "node_modules/is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", "dev": true, "dependencies": { - "postcss": "^7.0.14" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" }, - "engines": { - "node": ">= 6" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/ieee754": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", - "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" - }, - "node_modules/iferr": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", - "dev": true - }, - "node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "engines": { - "node": ">= 4" + "node_modules/is-whitespace-character": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", + "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", + "node_modules/is-window": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz", + "integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0=", "dev": true }, - "node_modules/ignore-walk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-5.0.1.tgz", - "integrity": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==", + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", "dev": true, - "dependencies": { - "minimatch": "^5.0.1" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=0.10.0" } }, - "node_modules/ignore-walk/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/is-word-character": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", + "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/ignore-walk/node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "is-docker": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/immediate": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "node_modules/is-yarn-global": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.0.tgz", + "integrity": "sha512-HneQBCrXGBy15QnaDfcn6OLoU8AQPAa0Qn0IeJR/QCo4E8dNZaGGwxpCwWyEBQC5QvFonP8d6t60iGpAHVAfNA==", "dev": true, - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=12" } }, - "node_modules/import-fresh/node_modules/resolve-from": { + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/isobject": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", + "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", "dev": true, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/import-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", - "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", + "node_modules/isomorphic-unfetch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", + "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", "dev": true, - "engines": { - "node": ">=12.2" + "dependencies": { + "node-fetch": "^2.6.1", + "unfetch": "^4.2.0" + } + }, + "node_modules/issue-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-6.0.0.tgz", + "integrity": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==", + "dev": true, + "dependencies": { + "lodash.capitalize": "^4.2.1", + "lodash.escaperegexp": "^4.1.2", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.uniqby": "^4.7.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=10.13" } }, - "node_modules/import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", + "node_modules/istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", "dev": true, "engines": { "node": ">=8" } }, - "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "node_modules/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", "dev": true, "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/import-local/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "has-flag": "^4.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/import-local/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/istanbul-reports": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", + "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", "dev": true, "dependencies": { - "p-locate": "^4.1.0" + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/import-local/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/iterall": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", + "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" + }, + "node_modules/iterate-iterator": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.2.tgz", + "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==", "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/import-local/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/iterate-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", + "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", "dev": true, "dependencies": { - "p-limit": "^2.2.0" + "es-get-iterator": "^1.0.2", + "iterate-iterator": "^1.0.1" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/import-local/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "node_modules/java-properties": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", + "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">= 0.6.0" } }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "engines": { - "node": ">=0.8.19" - } + "node_modules/jju": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", + "integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=", + "dev": true }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true, + "node_modules/jmespath": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", + "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==", "engines": { - "node": ">=8" + "node": ">= 0.6.0" } }, - "node_modules/infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true - }, - "node_modules/inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", + "node_modules/js-base64": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", + "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", "dev": true }, - "node_modules/inquirer": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", - "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", + "node_modules/js-string-escape": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", + "integrity": "sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==", "dev": true, - "dependencies": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.1", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.21", - "mute-stream": "0.0.8", - "ora": "^5.4.1", - "run-async": "^2.4.0", - "rxjs": "^7.5.5", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6", - "wrap-ansi": "^7.0.0" - }, "engines": { - "node": ">=12.0.0" + "node": ">= 0.8" } }, - "node_modules/inquirer/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "node_modules/js-stringify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz", + "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds=", "dev": true }, - "node_modules/inquirer/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true }, - "node_modules/inquirer/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/jscodeshift": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.13.1.tgz", + "integrity": "sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "@babel/core": "^7.13.16", + "@babel/parser": "^7.13.16", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", + "@babel/plugin-proposal-optional-chaining": "^7.13.12", + "@babel/plugin-transform-modules-commonjs": "^7.13.8", + "@babel/preset-flow": "^7.13.13", + "@babel/preset-typescript": "^7.13.0", + "@babel/register": "^7.13.16", + "babel-core": "^7.0.0-bridge.0", + "chalk": "^4.1.2", + "flow-parser": "0.*", + "graceful-fs": "^4.2.4", + "micromatch": "^3.1.10", + "neo-async": "^2.5.0", + "node-dir": "^0.1.17", + "recast": "^0.20.4", + "temp": "^0.8.4", + "write-file-atomic": "^2.3.0" }, - "engines": { - "node": ">=8" + "bin": { + "jscodeshift": "bin/jscodeshift.js" + }, + "peerDependencies": { + "@babel/preset-env": "^7.1.6" } }, - "node_modules/internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "node_modules/jscodeshift/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "dependencies": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "engines": { - "node": ">= 0.4" - } - }, - "node_modules/interpret": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", - "engines": { - "node": ">= 0.10" + "node": ">=0.10.0" } }, - "node_modules/into-stream": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", - "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", + "node_modules/jscodeshift/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "dependencies": { - "from2": "^2.3.0", - "p-is-promise": "^3.0.0" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", + "node_modules/jscodeshift/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "node_modules/jscodeshift/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "dependencies": { - "kind-of": "^6.0.0" + "is-plain-object": "^2.0.4" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "dev": true, - "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "node_modules/jscodeshift/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "kind-of": "^3.0.2" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dev": true, - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.10.0" } }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "node_modules/jscodeshift/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "binary-extensions": "^2.0.0" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "node_modules/jscodeshift/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" + "isobject": "^3.0.1" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "node_modules/jscodeshift/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.10.0" } }, - "node_modules/is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "node_modules/jscodeshift/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, "dependencies": { - "ci-info": "^2.0.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, - "node_modules/is-ci/node_modules/ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - }, - "node_modules/is-core-module": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", - "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", - "dependencies": { - "has": "^1.0.3" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "node_modules/jscodeshift/node_modules/micromatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "dependencies": { - "kind-of": "^6.0.0" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "node_modules/jscodeshift/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "dependencies": { - "has-tostringtag": "^1.0.0" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.10.0" } }, - "node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "node_modules/jscodeshift/node_modules/write-file-atomic": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", + "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" } }, - "node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "node_modules/jsdom": { + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "abab": "^2.0.5", + "acorn": "^8.2.4", + "acorn-globals": "^6.0.0", + "cssom": "^0.4.4", + "cssstyle": "^2.3.0", + "data-urls": "^2.0.0", + "decimal.js": "^10.2.1", + "domexception": "^2.0.1", + "escodegen": "^2.0.0", + "form-data": "^3.0.0", + "html-encoding-sniffer": "^2.0.1", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.0.0", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^2.0.0", + "webidl-conversions": "^6.1.0", + "whatwg-encoding": "^1.0.5", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.5.0", + "ws": "^7.4.6", + "xml-name-validator": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } } }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "node_modules/jsdom/node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", "dev": true, - "bin": { - "is-docker": "cli.js" - }, + "optional": true, + "peer": true, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 6" } }, - "node_modules/is-dom": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-dom/-/is-dom-1.1.0.tgz", - "integrity": "sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==", + "node_modules/jsdom/node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/is-expression": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", - "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", + "node_modules/jsdom/node_modules/ws": { + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "dev": true, - "dependencies": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" + "optional": true, + "peer": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, - "node_modules/is-expression/node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, "bin": { - "acorn": "bin/acorn" + "jsesc": "bin/jsesc" }, "engines": { - "node": ">=0.4.0" + "node": ">=4" } }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node_modules/json-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "dependencies": { + "bignumber.js": "^9.0.0" } }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "engines": { - "node": ">=0.10.0" - } + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true }, - "node_modules/is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", - "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true }, - "node_modules/is-fullwidth-code-point": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", - "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json-parse-helpfulerror": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/json-parse-helpfulerror/-/json-parse-helpfulerror-1.0.3.tgz", + "integrity": "sha1-E/FM4C7tTpgSl7ZOueO5MuLdE9w=", "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "dependencies": { + "jju": "^1.1.0" } }, - "node_modules/is-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", - "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==", + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "dev": true, - "engines": { - "node": ">=6" - } + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "node_modules/json2csv": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/json2csv/-/json2csv-5.0.7.tgz", + "integrity": "sha512-YRZbUnyaJZLZUJSRi2G/MqahCyRv9n/ds+4oIetjDF3jWQA7AG7iSeKTiZiCNqtMZM7HDyt0e/W6lEnoGEmMGA==", + "dev": true, "dependencies": { - "is-extglob": "^2.1.1" + "commander": "^6.1.0", + "jsonparse": "^1.3.1", + "lodash.get": "^4.4.2" + }, + "bin": { + "json2csv": "bin/json2csv.js" }, "engines": { - "node": ">=0.10.0" + "node": ">= 10", + "npm": ">= 6.13.0" } }, - "node_modules/is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", + "node_modules/json2csv/node_modules/commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "engines": { + "node": ">= 6" } }, - "node_modules/is-installed-globally": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true, - "dependencies": { - "global-dirs": "^3.0.0", - "is-path-inside": "^3.0.2" + "bin": { + "json5": "lib/cli.js" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/is-installed-globally/node_modules/global-dirs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", - "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", - "dev": true, + "node_modules/jsondiffpatch": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/jsondiffpatch/-/jsondiffpatch-0.4.1.tgz", + "integrity": "sha512-t0etAxTUk1w5MYdNOkZBZ8rvYYN5iL+2dHCCx/DpkFm/bW28M6y5nUS83D4XdZiHy35Fpaw6LBb+F88fHZnVCw==", "dependencies": { - "ini": "2.0.0" + "chalk": "^2.3.0", + "diff-match-patch": "^1.0.0" }, - "engines": { - "node": ">=10" + "bin": { + "jsondiffpatch": "bin/jsondiffpatch" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=8.17.0" } }, - "node_modules/is-installed-globally/node_modules/ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", - "dev": true, + "node_modules/jsondiffpatch/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "dev": true, + "node_modules/jsondiffpatch/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=", - "dev": true - }, - "node_modules/is-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node_modules/jsondiffpatch/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" } }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "dev": true, + "node_modules/jsondiffpatch/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/jsondiffpatch/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.8.0" } }, - "node_modules/is-npm": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz", - "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==", - "dev": true, + "node_modules/jsondiffpatch/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4" } }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "node_modules/jsondiffpatch/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, "engines": { - "node": ">=0.12.0" + "node": ">=4" } }, - "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" + "universalify": "^2.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "optionalDependencies": { + "graceful-fs": "^4.1.6" } }, - "node_modules/is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "engines": { - "node": ">=8" - } + "node_modules/jsonlines": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsonlines/-/jsonlines-0.1.1.tgz", + "integrity": "sha1-T80kbcXQ44aRkHxEqwAveC0dlMw=", + "dev": true }, - "node_modules/is-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", - "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", + "node_modules/jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "engines": [ + "node >= 0.2.0" + ] }, - "node_modules/is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "node_modules/JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dev": true, + "dependencies": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + }, + "bin": { + "JSONStream": "bin.js" + }, "engines": { - "node": ">=6" + "node": "*" } }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true, + "node_modules/jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==", + "dependencies": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^5.6.0" + }, "engines": { - "node": ">=8" + "node": ">=4", + "npm": ">=1.4.28" } }, - "node_modules/is-plain-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node_modules/jsonwebtoken/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "bin": { + "semver": "bin/semver" } }, - "node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "node_modules/jstransformer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz", + "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "is-promise": "^2.0.0", + "promise": "^7.0.1" } }, - "node_modules/is-potential-custom-element-name": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", - "dev": true - }, - "node_modules/is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", - "dev": true - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dev": true, + "node_modules/jszip": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "lie": "~3.3.0", + "pako": "~1.0.2", + "readable-stream": "~2.3.6", + "setimmediate": "^1.0.5" } }, - "node_modules/is-set": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "node_modules/junk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", + "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=8" } }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, + "node_modules/jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" } }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "dependencies": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" } }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "node_modules/keyv": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.4.1.tgz", + "integrity": "sha512-PzByhNxfBLnSBW2MZi1DF+W5+qB/7BMpOokewqIvqS8GFtP7xHm2oeGU72Y1fhtfOv/FiEnI4+nyViYDmUChnw==", "dev": true, "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "compress-brotli": "^1.3.8", + "json-buffer": "3.0.1" } }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, - "dependencies": { - "has-symbols": "^1.0.2" - }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.10.0" } }, - "node_modules/is-text-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", "dev": true, - "dependencies": { - "text-extensions": "^1.0.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "node_modules/klona": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 8" } }, - "node_modules/is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "node_modules/knex": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/knex/-/knex-2.3.0.tgz", + "integrity": "sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw==", + "dependencies": { + "colorette": "2.0.19", + "commander": "^9.1.0", + "debug": "4.3.4", + "escalade": "^3.1.1", + "esm": "^3.2.25", + "get-package-type": "^0.1.0", + "getopts": "2.3.0", + "interpret": "^2.2.0", + "lodash": "^4.17.21", + "pg-connection-string": "2.5.0", + "rechoir": "^0.8.0", + "resolve-from": "^5.0.0", + "tarn": "^3.0.2", + "tildify": "2.0.0" + }, + "bin": { + "knex": "bin/cli.js" + }, + "engines": { + "node": ">=12" + }, + "peerDependenciesMeta": { + "better-sqlite3": { + "optional": true + }, + "mysql": { + "optional": true + }, + "mysql2": { + "optional": true + }, + "pg": { + "optional": true + }, + "pg-native": { + "optional": true + }, + "sqlite3": { + "optional": true + }, + "tedious": { + "optional": true + } + } + }, + "node_modules/knex/node_modules/commander": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", + "engines": { + "node": "^12.20.0 || >=14" + } + }, + "node_modules/latest-version": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-7.0.0.tgz", + "integrity": "sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2" + "package-json": "^8.1.0" + }, + "engines": { + "node": ">=14.16" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-whitespace": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", - "integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=", + "node_modules/lazy-universal-dotenv": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz", + "integrity": "sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==", "dev": true, + "dependencies": { + "@babel/runtime": "^7.5.0", + "app-root-dir": "^1.0.2", + "core-js": "^3.0.4", + "dotenv": "^8.0.0", + "dotenv-expand": "^5.1.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=6.0.0", + "npm": ">=6.0.0", + "yarn": ">=1.0.0" } }, - "node_modules/is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", + "node_modules/lazy-universal-dotenv/node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "engines": { + "node": ">=10" } }, - "node_modules/is-window": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz", - "integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0=", + "node_modules/leaflet": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.8.0.tgz", + "integrity": "sha512-gwhMjFCQiYs3x/Sf+d49f10ERXaEFCPr+nVTryhAW8DWbMGqJqt9G4XuIaHmFW08zYvhgdzqXGr8AlW8v8dQkA==", "dev": true }, - "node_modules/is-windows": { + "node_modules/leaflet-fullscreen": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "resolved": "https://registry.npmjs.org/leaflet-fullscreen/-/leaflet-fullscreen-1.0.2.tgz", + "integrity": "sha1-CcYcS6xF9jsu4Sav2H5c2XZQ/Bs=", + "dev": true }, - "node_modules/is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", + "node_modules/leaflet-gesture-handling": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/leaflet-gesture-handling/-/leaflet-gesture-handling-1.2.2.tgz", + "integrity": "sha512-Blf5V4PoNphWkzL7Y1qge+Spkd4OCQ2atjwUNhMhLIcjKzPcBH++x/lwOinaR9jSqLWqJ6oKYO8d0XdTffy4hQ==", + "dev": true + }, + "node_modules/leaflet.markercluster": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.5.3.tgz", + "integrity": "sha512-vPTw/Bndq7eQHjLBVlWpnGeLa3t+3zGiuM7fJwCkiMFq+nmRuG3RI3f7f4N4TDX7T4NpbAXpR2+NTRSEGfCSeA==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "peerDependencies": { + "leaflet": "^1.3.1" } }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "dependencies": { - "is-docker": "^2.0.0" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" }, "engines": { - "node": ">=8" + "node": ">= 0.8.0" } }, - "node_modules/is-yarn-global": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.0.tgz", - "integrity": "sha512-HneQBCrXGBy15QnaDfcn6OLoU8AQPAa0Qn0IeJR/QCo4E8dNZaGGwxpCwWyEBQC5QvFonP8d6t60iGpAHVAfNA==", - "dev": true, - "engines": { - "node": ">=12" + "node_modules/lie": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", + "dependencies": { + "immediate": "~3.0.5" } }, - "node_modules/isarray": { + "node_modules/lilconfig": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "node_modules/isobject": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", - "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", + "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/isomorphic-unfetch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", - "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", - "dev": true, - "dependencies": { - "node-fetch": "^2.6.1", - "unfetch": "^4.2.0" - } + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true }, - "node_modules/issue-parser": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-6.0.0.tgz", - "integrity": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==", + "node_modules/lint-staged": { + "version": "13.0.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz", + "integrity": "sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==", "dev": true, "dependencies": { - "lodash.capitalize": "^4.2.1", - "lodash.escaperegexp": "^4.1.2", - "lodash.isplainobject": "^4.0.6", - "lodash.isstring": "^4.0.1", - "lodash.uniqby": "^4.7.0" + "cli-truncate": "^3.1.0", + "colorette": "^2.0.17", + "commander": "^9.3.0", + "debug": "^4.3.4", + "execa": "^6.1.0", + "lilconfig": "2.0.5", + "listr2": "^4.0.5", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "object-inspect": "^1.12.2", + "pidtree": "^0.6.0", + "string-argv": "^0.3.1", + "yaml": "^2.1.1" + }, + "bin": { + "lint-staged": "bin/lint-staged.js" }, "engines": { - "node": ">=10.13" + "node": "^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/lint-staged" } }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "node_modules/lint-staged/node_modules/commander": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", "dev": true, "engines": { - "node": ">=8" + "node": "^12.20.0 || >=14" } }, - "node_modules/istanbul-lib-instrument": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz", - "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==", + "node_modules/lint-staged/node_modules/execa": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz", + "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==", "dev": true, "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.1", + "human-signals": "^3.0.1", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^3.0.7", + "strip-final-newline": "^3.0.0" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "node_modules/lint-staged/node_modules/human-signals": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz", + "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": ">=12.20.0" } }, - "node_modules/istanbul-lib-report": { + "node_modules/lint-staged/node_modules/is-stream": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", "dev": true, - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/lint-staged/node_modules/mimic-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "node_modules/lint-staged/node_modules/npm-run-path": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", + "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", "dev": true, "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" + "path-key": "^4.0.0" }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "node_modules/lint-staged/node_modules/onetime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", "dev": true, "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" + "mimic-fn": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" - }, - "node_modules/iterate-iterator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.2.tgz", - "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==", + "node_modules/lint-staged/node_modules/path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, + "engines": { + "node": ">=12" + }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/iterate-value": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", - "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", + "node_modules/lint-staged/node_modules/strip-final-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", "dev": true, - "dependencies": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" + "engines": { + "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/java-properties": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", - "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", + "node_modules/lint-staged/node_modules/yaml": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz", + "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==", "dev": true, "engines": { - "node": ">= 0.6.0" + "node": ">= 14" } }, - "node_modules/jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "node_modules/listr2": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-4.0.5.tgz", + "integrity": "sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==", "dev": true, - "peer": true, "dependencies": { - "@jest/core": "^27.5.1", - "import-local": "^3.0.2", - "jest-cli": "^27.5.1" - }, - "bin": { - "jest": "bin/jest.js" + "cli-truncate": "^2.1.0", + "colorette": "^2.0.16", + "log-update": "^4.0.0", + "p-map": "^4.0.0", + "rfdc": "^1.3.0", + "rxjs": "^7.5.5", + "through": "^2.3.8", + "wrap-ansi": "^7.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=12" }, "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "enquirer": ">= 2.3.0 < 3" }, "peerDependenciesMeta": { - "node-notifier": { + "enquirer": { "optional": true } } }, - "node_modules/jest-changed-files": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", - "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "node_modules/listr2/node_modules/cli-truncate": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", + "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "execa": "^5.0.0", - "throat": "^6.0.1" + "slice-ansi": "^3.0.0", + "string-width": "^4.2.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-circus": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", - "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "node_modules/listr2/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/listr2/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "peer": true, - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3", - "throat": "^6.0.1" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, - "node_modules/jest-circus/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/listr2/node_modules/slice-ansi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", + "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", "dev": true, - "peer": true, - "engines": { - "node": ">=10" + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "engines": { + "node": ">=8" } }, - "node_modules/jest-circus/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/listr2/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, - "peer": true, "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, - "node_modules/jest-cli": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", - "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "node_modules/load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, - "peer": true, "dependencies": { - "@jest/core": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "prompts": "^2.0.1", - "yargs": "^16.2.0" - }, - "bin": { - "jest": "bin/jest.js" + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "node": ">=4" } }, - "node_modules/jest-config": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", - "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "node_modules/load-json-file/node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "dev": true, - "peer": true, "dependencies": { - "@babel/core": "^7.8.0", - "@jest/test-sequencer": "^27.5.1", - "@jest/types": "^27.5.1", - "babel-jest": "^27.5.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.9", - "jest-circus": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-jasmine2": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "ts-node": { - "optional": true - } + "node": ">=4" } }, - "node_modules/jest-config/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true, + "node_modules/load-json-file/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=4" } }, - "node_modules/jest-config/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", + "node_modules/load-json-file/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", "dev": true, - "peer": true, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=4" } }, - "node_modules/jest-config/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", "dev": true, - "peer": true, - "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=4.3.0 <5.0.0 || >=5.10" } }, - "node_modules/jest-diff": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", - "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", "dev": true, "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8.9.0" } }, - "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/local-pkg": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.2.tgz", + "integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==", "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/antfu" } }, - "node_modules/jest-diff/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "p-locate": "^5.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-docblock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", - "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash._baseiteratee": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash._baseiteratee/-/lodash._baseiteratee-4.7.0.tgz", + "integrity": "sha1-NKm1VDVycnw9sueO2uPA6eZr0QI=", "dev": true, - "peer": true, "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "lodash._stringtopath": "~4.8.0" } }, - "node_modules/jest-each": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", - "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "node_modules/lodash._basetostring": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-4.12.0.tgz", + "integrity": "sha1-kyfJ3FFYhmt/pLnUL0Y45XZt2d8=", + "dev": true + }, + "node_modules/lodash._baseuniq": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz", + "integrity": "sha1-DrtE5FaBSveQXGIS+iybLVG4Qeg=", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "lodash._createset": "~4.0.0", + "lodash._root": "~3.0.0" } }, - "node_modules/jest-each/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/lodash._createset": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/lodash._createset/-/lodash._createset-4.0.3.tgz", + "integrity": "sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=", + "dev": true + }, + "node_modules/lodash._root": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", + "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=", + "dev": true + }, + "node_modules/lodash._stringtopath": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/lodash._stringtopath/-/lodash._stringtopath-4.8.0.tgz", + "integrity": "sha1-lBvPDmQmbl/B1m/tCmlZVExXaCQ=", "dev": true, - "peer": true, + "dependencies": { + "lodash._basetostring": "~4.12.0" + } + }, + "node_modules/lodash.capitalize": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", + "integrity": "sha1-+CbJtOKoUR2E46yinbBeGk87cqk=", + "dev": true + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", + "dev": true + }, + "node_modules/lodash.deburr": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-4.1.0.tgz", + "integrity": "sha1-3bG7s+8HRYwBd7oH3hRCLLAz/5s=" + }, + "node_modules/lodash.escaperegexp": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", + "integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=", + "dev": true + }, + "node_modules/lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "dev": true + }, + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=" + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=" + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=" + }, + "node_modules/lodash.ismatch": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", + "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", + "dev": true + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" + }, + "node_modules/lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=" + }, + "node_modules/lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", + "dev": true + }, + "node_modules/lodash.throttle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=", + "dev": true + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "dev": true + }, + "node_modules/lodash.uniqby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", + "integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=", + "dev": true + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-each/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/log-update": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", + "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", "dev": true, - "peer": true, "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "ansi-escapes": "^4.3.0", + "cli-cursor": "^3.1.0", + "slice-ansi": "^4.0.0", + "wrap-ansi": "^6.2.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-environment-jsdom": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", - "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", + "node_modules/log-update/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "peer": true, - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1", - "jsdom": "^16.6.0" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, - "node_modules/jest-environment-node": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", - "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "node_modules/log-update/node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, - "peer": true, "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/jest-fetch-mock": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/jest-fetch-mock/-/jest-fetch-mock-3.0.3.tgz", - "integrity": "sha512-Ux1nWprtLrdrH4XwE7O7InRY6psIi3GOsqNESJgMJ+M5cv4A8Lh7SN9d2V2kKRZ8ebAfcd1LNyZguAOb6JiDqw==", + "node_modules/log-update/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "cross-fetch": "^3.0.4", - "promise-polyfill": "^8.1.3" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" } }, - "node_modules/jest-get-type": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", - "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, - "node_modules/jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz", - "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==", + "node_modules/loglevel": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz", + "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==", "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, "engines": { - "node": ">= 10.14.2" + "node": ">= 0.6.0" }, - "optionalDependencies": { - "fsevents": "^2.1.2" + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/loglevel" } }, - "node_modules/jest-haste-map/node_modules/@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", + "node_modules/loglevel-colored-level-prefix": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz", + "integrity": "sha1-akAhj9x64V/HbD0PPmdsRlOIYD4=", "dev": true, "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": ">= 10.14.2" + "chalk": "^1.1.3", + "loglevel": "^1.4.1" } }, - "node_modules/jest-haste-map/node_modules/@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", + "node_modules/loglevel-colored-level-prefix/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", "dev": true, - "dependencies": { - "@types/yargs-parser": "*" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/jest-haste-map/node_modules/jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", + "node_modules/loglevel-colored-level-prefix/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, "engines": { - "node": ">= 10.14.2" + "node": ">=0.10.0" } }, - "node_modules/jest-haste-map/node_modules/jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "node_modules/loglevel-colored-level-prefix/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" }, "engines": { - "node": ">= 10.13.0" + "node": ">=0.10.0" } }, - "node_modules/jest-haste-map/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/loglevel-colored-level-prefix/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">=0.8.0" } }, - "node_modules/jest-jasmine2": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", - "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "node_modules/loglevel-colored-level-prefix/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, - "peer": true, "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "throat": "^6.0.1" + "ansi-regex": "^2.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-jasmine2/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/loglevel-colored-level-prefix/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true, - "peer": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=0.8.0" } }, - "node_modules/jest-jasmine2/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/longest": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz", + "integrity": "sha1-eB4YMpaqlPbU2RbcM10NF676I/g=", "dev": true, - "peer": true, - "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-leak-detector": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", - "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dev": true, - "peer": true, "dependencies": { - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "js-tokens": "^3.0.0 || ^4.0.0" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "bin": { + "loose-envify": "cli.js" } }, - "node_modules/jest-leak-detector/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==", "dev": true, - "peer": true, - "engines": { - "node": ">=10" + "optional": true, + "dependencies": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/jest-leak-detector/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/loupe": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz", + "integrity": "sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==", "dev": true, - "peer": true, "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "get-func-name": "^2.0.0" } }, - "node_modules/jest-matcher-utils": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", - "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "dev": true, "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "tslib": "^2.0.3" } }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/lowercase-keys": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz", + "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==", "dev": true, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-matcher-utils/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, + "node_modules/lru_map": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz", + "integrity": "sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0=" + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "yallist": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" } }, - "node_modules/jest-message-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", - "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "node_modules/lz-string": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz", + "integrity": "sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==", "dev": true, - "peer": true, - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.5.1", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "bin": { + "lz-string": "bin/bin.js" } }, - "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", "dev": true, - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "dependencies": { + "sourcemap-codec": "^1.4.8" } }, - "node_modules/jest-message-util/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "peer": true, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "semver": "^6.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-mock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", - "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + }, + "node_modules/make-fetch-happen": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.2.tgz", + "integrity": "sha512-GWMGiZsKVeJACQGJ1P3Z+iNec7pLsU6YW1q11eaPn3RR8nRXHppFWfP7Eu0//55JK3hSjrAQRl8sDa5uXpq1Ew==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" + "agentkeepalive": "^4.2.1", + "cacache": "^16.0.2", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^2.0.3", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^6.1.1", + "ssri": "^9.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", + "node_modules/make-fetch-happen/node_modules/lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", "dev": true, "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" - }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } + "node": ">=12" } }, - "node_modules/jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz", - "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==", + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", "dev": true, "engines": { - "node": ">= 10.14.2" + "node": ">=0.10.0" } }, - "node_modules/jest-resolve": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", - "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", + "node_modules/map-obj": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", + "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, - "peer": true, - "dependencies": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-resolve-dependencies": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", - "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "node_modules/map-or-similar": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/map-or-similar/-/map-or-similar-1.5.0.tgz", + "integrity": "sha1-beJlMXSt+12e3DPGnT6Sobdvrwg=", + "dev": true + }, + "node_modules/map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-snapshot": "^27.5.1" + "object-visit": "^1.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-resolve-dependencies/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", + "node_modules/markdown-escapes": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", + "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", "dev": true, - "peer": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/jest-resolve/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "node_modules/marked": { + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.15.tgz", + "integrity": "sha512-esX5lPdTfG4p8LDkv+obbRCyOKzB+820ZZyMOXJZygZBHrH9b3xXR64X4kT3sPe9Nx8qQXbmcz6kFSMt4Nfk6Q==", "dev": true, - "peer": true, - "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "bin": { + "marked": "bin/marked.js" }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/jest-resolve/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 12" } }, - "node_modules/jest-resolve/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "node_modules/marked-terminal": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.1.1.tgz", + "integrity": "sha512-+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==", "dev": true, - "peer": true, "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" + "ansi-escapes": "^5.0.0", + "cardinal": "^2.1.1", + "chalk": "^5.0.0", + "cli-table3": "^0.6.1", + "node-emoji": "^1.11.0", + "supports-hyperlinks": "^2.2.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=14.13.1 || >=16.0.0" + }, + "peerDependencies": { + "marked": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" } }, - "node_modules/jest-runner": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", - "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "node_modules/marked-terminal/node_modules/ansi-escapes": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", + "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", "dev": true, - "peer": true, "dependencies": { - "@jest/console": "^27.5.1", - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.8.1", - "graceful-fs": "^4.2.9", - "jest-docblock": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-leak-detector": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "source-map-support": "^0.5.6", - "throat": "^6.0.1" + "type-fest": "^1.0.2" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-runner/node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "node_modules/marked-terminal/node_modules/chalk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", "dev": true, - "peer": true, - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-runner/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "node_modules/marked-terminal/node_modules/type-fest": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", "dev": true, - "peer": true, - "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-runner/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true, + "node_modules/matomo-tracker": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/matomo-tracker/-/matomo-tracker-2.2.4.tgz", + "integrity": "sha512-7fDy4wRhDQ1dnSxVqmnVqmmos9ACKag0fCBtBD3/Qeoqks7MFqXcO35nfS6S8xU/IXNf7534q/4Gx8fuWKYW6A==", "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=4.2.0" } }, - "node_modules/jest-runner/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "node_modules/md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dev": true, - "peer": true, "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, - "node_modules/jest-runtime": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", - "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "node_modules/mdast-squeeze-paragraphs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", + "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", "dev": true, - "peer": true, "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/globals": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" + "unist-util-remove": "^2.0.0" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/jest-runtime/node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "node_modules/mdast-util-definitions": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", + "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", "dev": true, - "peer": true, "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" + "unist-util-visit": "^2.0.0" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/jest-runtime/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "node_modules/mdast-util-to-hast": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz", + "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "mdast-util-definitions": "^4.0.0", + "mdurl": "^1.0.0", + "unist-builder": "^2.0.0", + "unist-util-generated": "^1.0.0", + "unist-util-position": "^3.0.0", + "unist-util-visit": "^2.0.0" }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/jest-runtime/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } + "node_modules/mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", + "dev": true }, - "node_modules/jest-runtime/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 0.6" } }, - "node_modules/jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz", - "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", + "node_modules/memfs": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.3.tgz", + "integrity": "sha512-eivjfi7Ahr6eQTn44nvTnR60e4a1Fs1Via2kCR5lHo/kyNoiMWaXCNJ/GpSd0ilXas2JSOl9B5FTIhflXu0hlg==", "dev": true, "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.4" + "fs-monkey": "1.0.3" }, "engines": { - "node": ">= 10.14.2" + "node": ">= 4.0.0" } }, - "node_modules/jest-serializer-vue": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jest-serializer-vue/-/jest-serializer-vue-2.0.2.tgz", - "integrity": "sha1-sjjvKGNX7GtIBCG9RxRQUJh9WbM=", + "node_modules/memoizerific": { + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/memoizerific/-/memoizerific-1.11.3.tgz", + "integrity": "sha1-fIekZGREwy11Q4VwkF8tvRsagFo=", "dev": true, "dependencies": { - "pretty": "2.0.0" + "map-or-similar": "^1.5.0" } }, - "node_modules/jest-snapshot": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", - "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "node_modules/memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==", "dev": true, - "peer": true, "dependencies": { - "@babel/core": "^7.7.2", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.0.0", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^27.5.1", - "semver": "^7.3.2" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" } }, - "node_modules/jest-snapshot/node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "node_modules/meow": { + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", + "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, - "peer": true, "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" + "@types/minimist": "^1.2.0", + "camelcase-keys": "^6.2.2", + "decamelize-keys": "^1.1.0", + "hard-rejection": "^2.1.0", + "minimist-options": "4.1.0", + "normalize-package-data": "^3.0.0", + "read-pkg-up": "^7.0.1", + "redent": "^3.0.0", + "trim-newlines": "^3.0.0", + "type-fest": "^0.18.0", + "yargs-parser": "^20.2.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-snapshot/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/meow/node_modules/type-fest": { + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", + "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, - "peer": true, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-snapshot/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, + "node_modules/merge": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz", + "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==", + "dev": true + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "node": ">= 8" } }, - "node_modules/jest-snapshot/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 0.6" } }, - "node_modules/jest-snapshot/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, + "node_modules/mgrs": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz", + "integrity": "sha1-+5FYjnjJACVnI5XLQLJffNatGCk=" + }, + "node_modules/microevent.ts": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz", + "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==", + "dev": true + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8.6" } }, - "node_modules/jest-snapshot/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, - "peer": true, "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "bn.js": "^4.0.0", + "brorand": "^1.0.1" }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "bin": { + "miller-rabin": "bin/miller-rabin" } }, - "node_modules/jest-specific-snapshot": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jest-specific-snapshot/-/jest-specific-snapshot-4.0.0.tgz", - "integrity": "sha512-YdW5P/MVwOizWR0MJwURxdrjdXvdG2MMpXKVGr7dZ2YrBmE6E6Ab74UL3DOYmGmzaCnNAW1CL02pY5MTHE3ulQ==", - "dev": true, - "dependencies": { - "jest-snapshot": "^26.3.0" + "node_modules/miller-rabin/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/mime": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", + "bin": { + "mime": "cli.js" }, - "peerDependencies": { - "jest": ">= 26.0.0" + "engines": { + "node": ">=10.0.0" } }, - "node_modules/jest-specific-snapshot/node_modules/@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dev": true, - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "engines": { - "node": ">= 10.14.2" + "node": ">= 0.6" } }, - "node_modules/jest-specific-snapshot/node_modules/@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", + "node_modules/mime-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/mime-match/-/mime-match-1.0.2.tgz", + "integrity": "sha1-P4fDHprxpf1IX7nbE0Qosju7e6g=", "dev": true, "dependencies": { - "@types/yargs-parser": "*" + "wildcard": "^1.1.0" } }, - "node_modules/jest-specific-snapshot/node_modules/diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", - "dev": true, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-specific-snapshot/node_modules/expect": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz", - "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==", - "dev": true, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dependencies": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" + "mime-db": "1.52.0" }, "engines": { - "node": ">= 10.14.2" + "node": ">= 0.6" } }, - "node_modules/jest-specific-snapshot/node_modules/jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, "engines": { - "node": ">= 10.14.2" + "node": ">=6" } }, - "node_modules/jest-specific-snapshot/node_modules/jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==", + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", "dev": true, "engines": { - "node": ">= 10.14.2" + "node": ">=4" } }, - "node_modules/jest-specific-snapshot/node_modules/jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz", - "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==", + "node_modules/min-document": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", + "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", "dev": true, "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" + "dom-walk": "^0.1.0" } }, - "node_modules/jest-specific-snapshot/node_modules/jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz", - "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==", + "node_modules/min-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, "engines": { - "node": ">= 10.14.2" + "node": ">=4" } }, - "node_modules/jest-specific-snapshot/node_modules/jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", - "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", + "dev": true + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">= 10.14.2" + "node": "*" } }, - "node_modules/jest-specific-snapshot/node_modules/jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz", - "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==", + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "node_modules/minimist-options": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", + "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, "dependencies": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" + "arrify": "^1.0.1", + "is-plain-obj": "^1.1.0", + "kind-of": "^6.0.3" }, "engines": { - "node": ">= 10.14.2" + "node": ">= 6" } }, - "node_modules/jest-specific-snapshot/node_modules/jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", + "node_modules/minimist-options/node_modules/arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, "engines": { - "node": ">= 10.14.2" + "node": ">=0.10.0" } }, - "node_modules/jest-transform-stub": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jest-transform-stub/-/jest-transform-stub-2.0.0.tgz", - "integrity": "sha512-lspHaCRx/mBbnm3h4uMMS3R5aZzMwyNpNIJLXj4cEsV0mIUtS4IjYJLSoyjRCtnxb6RIGJ4NL2quZzfIeNhbkg==", - "dev": true + "node_modules/minimist-options/node_modules/is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "node_modules/minipass": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.6.tgz", + "integrity": "sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "yallist": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, - "node_modules/jest-validate": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", - "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", + "node_modules/minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", "dev": true, - "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "leven": "^3.1.0", - "pretty-format": "^27.5.1" + "minipass": "^3.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 8" } }, - "node_modules/jest-validate/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/minipass-fetch": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.0.tgz", + "integrity": "sha512-H9U4UVBGXEyyWJnqYDCLp1PwD8XIkJ4akNHp1aGVI+2Ym7wQMlxDKi4IB4JbmyU+pl9pEs/cVrK6cOuvmbK4Sg==", "dev": true, - "peer": true, + "dependencies": { + "minipass": "^3.1.6", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "optionalDependencies": { + "encoding": "^0.1.13" } }, - "node_modules/jest-validate/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, - "peer": true, "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "minipass": "^3.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 8" } }, - "node_modules/jest-watcher": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", - "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "node_modules/minipass-json-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", + "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", "dev": true, - "peer": true, "dependencies": { - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^27.5.1", - "string-length": "^4.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "jsonparse": "^1.3.1", + "minipass": "^3.0.0" } }, - "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dev": true, - "peer": true, "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" + "minipass": "^3.0.0" }, "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jju": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", - "integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=", - "dev": true - }, - "node_modules/jmespath": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", - "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==", - "engines": { - "node": ">= 0.6.0" + "node": ">=8" } }, - "node_modules/js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", - "dev": true - }, - "node_modules/js-beautify": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.3.tgz", - "integrity": "sha512-f1ra8PHtOEu/70EBnmiUlV8nJePS58y9qKjl4JHfYWlFH6bo7ogZBz//FAZp7jDuXtYnGYKymZPlrg2I/9Zo4g==", + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, "dependencies": { - "config-chain": "^1.1.13", - "editorconfig": "^0.15.3", - "glob": "^7.1.3", - "nopt": "^5.0.0" - }, - "bin": { - "css-beautify": "js/bin/css-beautify.js", - "html-beautify": "js/bin/html-beautify.js", - "js-beautify": "js/bin/js-beautify.js" + "minipass": "^3.0.0" }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/js-string-escape": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", - "integrity": "sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==", + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", "dev": true, + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, "engines": { - "node": ">= 0.8" + "node": ">= 8" } }, - "node_modules/js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz", - "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds=", - "dev": true - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "node_modules/mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "dev": true, "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=4.0.0" } }, - "node_modules/jscodeshift": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.13.1.tgz", - "integrity": "sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==", + "node_modules/mississippi/node_modules/duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", "dev": true, "dependencies": { - "@babel/core": "^7.13.16", - "@babel/parser": "^7.13.16", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", - "@babel/plugin-proposal-optional-chaining": "^7.13.12", - "@babel/plugin-transform-modules-commonjs": "^7.13.8", - "@babel/preset-flow": "^7.13.13", - "@babel/preset-typescript": "^7.13.0", - "@babel/register": "^7.13.16", - "babel-core": "^7.0.0-bridge.0", - "chalk": "^4.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.2.4", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.20.4", - "temp": "^0.8.4", - "write-file-atomic": "^2.3.0" - }, - "bin": { - "jscodeshift": "bin/jscodeshift.js" - }, - "peerDependencies": { - "@babel/preset-env": "^7.1.6" + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" } }, - "node_modules/jscodeshift/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "node_modules/mississippi/node_modules/pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", "dev": true, "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" } }, - "node_modules/jscodeshift/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "node_modules/mississippi/node_modules/pumpify/node_modules/pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", "dev": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, - "node_modules/jscodeshift/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/jscodeshift/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/mississippi/node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" } }, - "node_modules/jscodeshift/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "node_modules/mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/jscodeshift/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/mixin-deep/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "is-plain-object": "^2.0.4" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/jscodeshift/node_modules/is-plain-object": { + "node_modules/mixin-deep/node_modules/is-plain-object": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", @@ -22392,7 +21745,7 @@ "node": ">=0.10.0" } }, - "node_modules/jscodeshift/node_modules/isobject": { + "node_modules/mixin-deep/node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", @@ -22401,2509 +21754,2494 @@ "node": ">=0.10.0" } }, - "node_modules/jscodeshift/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "bin": { + "mkdirp": "bin/cmd.js" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/jscodeshift/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "node_modules/modify-values": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", + "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/jscodeshift/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "node_modules/moo": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz", + "integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==" + }, + "node_modules/move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "dev": true, "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" } }, - "node_modules/jscodeshift/node_modules/write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", - "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", + "node_modules/move-concurrently/node_modules/aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "node_modules/move-concurrently/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/jsdom": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", - "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", + "node_modules/move-concurrently/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, - "peer": true, "dependencies": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" + "glob": "^7.1.3" }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } + "bin": { + "rimraf": "bin.js" } }, - "node_modules/jsdom/node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/muggle-string": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.1.0.tgz", + "integrity": "sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==", + "dev": true + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, + "node_modules/namespace-emitter": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/namespace-emitter/-/namespace-emitter-2.0.1.tgz", + "integrity": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==", + "dev": true + }, + "node_modules/nan": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", + "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", "dev": true, - "peer": true, + "optional": true + }, + "node_modules/nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, "engines": { - "node": ">= 6" + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/jsdom/node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "node_modules/nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "dev": true, - "peer": true, "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/jsdom/node_modules/ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", + "node_modules/nanomatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, - "peer": true, - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "engines": { + "node": ">=0.10.0" } }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "node_modules/nanomatch/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, - "bin": { - "jsesc": "bin/jsesc" + "dependencies": { + "is-plain-object": "^2.0.4" }, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/json-bigint": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", - "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "node_modules/nanomatch/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, "dependencies": { - "bignumber.js": "^9.0.0" + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/json-buffer": { + "node_modules/nanomatch/node_modules/isobject": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true - }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "node_modules/json-parse-helpfulerror": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/json-parse-helpfulerror/-/json-parse-helpfulerror-1.0.3.tgz", - "integrity": "sha1-E/FM4C7tTpgSl7ZOueO5MuLdE9w=", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, - "dependencies": { - "jju": "^1.1.0" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, - "node_modules/json2csv": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/json2csv/-/json2csv-5.0.7.tgz", - "integrity": "sha512-YRZbUnyaJZLZUJSRi2G/MqahCyRv9n/ds+4oIetjDF3jWQA7AG7iSeKTiZiCNqtMZM7HDyt0e/W6lEnoGEmMGA==", - "dev": true, + "node_modules/nearley": { + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz", + "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==", "dependencies": { - "commander": "^6.1.0", - "jsonparse": "^1.3.1", - "lodash.get": "^4.4.2" + "commander": "^2.19.0", + "moo": "^0.5.0", + "railroad-diagrams": "^1.0.0", + "randexp": "0.4.6" }, "bin": { - "json2csv": "bin/json2csv.js" + "nearley-railroad": "bin/nearley-railroad.js", + "nearley-test": "bin/nearley-test.js", + "nearley-unparse": "bin/nearley-unparse.js", + "nearleyc": "bin/nearleyc.js" }, - "engines": { - "node": ">= 10", - "npm": ">= 6.13.0" + "funding": { + "type": "individual", + "url": "https://nearley.js.org/#give-to-nearley" } }, - "node_modules/json2csv/node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true, + "node_modules/nearley/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", "engines": { - "node": ">= 6" + "node": ">= 0.6" } }, - "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/nerf-dart": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz", + "integrity": "sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=", + "dev": true + }, + "node_modules/nested-error-stacks": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz", + "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==", + "dev": true + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" } }, - "node_modules/jsondiffpatch": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/jsondiffpatch/-/jsondiffpatch-0.4.1.tgz", - "integrity": "sha512-t0etAxTUk1w5MYdNOkZBZ8rvYYN5iL+2dHCCx/DpkFm/bW28M6y5nUS83D4XdZiHy35Fpaw6LBb+F88fHZnVCw==", + "node_modules/node-dir": { + "version": "0.1.17", + "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", + "integrity": "sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=", + "dev": true, "dependencies": { - "chalk": "^2.3.0", - "diff-match-patch": "^1.0.0" - }, - "bin": { - "jsondiffpatch": "bin/jsondiffpatch" + "minimatch": "^3.0.2" }, "engines": { - "node": ">=8.17.0" + "node": ">= 0.10.5" } }, - "node_modules/jsondiffpatch/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/node-emoji": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz", + "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==", + "dev": true, "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" + "lodash": "^4.17.21" } }, - "node_modules/jsondiffpatch/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "whatwg-url": "^5.0.0" }, "engines": { - "node": ">=4" + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, - "node_modules/jsondiffpatch/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } + "node_modules/node-fetch/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" }, - "node_modules/jsondiffpatch/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "node_modules/node-fetch/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" }, - "node_modules/jsondiffpatch/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" + "node_modules/node-fetch/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" } }, - "node_modules/jsondiffpatch/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", "engines": { - "node": ">=4" + "node": ">= 6.13.0" } }, - "node_modules/jsondiffpatch/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/node-gyp": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.1.0.tgz", + "integrity": "sha512-HkmN0ZpQJU7FLbJauJTHkHlSVAXlNGDAzH/VYFZGDOnFyn/Na3GlNJfkudmufOdS6/jNFhy88ObzL7ERz9es1g==", + "dev": true, "dependencies": { - "has-flag": "^3.0.0" + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^10.0.3", + "nopt": "^5.0.0", + "npmlog": "^6.0.0", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.2", + "which": "^2.0.2" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" }, "engines": { - "node": ">=4" + "node": "^12.22 || ^14.13 || >=16" } }, - "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "node_modules/node-gyp/node_modules/are-we-there-yet": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", + "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", "dev": true, "dependencies": { - "universalify": "^2.0.0" + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/jsonlines": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsonlines/-/jsonlines-0.1.1.tgz", - "integrity": "sha1-T80kbcXQ44aRkHxEqwAveC0dlMw=", + "node_modules/node-gyp/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", - "dev": true, - "engines": [ - "node >= 0.2.0" - ] - }, - "node_modules/JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "node_modules/node-gyp/node_modules/gauge": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", + "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", "dev": true, "dependencies": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - }, - "bin": { - "JSONStream": "bin.js" + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" }, "engines": { - "node": "*" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/jsonwebtoken": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", - "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==", - "dependencies": { - "jws": "^3.2.2", - "lodash.includes": "^4.3.0", - "lodash.isboolean": "^3.0.3", - "lodash.isinteger": "^4.0.4", - "lodash.isnumber": "^3.0.3", - "lodash.isplainobject": "^4.0.6", - "lodash.isstring": "^4.0.1", - "lodash.once": "^4.0.0", - "ms": "^2.1.1", - "semver": "^5.6.0" - }, + "node_modules/node-gyp/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, "engines": { - "node": ">=4", - "npm": ">=1.4.28" - } - }, - "node_modules/jsonwebtoken/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" + "node": ">=8" } }, - "node_modules/jstransformer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz", - "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=", + "node_modules/node-gyp/node_modules/npmlog": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", + "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", "dev": true, "dependencies": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" - } - }, - "node_modules/jszip": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", - "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", - "dependencies": { - "lie": "~3.3.0", - "pako": "~1.0.2", - "readable-stream": "~2.3.6", - "setimmediate": "^1.0.5" + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/junk": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", - "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "node_modules/node-gyp/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/jwa": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", - "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", - "dependencies": { - "buffer-equal-constant-time": "1.0.1", - "ecdsa-sig-formatter": "1.0.11", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/jws": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", - "dependencies": { - "jwa": "^1.4.1", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/keyv": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.4.1.tgz", - "integrity": "sha512-PzByhNxfBLnSBW2MZi1DF+W5+qB/7BMpOokewqIvqS8GFtP7xHm2oeGU72Y1fhtfOv/FiEnI4+nyViYDmUChnw==", - "dev": true, - "dependencies": { - "compress-brotli": "^1.3.8", - "json-buffer": "3.0.1" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/klona": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/knex": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/knex/-/knex-2.2.0.tgz", - "integrity": "sha512-yhm1Qe9Ok0TeXBq3nNHqZYJPrQ4Iw2tq9k/HxjrZ/EWec2ifOjJlkNHr26v8cQrWtk5iG3iwfUazTIWy+VKG5g==", - "dependencies": { - "colorette": "2.0.19", - "commander": "^9.1.0", - "debug": "4.3.4", - "escalade": "^3.1.1", - "esm": "^3.2.25", - "get-package-type": "^0.1.0", - "getopts": "2.3.0", - "interpret": "^2.2.0", - "lodash": "^4.17.21", - "pg-connection-string": "2.5.0", - "rechoir": "^0.8.0", - "resolve-from": "^5.0.0", - "tarn": "^3.0.2", - "tildify": "2.0.0" - }, - "bin": { - "knex": "bin/cli.js" - }, - "engines": { - "node": ">=12" - }, - "peerDependenciesMeta": { - "better-sqlite3": { - "optional": true - }, - "mysql": { - "optional": true - }, - "mysql2": { - "optional": true - }, - "pg": { - "optional": true - }, - "pg-native": { - "optional": true - }, - "sqlite3": { - "optional": true - }, - "tedious": { - "optional": true - } - } - }, - "node_modules/knex/node_modules/commander": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", - "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", - "engines": { - "node": "^12.20.0 || >=14" - } - }, - "node_modules/latest-version": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-7.0.0.tgz", - "integrity": "sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==", + "node_modules/node-gyp/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "package-json": "^8.1.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/lazy-universal-dotenv": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz", - "integrity": "sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==", + "node_modules/node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", "dev": true, "dependencies": { - "@babel/runtime": "^7.5.0", - "app-root-dir": "^1.0.2", - "core-js": "^3.0.4", - "dotenv": "^8.0.0", - "dotenv-expand": "^5.1.0" - }, - "engines": { - "node": ">=6.0.0", - "npm": ">=6.0.0", - "yarn": ">=1.0.0" + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" } }, - "node_modules/lazy-universal-dotenv/node_modules/dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "node_modules/node-libs-browser/node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, "engines": { - "node": ">=10" + "node": ">=0.8.x" } }, - "node_modules/leaflet": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.8.0.tgz", - "integrity": "sha512-gwhMjFCQiYs3x/Sf+d49f10ERXaEFCPr+nVTryhAW8DWbMGqJqt9G4XuIaHmFW08zYvhgdzqXGr8AlW8v8dQkA==", - "dev": true - }, - "node_modules/leaflet-fullscreen": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/leaflet-fullscreen/-/leaflet-fullscreen-1.0.2.tgz", - "integrity": "sha1-CcYcS6xF9jsu4Sav2H5c2XZQ/Bs=", - "dev": true - }, - "node_modules/leaflet-gesture-handling": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/leaflet-gesture-handling/-/leaflet-gesture-handling-1.2.2.tgz", - "integrity": "sha512-Blf5V4PoNphWkzL7Y1qge+Spkd4OCQ2atjwUNhMhLIcjKzPcBH++x/lwOinaR9jSqLWqJ6oKYO8d0XdTffy4hQ==", + "node_modules/node-libs-browser/node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", "dev": true }, - "node_modules/leaflet.markercluster": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.5.3.tgz", - "integrity": "sha512-vPTw/Bndq7eQHjLBVlWpnGeLa3t+3zGiuM7fJwCkiMFq+nmRuG3RI3f7f4N4TDX7T4NpbAXpR2+NTRSEGfCSeA==", + "node_modules/node-libs-browser/node_modules/url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", "dev": true, - "peerDependencies": { - "leaflet": "^1.3.1" + "dependencies": { + "punycode": "1.3.2", + "querystring": "0.2.0" } }, - "node_modules/leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "dev": true, - "engines": { - "node": ">=6" - } + "node_modules/node-libs-browser/node_modules/url/node_modules/punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", + "dev": true }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, + "node_modules/node-mailjet": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/node-mailjet/-/node-mailjet-5.1.1.tgz", + "integrity": "sha512-/KN1gDn/NcHU6wOwzwbuBbqIpexdjuZLjgLhUWJSSQgGRdRjcL16FF3ldbJRzljtMPiu6IJUNmXFGt7Nu+gEOg==", "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" + "axios": "^0.27.2", + "json-bigint": "^1.0.0", + "url-join": "^4.0.0" }, "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lie": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", - "dependencies": { - "immediate": "~3.0.5" - } - }, - "node_modules/lilconfig": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", - "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", - "dev": true, - "engines": { - "node": ">=10" + "node": ">= 12.0.0", + "npm": ">= 6.9.0" } }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "node_modules/node-releases": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, - "node_modules/lint-staged": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz", - "integrity": "sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==", + "node_modules/nodemon": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.19.tgz", + "integrity": "sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==", "dev": true, + "hasInstallScript": true, "dependencies": { - "cli-truncate": "^3.1.0", - "colorette": "^2.0.17", - "commander": "^9.3.0", - "debug": "^4.3.4", - "execa": "^6.1.0", - "lilconfig": "2.0.5", - "listr2": "^4.0.5", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-inspect": "^1.12.2", - "pidtree": "^0.6.0", - "string-argv": "^0.3.1", - "yaml": "^2.1.1" + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.0.4", + "pstree.remy": "^1.1.8", + "semver": "^5.7.1", + "simple-update-notifier": "^1.0.7", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" }, "bin": { - "lint-staged": "bin/lint-staged.js" + "nodemon": "bin/nodemon.js" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=8.10.0" }, "funding": { - "url": "https://opencollective.com/lint-staged" - } - }, - "node_modules/lint-staged/node_modules/commander": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", - "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", - "dev": true, - "engines": { - "node": "^12.20.0 || >=14" + "type": "opencollective", + "url": "https://opencollective.com/nodemon" } }, - "node_modules/lint-staged/node_modules/execa": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz", - "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==", + "node_modules/nodemon/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.1", - "human-signals": "^3.0.1", - "is-stream": "^3.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^5.1.0", - "onetime": "^6.0.0", - "signal-exit": "^3.0.7", - "strip-final-newline": "^3.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/lint-staged/node_modules/human-signals": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz", - "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==", - "dev": true, - "engines": { - "node": ">=12.20.0" + "ms": "^2.1.1" } }, - "node_modules/lint-staged/node_modules/is-stream": { + "node_modules/nodemon/node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4" } }, - "node_modules/lint-staged/node_modules/mimic-fn": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "node_modules/nodemon/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "bin": { + "semver": "bin/semver" } }, - "node_modules/lint-staged/node_modules/npm-run-path": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", - "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "node_modules/nodemon/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { - "path-key": "^4.0.0" + "has-flag": "^3.0.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4" } }, - "node_modules/lint-staged/node_modules/onetime": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", "dev": true, "dependencies": { - "mimic-fn": "^4.0.0" + "abbrev": "1" }, - "engines": { - "node": ">=12" + "bin": { + "nopt": "bin/nopt.js" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lint-staged/node_modules/path-key": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", - "dev": true, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/lint-staged/node_modules/strip-final-newline": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "node_modules/normalize-package-data": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", + "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, - "engines": { - "node": ">=12" + "dependencies": { + "hosted-git-info": "^4.0.1", + "is-core-module": "^2.5.0", + "semver": "^7.3.4", + "validate-npm-package-license": "^3.0.1" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=10" } }, - "node_modules/lint-staged/node_modules/yaml": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz", - "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==", + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, "engines": { - "node": ">= 14" + "node": ">=0.10.0" } }, - "node_modules/listr2": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-4.0.5.tgz", - "integrity": "sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==", + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true, - "dependencies": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.16", - "log-update": "^4.0.0", - "p-map": "^4.0.0", - "rfdc": "^1.3.0", - "rxjs": "^7.5.5", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" - }, "engines": { - "node": ">=12" - }, - "peerDependencies": { - "enquirer": ">= 2.3.0 < 3" - }, - "peerDependenciesMeta": { - "enquirer": { - "optional": true - } + "node": ">=0.10.0" } }, - "node_modules/listr2/node_modules/cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "dev": true, - "dependencies": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" - }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/listr2/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/listr2/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/listr2/node_modules/slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/listr2/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/npm": { + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.9.0.tgz", + "integrity": "sha512-4mhU5nEv7ktvHmJnM2nmWP2Zk4cCsD26imX+dvZ76HOuFUnIpU6+i1MWuoMg8N/xWHQgB0d2/ybWEGgJR9M/pw==", + "bundleDependencies": [ + "@isaacs/string-locale-compare", + "@npmcli/arborist", + "@npmcli/ci-detect", + "@npmcli/config", + "@npmcli/fs", + "@npmcli/map-workspaces", + "@npmcli/package-json", + "@npmcli/run-script", + "abbrev", + "archy", + "cacache", + "chalk", + "chownr", + "cli-columns", + "cli-table3", + "columnify", + "fastest-levenshtein", + "glob", + "graceful-fs", + "hosted-git-info", + "ini", + "init-package-json", + "is-cidr", + "json-parse-even-better-errors", + "libnpmaccess", + "libnpmdiff", + "libnpmexec", + "libnpmfund", + "libnpmhook", + "libnpmorg", + "libnpmpack", + "libnpmpublish", + "libnpmsearch", + "libnpmteam", + "libnpmversion", + "make-fetch-happen", + "minipass", + "minipass-pipeline", + "mkdirp", + "mkdirp-infer-owner", + "ms", + "node-gyp", + "nopt", + "npm-audit-report", + "npm-install-checks", + "npm-package-arg", + "npm-pick-manifest", + "npm-profile", + "npm-registry-fetch", + "npm-user-validate", + "npmlog", + "opener", + "pacote", + "parse-conflict-json", + "proc-log", + "qrcode-terminal", + "read", + "read-package-json", + "read-package-json-fast", + "readdir-scoped-modules", + "rimraf", + "semver", + "ssri", + "tar", + "text-table", + "tiny-relative-date", + "treeverse", + "validate-npm-package-name", + "which", + "write-file-atomic" + ], "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "@isaacs/string-locale-compare": "^1.1.0", + "@npmcli/arborist": "^5.0.4", + "@npmcli/ci-detect": "^2.0.0", + "@npmcli/config": "^4.1.0", + "@npmcli/fs": "^2.1.0", + "@npmcli/map-workspaces": "^2.0.3", + "@npmcli/package-json": "^2.0.0", + "@npmcli/run-script": "^3.0.1", + "abbrev": "~1.1.1", + "archy": "~1.0.0", + "cacache": "^16.0.7", + "chalk": "^4.1.2", + "chownr": "^2.0.0", + "cli-columns": "^4.0.0", + "cli-table3": "^0.6.2", + "columnify": "^1.6.0", + "fastest-levenshtein": "^1.0.12", + "glob": "^8.0.1", + "graceful-fs": "^4.2.10", + "hosted-git-info": "^5.0.0", + "ini": "^3.0.0", + "init-package-json": "^3.0.2", + "is-cidr": "^4.0.2", + "json-parse-even-better-errors": "^2.3.1", + "libnpmaccess": "^6.0.2", + "libnpmdiff": "^4.0.2", + "libnpmexec": "^4.0.2", + "libnpmfund": "^3.0.1", + "libnpmhook": "^8.0.2", + "libnpmorg": "^4.0.2", + "libnpmpack": "^4.0.2", + "libnpmpublish": "^6.0.2", + "libnpmsearch": "^5.0.2", + "libnpmteam": "^4.0.2", + "libnpmversion": "^3.0.1", + "make-fetch-happen": "^10.1.2", + "minipass": "^3.1.6", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", + "mkdirp-infer-owner": "^2.0.0", + "ms": "^2.1.2", + "node-gyp": "^9.0.0", + "nopt": "^5.0.0", + "npm-audit-report": "^3.0.0", + "npm-install-checks": "^5.0.0", + "npm-package-arg": "^9.0.2", + "npm-pick-manifest": "^7.0.1", + "npm-profile": "^6.0.3", + "npm-registry-fetch": "^13.1.1", + "npm-user-validate": "^1.0.1", + "npmlog": "^6.0.2", + "opener": "^1.5.2", + "pacote": "^13.3.0", + "parse-conflict-json": "^2.0.2", + "proc-log": "^2.0.1", + "qrcode-terminal": "^0.12.0", + "read": "~1.0.7", + "read-package-json": "^5.0.1", + "read-package-json-fast": "^2.0.3", + "readdir-scoped-modules": "^1.1.0", + "rimraf": "^3.0.2", + "semver": "^7.3.7", + "ssri": "^9.0.0", + "tar": "^6.1.11", + "text-table": "~0.2.0", + "tiny-relative-date": "^1.3.0", + "treeverse": "^2.0.0", + "validate-npm-package-name": "^4.0.0", + "which": "^2.0.2", + "write-file-atomic": "^4.0.1" + }, + "bin": { + "npm": "bin/npm-cli.js", + "npx": "bin/npx-cli.js" }, "engines": { - "node": ">=8" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "node_modules/npm-bundled": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz", + "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "engines": { - "node": ">=4" + "npm-normalize-package-bin": "^1.0.1" } }, - "node_modules/load-json-file/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "node_modules/npm-check-updates": { + "version": "16.0.5", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.0.5.tgz", + "integrity": "sha512-0qK6NTmgbq8y39xm4y1tKW5ghEGtWWyiUzSPSQEaqb9elqOfZogV4GQVvBYw3xJlt6igJVXgBUyjNqtPv/j7Yw==", "dev": true, "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "chalk": "^5.0.1", + "cli-table": "^0.3.11", + "commander": "^9.4.0", + "fast-memoize": "^2.5.2", + "find-up": "5.0.0", + "fp-and-or": "^0.1.3", + "get-stdin": "^8.0.0", + "globby": "^11.0.4", + "hosted-git-info": "^5.0.0", + "json-parse-helpfulerror": "^1.0.3", + "jsonlines": "^0.1.1", + "lodash": "^4.17.21", + "minimatch": "^5.1.0", + "p-map": "^4.0.0", + "pacote": "^13.6.1", + "parse-github-url": "^1.0.2", + "progress": "^2.0.3", + "prompts-ncu": "^2.5.1", + "rc-config-loader": "^4.1.0", + "remote-git-tags": "^3.0.0", + "rimraf": "^3.0.2", + "semver": "^7.3.7", + "semver-utils": "^1.1.4", + "source-map-support": "^0.5.21", + "spawn-please": "^1.0.0", + "update-notifier": "^6.0.2", + "yaml": "^2.1.1" + }, + "bin": { + "ncu": "build/src/bin/cli.js", + "npm-check-updates": "build/src/bin/cli.js" }, "engines": { - "node": ">=4" + "node": ">=14.14" } }, - "node_modules/load-json-file/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "node_modules/npm-check-updates/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "engines": { - "node": ">=4" + "dependencies": { + "balanced-match": "^1.0.0" } }, - "node_modules/load-json-file/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "node_modules/npm-check-updates/node_modules/chalk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", "dev": true, "engines": { - "node": ">=4" + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", - "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", + "node_modules/npm-check-updates/node_modules/commander": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", "dev": true, "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" + "node": "^12.20.0 || >=14" } }, - "node_modules/loader-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "node_modules/npm-check-updates/node_modules/hosted-git-info": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", + "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", "dev": true, "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" + "lru-cache": "^7.5.1" }, "engines": { - "node": ">=8.9.0" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "node_modules/npm-check-updates/node_modules/lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=12" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash._baseiteratee": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash._baseiteratee/-/lodash._baseiteratee-4.7.0.tgz", - "integrity": "sha1-NKm1VDVycnw9sueO2uPA6eZr0QI=", + "node_modules/npm-check-updates/node_modules/minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", "dev": true, "dependencies": { - "lodash._stringtopath": "~4.8.0" + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" } }, - "node_modules/lodash._basetostring": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-4.12.0.tgz", - "integrity": "sha1-kyfJ3FFYhmt/pLnUL0Y45XZt2d8=", - "dev": true - }, - "node_modules/lodash._baseuniq": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz", - "integrity": "sha1-DrtE5FaBSveQXGIS+iybLVG4Qeg=", + "node_modules/npm-check-updates/node_modules/yaml": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz", + "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==", "dev": true, - "dependencies": { - "lodash._createset": "~4.0.0", - "lodash._root": "~3.0.0" + "engines": { + "node": ">= 14" } }, - "node_modules/lodash._createset": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/lodash._createset/-/lodash._createset-4.0.3.tgz", - "integrity": "sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=", - "dev": true - }, - "node_modules/lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", - "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=", - "dev": true - }, - "node_modules/lodash._stringtopath": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/lodash._stringtopath/-/lodash._stringtopath-4.8.0.tgz", - "integrity": "sha1-lBvPDmQmbl/B1m/tCmlZVExXaCQ=", + "node_modules/npm-install-checks": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz", + "integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==", "dev": true, "dependencies": { - "lodash._basetostring": "~4.12.0" + "semver": "^7.1.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/lodash.capitalize": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", - "integrity": "sha1-+CbJtOKoUR2E46yinbBeGk87cqk=", - "dev": true - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", - "dev": true - }, - "node_modules/lodash.deburr": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-4.1.0.tgz", - "integrity": "sha1-3bG7s+8HRYwBd7oH3hRCLLAz/5s=" - }, - "node_modules/lodash.escaperegexp": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", - "integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=", - "dev": true - }, - "node_modules/lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", - "dev": true - }, - "node_modules/lodash.includes": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", - "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=" - }, - "node_modules/lodash.isboolean": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=" - }, - "node_modules/lodash.isinteger": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", - "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=" - }, - "node_modules/lodash.ismatch": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", - "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", - "dev": true - }, - "node_modules/lodash.isnumber": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=" - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" - }, - "node_modules/lodash.isstring": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" - }, - "node_modules/lodash.map": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", - "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=", - "dev": true - }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/lodash.once": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=" - }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", - "dev": true - }, - "node_modules/lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=", - "dev": true - }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", - "dev": true - }, - "node_modules/lodash.uniqby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", - "integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=", + "node_modules/npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", "dev": true }, - "node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "node_modules/npm-package-arg": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.0.2.tgz", + "integrity": "sha512-v/miORuX8cndiOheW8p2moNuPJ7QhcFh9WGlTorruG8hXSA23vMTEp5hTCmDxic0nD8KHhj/NQgFuySD3GYY3g==", "dev": true, "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" + "hosted-git-info": "^5.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^4.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "node_modules/npm-package-arg/node_modules/hosted-git-info": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", + "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", "dev": true, "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" + "lru-cache": "^7.5.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/log-update/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/log-update/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/npm-package-arg/node_modules/lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", "dev": true, "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "node_modules/npm-packlist": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.1.1.tgz", + "integrity": "sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "glob": "^8.0.1", + "ignore-walk": "^5.0.1", + "npm-bundled": "^1.1.2", + "npm-normalize-package-bin": "^1.0.1" }, - "engines": { - "node": ">=10" + "bin": { + "npm-packlist": "bin/index.js" }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/log-update/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/npm-packlist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm-packlist/node_modules/glob": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", + "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/log-update/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "node_modules/npm-packlist/node_modules/minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/loglevel": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz", - "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==", + "node_modules/npm-pick-manifest": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-7.0.1.tgz", + "integrity": "sha512-IA8+tuv8KujbsbLQvselW2XQgmXWS47t3CB0ZrzsRZ82DbDfkcFunOaPm4X7qNuhMfq+FmV7hQT4iFVpHqV7mg==", "dev": true, - "engines": { - "node": ">= 0.6.0" + "dependencies": { + "npm-install-checks": "^5.0.0", + "npm-normalize-package-bin": "^1.0.1", + "npm-package-arg": "^9.0.0", + "semver": "^7.3.5" }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/loglevel" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/loglevel-colored-level-prefix": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz", - "integrity": "sha1-akAhj9x64V/HbD0PPmdsRlOIYD4=", + "node_modules/npm-registry-fetch": { + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz", + "integrity": "sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w==", "dev": true, "dependencies": { - "chalk": "^1.1.3", - "loglevel": "^1.4.1" + "make-fetch-happen": "^10.0.6", + "minipass": "^3.1.6", + "minipass-fetch": "^2.0.3", + "minipass-json-stream": "^1.0.1", + "minizlib": "^2.1.2", + "npm-package-arg": "^9.0.1", + "proc-log": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/loglevel-colored-level-prefix/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/loglevel-colored-level-prefix/node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "node_modules/npm/node_modules/@colors/colors": { + "version": "1.5.0", "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, "engines": { - "node": ">=0.10.0" + "node": ">=0.1.90" } }, - "node_modules/loglevel-colored-level-prefix/node_modules/chalk": { + "node_modules/npm/node_modules/@gar/promisify": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/@isaacs/string-locale-compare": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/@npmcli/arborist": { + "version": "5.1.1", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" + "@isaacs/string-locale-compare": "^1.1.0", + "@npmcli/installed-package-contents": "^1.0.7", + "@npmcli/map-workspaces": "^2.0.3", + "@npmcli/metavuln-calculator": "^3.0.1", + "@npmcli/move-file": "^2.0.0", + "@npmcli/name-from-folder": "^1.0.1", + "@npmcli/node-gyp": "^2.0.0", + "@npmcli/package-json": "^2.0.0", + "@npmcli/run-script": "^3.0.0", + "bin-links": "^3.0.0", + "cacache": "^16.0.6", + "common-ancestor-path": "^1.0.1", + "json-parse-even-better-errors": "^2.3.1", + "json-stringify-nice": "^1.1.4", + "mkdirp": "^1.0.4", + "mkdirp-infer-owner": "^2.0.0", + "nopt": "^5.0.0", + "npm-install-checks": "^5.0.0", + "npm-package-arg": "^9.0.0", + "npm-pick-manifest": "^7.0.0", + "npm-registry-fetch": "^13.0.0", + "npmlog": "^6.0.2", + "pacote": "^13.0.5", + "parse-conflict-json": "^2.0.1", + "proc-log": "^2.0.0", + "promise-all-reject-late": "^1.0.0", + "promise-call-limit": "^1.0.1", + "read-package-json-fast": "^2.0.2", + "readdir-scoped-modules": "^1.1.0", + "rimraf": "^3.0.2", + "semver": "^7.3.7", + "ssri": "^9.0.0", + "treeverse": "^2.0.0", + "walk-up-path": "^1.0.0" + }, + "bin": { + "arborist": "bin/index.js" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/loglevel-colored-level-prefix/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "node_modules/npm/node_modules/@npmcli/ci-detect": { + "version": "2.0.0", "dev": true, + "inBundle": true, + "license": "ISC", "engines": { - "node": ">=0.8.0" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/loglevel-colored-level-prefix/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "node_modules/npm/node_modules/@npmcli/config": { + "version": "4.1.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "ansi-regex": "^2.0.0" + "@npmcli/map-workspaces": "^2.0.2", + "ini": "^3.0.0", + "mkdirp-infer-owner": "^2.0.0", + "nopt": "^5.0.0", + "proc-log": "^2.0.0", + "read-package-json-fast": "^2.0.3", + "semver": "^7.3.5", + "walk-up-path": "^1.0.0" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/loglevel-colored-level-prefix/node_modules/supports-color": { + "node_modules/npm/node_modules/@npmcli/disparity-colors": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "ansi-styles": "^4.3.0" + }, "engines": { - "node": ">=0.8.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/longest": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz", - "integrity": "sha1-eB4YMpaqlPbU2RbcM10NF676I/g=", + "node_modules/npm/node_modules/@npmcli/fs": { + "version": "2.1.0", "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "@gar/promisify": "^1.1.3", + "semver": "^7.3.5" + }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "node_modules/npm/node_modules/@npmcli/git": { + "version": "3.0.1", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" + "@npmcli/promise-spawn": "^3.0.0", + "lru-cache": "^7.4.4", + "mkdirp": "^1.0.4", + "npm-pick-manifest": "^7.0.0", + "proc-log": "^2.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^2.0.2" }, - "bin": { - "loose-envify": "cli.js" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==", + "node_modules/npm/node_modules/@npmcli/installed-package-contents": { + "version": "1.0.7", "dev": true, - "optional": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" + "npm-bundled": "^1.1.1", + "npm-normalize-package-bin": "^1.0.1" + }, + "bin": { + "installed-package-contents": "index.js" }, "engines": { - "node": ">=0.10.0" + "node": ">= 10" } }, - "node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "node_modules/npm/node_modules/@npmcli/map-workspaces": { + "version": "2.0.3", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "tslib": "^2.0.3" + "@npmcli/name-from-folder": "^1.0.1", + "glob": "^8.0.1", + "minimatch": "^5.0.1", + "read-package-json-fast": "^2.0.3" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/lowercase-keys": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz", - "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==", + "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { + "version": "3.1.0", "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "cacache": "^16.0.0", + "json-parse-even-better-errors": "^2.3.1", + "pacote": "^13.0.3", + "semver": "^7.3.5" + }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/move-file": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/lru_map": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz", - "integrity": "sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0=" + "node_modules/npm/node_modules/@npmcli/name-from-folder": { + "version": "1.0.1", + "dev": true, + "inBundle": true, + "license": "ISC" }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/npm/node_modules/@npmcli/node-gyp": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/package-json": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "yallist": "^4.0.0" + "json-parse-even-better-errors": "^2.3.1" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/magic-string": { - "version": "0.25.9", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "node_modules/npm/node_modules/@npmcli/promise-spawn": { + "version": "3.0.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "sourcemap-codec": "^1.4.8" + "infer-owner": "^1.0.4" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "node_modules/npm/node_modules/@npmcli/run-script": { + "version": "3.0.2", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "semver": "^6.0.0" + "@npmcli/node-gyp": "^2.0.0", + "@npmcli/promise-spawn": "^3.0.0", + "node-gyp": "^9.0.0", + "read-package-json-fast": "^2.0.3" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" + "node_modules/npm/node_modules/@tootallnate/once": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">= 10" } }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + "node_modules/npm/node_modules/abbrev": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "ISC" }, - "node_modules/make-fetch-happen": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.1.2.tgz", - "integrity": "sha512-GWMGiZsKVeJACQGJ1P3Z+iNec7pLsU6YW1q11eaPn3RR8nRXHppFWfP7Eu0//55JK3hSjrAQRl8sDa5uXpq1Ew==", + "node_modules/npm/node_modules/agent-base": { + "version": "6.0.2", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.0.2", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.1.1", - "ssri": "^9.0.0" + "debug": "4" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 6.0.0" } }, - "node_modules/make-fetch-happen/node_modules/lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", + "node_modules/npm/node_modules/agentkeepalive": { + "version": "4.2.1", "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" + }, "engines": { - "node": ">=12" + "node": ">= 8.0.0" } }, - "node_modules/makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "node_modules/npm/node_modules/aggregate-error": { + "version": "3.1.0", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "tmpl": "1.0.5" + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "node_modules/npm/node_modules/ansi-regex": { + "version": "5.0.1", "dev": true, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/map-obj": { + "node_modules/npm/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/map-or-similar/-/map-or-similar-1.5.0.tgz", - "integrity": "sha1-beJlMXSt+12e3DPGnT6Sobdvrwg=", - "dev": true + "node_modules/npm/node_modules/aproba": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "ISC" }, - "node_modules/map-visit": { + "node_modules/npm/node_modules/archy": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "dev": true, - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "inBundle": true, + "license": "MIT" }, - "node_modules/markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", + "node_modules/npm/node_modules/are-we-there-yet": { + "version": "3.0.0", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "inBundle": true, + "license": "ISC", + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/marked": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.15.tgz", - "integrity": "sha512-esX5lPdTfG4p8LDkv+obbRCyOKzB+820ZZyMOXJZygZBHrH9b3xXR64X4kT3sPe9Nx8qQXbmcz6kFSMt4Nfk6Q==", + "node_modules/npm/node_modules/asap": { + "version": "2.0.6", "dev": true, - "bin": { - "marked": "bin/marked.js" + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/balanced-match": { + "version": "1.0.2", + "dev": true, + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/bin-links": { + "version": "3.0.1", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "cmd-shim": "^5.0.0", + "mkdirp-infer-owner": "^2.0.0", + "npm-normalize-package-bin": "^1.0.0", + "read-cmd-shim": "^3.0.0", + "rimraf": "^3.0.0", + "write-file-atomic": "^4.0.0" }, "engines": { - "node": ">= 12" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/marked-terminal": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.1.1.tgz", - "integrity": "sha512-+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==", + "node_modules/npm/node_modules/binary-extensions": { + "version": "2.2.0", "dev": true, - "dependencies": { - "ansi-escapes": "^5.0.0", - "cardinal": "^2.1.1", - "chalk": "^5.0.0", - "cli-table3": "^0.6.1", - "node-emoji": "^1.11.0", - "supports-hyperlinks": "^2.2.0" - }, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=14.13.1 || >=16.0.0" - }, - "peerDependencies": { - "marked": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" + "node": ">=8" } }, - "node_modules/marked-terminal/node_modules/ansi-escapes": { + "node_modules/npm/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm/node_modules/builtins": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", - "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "type-fest": "^1.0.2" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "semver": "^7.0.0" } }, - "node_modules/marked-terminal/node_modules/chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "node_modules/npm/node_modules/cacache": { + "version": "16.0.7", "dev": true, - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^2.1.0", + "@npmcli/move-file": "^2.0.0", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "glob": "^8.0.1", + "infer-owner": "^1.0.4", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", + "tar": "^6.1.11", + "unique-filename": "^1.1.1" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/marked-terminal/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", + "node_modules/npm/node_modules/chalk": { + "version": "4.1.2", "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/matomo-tracker": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/matomo-tracker/-/matomo-tracker-2.2.4.tgz", - "integrity": "sha512-7fDy4wRhDQ1dnSxVqmnVqmmos9ACKag0fCBtBD3/Qeoqks7MFqXcO35nfS6S8xU/IXNf7534q/4Gx8fuWKYW6A==", + "node_modules/npm/node_modules/chownr": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "ISC", "engines": { - "node": ">=4.2.0" + "node": ">=10" } }, - "node_modules/md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", - "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "node_modules/npm/node_modules/cidr-regex": { + "version": "3.1.1", "dev": true, + "inBundle": true, + "license": "BSD-2-Clause", "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "ip-regex": "^4.1.0" + }, + "engines": { + "node": ">=10" } }, - "node_modules/mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", + "node_modules/npm/node_modules/clean-stack": { + "version": "2.2.0", "dev": true, - "dependencies": { - "unist-util-remove": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=6" } }, - "node_modules/mdast-util-definitions": { + "node_modules/npm/node_modules/cli-columns": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", - "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "unist-util-visit": "^2.0.0" + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">= 10" } }, - "node_modules/mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz", - "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", + "node_modules/npm/node_modules/cli-table3": { + "version": "0.6.2", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" + "string-width": "^4.2.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" } }, - "node_modules/mdn-data": { - "version": "2.0.27", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.27.tgz", - "integrity": "sha512-kwqO0I0jtWr25KcfLm9pia8vLZ8qoAKhWZuZMbneJq3jjBD3gl5nZs8l8Tu3ZBlBAHVQtDur9rdDGyvtfVraHQ==", - "dev": true - }, - "node_modules/mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", - "dev": true - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "node_modules/npm/node_modules/clone": { + "version": "1.0.4", + "dev": true, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">=0.8" } }, - "node_modules/memfs": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.3.tgz", - "integrity": "sha512-eivjfi7Ahr6eQTn44nvTnR60e4a1Fs1Via2kCR5lHo/kyNoiMWaXCNJ/GpSd0ilXas2JSOl9B5FTIhflXu0hlg==", + "node_modules/npm/node_modules/cmd-shim": { + "version": "5.0.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "fs-monkey": "1.0.3" + "mkdirp-infer-owner": "^2.0.0" }, "engines": { - "node": ">= 4.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/memoizerific/-/memoizerific-1.11.3.tgz", - "integrity": "sha1-fIekZGREwy11Q4VwkF8tvRsagFo=", + "node_modules/npm/node_modules/color-convert": { + "version": "2.0.1", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "map-or-similar": "^1.5.0" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "node_modules/meow": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", + "node_modules/npm/node_modules/color-name": { + "version": "1.1.4", "dev": true, - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/color-support": { + "version": "1.1.3", + "dev": true, + "inBundle": true, + "license": "ISC", + "bin": { + "color-support": "bin.js" } }, - "node_modules/meow/node_modules/type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", + "node_modules/npm/node_modules/columnify": { + "version": "1.6.0", "dev": true, - "engines": { - "node": ">=10" + "inBundle": true, + "license": "MIT", + "dependencies": { + "strip-ansi": "^6.0.1", + "wcwidth": "^1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=8.0.0" } }, - "node_modules/merge": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz", - "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==", - "dev": true - }, - "node_modules/merge-descriptors": { + "node_modules/npm/node_modules/common-ancestor-path": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + "dev": true, + "inBundle": true, + "license": "ISC" }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true + "node_modules/npm/node_modules/concat-map": { + "version": "0.0.1", + "dev": true, + "inBundle": true, + "license": "MIT" }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } + "node_modules/npm/node_modules/console-control-strings": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "ISC" }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "node_modules/npm/node_modules/debug": { + "version": "4.3.4", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, "engines": { - "node": ">= 0.6" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/mgrs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz", - "integrity": "sha1-+5FYjnjJACVnI5XLQLJffNatGCk=" - }, - "node_modules/microevent.ts": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz", - "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==", - "dev": true + "node_modules/npm/node_modules/debug/node_modules/ms": { + "version": "2.1.2", + "dev": true, + "inBundle": true, + "license": "MIT" }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, + "node_modules/npm/node_modules/debuglog": { + "version": "1.0.1", + "dev": true, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=8.6" + "node": "*" } }, - "node_modules/miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", - "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "node_modules/npm/node_modules/defaults": { + "version": "1.0.3", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "bin": { - "miller-rabin": "bin/miller-rabin" + "clone": "^1.0.2" } }, - "node_modules/miller-rabin/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true - }, - "node_modules/mime": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", - "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=10.0.0" - } + "node_modules/npm/node_modules/delegates": { + "version": "1.0.0", + "dev": true, + "inBundle": true, + "license": "MIT" }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "node_modules/npm/node_modules/depd": { + "version": "1.1.2", + "dev": true, + "inBundle": true, + "license": "MIT", "engines": { "node": ">= 0.6" } }, - "node_modules/mime-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mime-match/-/mime-match-1.0.2.tgz", - "integrity": "sha1-P4fDHprxpf1IX7nbE0Qosju7e6g=", + "node_modules/npm/node_modules/dezalgo": { + "version": "1.0.4", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "wildcard": "^1.1.0" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" + "asap": "^2.0.0", + "wrappy": "1" } }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "node_modules/npm/node_modules/diff": { + "version": "5.0.0", "dev": true, + "inBundle": true, + "license": "BSD-3-Clause", "engines": { - "node": ">=6" + "node": ">=0.3.1" } }, - "node_modules/mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "node_modules/npm/node_modules/emoji-regex": { + "version": "8.0.0", "dev": true, - "engines": { - "node": ">=4" - } + "inBundle": true, + "license": "MIT" }, - "node_modules/min-document": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", - "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", + "node_modules/npm/node_modules/encoding": { + "version": "0.1.13", "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, "dependencies": { - "dom-walk": "^0.1.0" + "iconv-lite": "^0.6.2" } }, - "node_modules/min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "node_modules/npm/node_modules/env-paths": { + "version": "2.2.1", "dev": true, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", - "dev": true - }, - "node_modules/minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", - "dev": true + "node_modules/npm/node_modules/err-code": { + "version": "2.0.3", + "dev": true, + "inBundle": true, + "license": "MIT" }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/npm/node_modules/fastest-levenshtein": { + "version": "1.0.12", + "dev": true, + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/fs-minipass": { + "version": "2.1.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "minipass": "^3.0.0" }, "engines": { - "node": "*" + "node": ">= 8" } }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + "node_modules/npm/node_modules/fs.realpath": { + "version": "1.0.0", + "dev": true, + "inBundle": true, + "license": "ISC" }, - "node_modules/minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", + "node_modules/npm/node_modules/function-bind": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/gauge": { + "version": "4.0.4", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" }, "engines": { - "node": ">= 6" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/minimist-options/node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "node_modules/npm/node_modules/glob": { + "version": "8.0.1", "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/minimist-options/node_modules/is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "node_modules/npm/node_modules/graceful-fs": { + "version": "4.2.10", "dev": true, - "engines": { - "node": ">=0.10.0" - } + "inBundle": true, + "license": "ISC" }, - "node_modules/minipass": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.6.tgz", - "integrity": "sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==", + "node_modules/npm/node_modules/has": { + "version": "1.0.3", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "yallist": "^4.0.0" + "function-bind": "^1.1.1" }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/npm/node_modules/has-flag": { + "version": "4.0.0", + "dev": true, + "inBundle": true, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "node_modules/npm/node_modules/has-unicode": { + "version": "2.0.1", "dev": true, + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/hosted-git-info": { + "version": "5.0.0", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "minipass": "^3.0.0" + "lru-cache": "^7.5.1" }, "engines": { - "node": ">= 8" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/minipass-fetch": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.0.tgz", - "integrity": "sha512-H9U4UVBGXEyyWJnqYDCLp1PwD8XIkJ4akNHp1aGVI+2Ym7wQMlxDKi4IB4JbmyU+pl9pEs/cVrK6cOuvmbK4Sg==", + "node_modules/npm/node_modules/http-cache-semantics": { + "version": "4.1.0", + "dev": true, + "inBundle": true, + "license": "BSD-2-Clause" + }, + "node_modules/npm/node_modules/http-proxy-agent": { + "version": "5.0.0", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" + "node": ">= 6" } }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "node_modules/npm/node_modules/https-proxy-agent": { + "version": "5.0.0", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "minipass": "^3.0.0" + "agent-base": "6", + "debug": "4" }, "engines": { - "node": ">= 8" + "node": ">= 6" } }, - "node_modules/minipass-json-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", - "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", + "node_modules/npm/node_modules/humanize-ms": { + "version": "1.2.1", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" + "ms": "^2.0.0" } }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "node_modules/npm/node_modules/iconv-lite": { + "version": "0.6.3", "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, "dependencies": { - "minipass": "^3.0.0" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "node_modules/npm/node_modules/ignore-walk": { + "version": "5.0.1", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "minipass": "^3.0.0" + "minimatch": "^5.0.1" }, "engines": { - "node": ">=8" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "node_modules/npm/node_modules/imurmurhash": { + "version": "0.1.4", "dev": true, - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">= 8" + "node": ">=0.8.19" } }, - "node_modules/mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", - "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "node_modules/npm/node_modules/indent-string": { + "version": "4.0.0", "dev": true, - "dependencies": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=4.0.0" + "node": ">=8" } }, - "node_modules/mississippi/node_modules/duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", - "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "node_modules/npm/node_modules/infer-owner": { + "version": "1.0.4", "dev": true, - "dependencies": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - } + "inBundle": true, + "license": "ISC" }, - "node_modules/mississippi/node_modules/pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", - "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "node_modules/npm/node_modules/inflight": { + "version": "1.0.6", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/mississippi/node_modules/pumpify/node_modules/pump": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", - "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "node_modules/npm/node_modules/inherits": { + "version": "2.0.4", "dev": true, - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } + "inBundle": true, + "license": "ISC" }, - "node_modules/mississippi/node_modules/through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "node_modules/npm/node_modules/ini": { + "version": "3.0.0", "dev": true, - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "node_modules/npm/node_modules/init-package-json": { + "version": "3.0.2", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" + "npm-package-arg": "^9.0.1", + "promzard": "^0.3.0", + "read": "^1.0.7", + "read-package-json": "^5.0.0", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4", + "validate-npm-package-name": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/mixin-deep/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/npm/node_modules/ip": { + "version": "1.1.5", "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } + "inBundle": true, + "license": "MIT" }, - "node_modules/mixin-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/npm/node_modules/ip-regex": { + "version": "4.3.0", "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/mixin-deep/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/npm/node_modules/is-cidr": { + "version": "4.0.2", "dev": true, + "inBundle": true, + "license": "BSD-2-Clause", + "dependencies": { + "cidr-regex": "^3.1.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "node_modules/npm/node_modules/is-core-module": { + "version": "2.8.1", "dev": true, - "bin": { - "mkdirp": "bin/cmd.js" + "inBundle": true, + "license": "MIT", + "dependencies": { + "has": "^1.0.3" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/modify-values": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", - "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", + "node_modules/npm/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", "dev": true, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/moo": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz", - "integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==" - }, - "node_modules/move-concurrently": { + "node_modules/npm/node_modules/is-lambda": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", - "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "dev": true, - "dependencies": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - } + "inBundle": true, + "license": "MIT" }, - "node_modules/move-concurrently/node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", - "dev": true + "node_modules/npm/node_modules/isexe": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "ISC" }, - "node_modules/move-concurrently/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "node_modules/npm/node_modules/json-parse-even-better-errors": { + "version": "2.3.1", "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } + "inBundle": true, + "license": "MIT" }, - "node_modules/move-concurrently/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "node_modules/npm/node_modules/json-stringify-nice": { + "version": "1.1.4", "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" + "inBundle": true, + "license": "ISC", + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/muggle-string": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.1.0.tgz", - "integrity": "sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==", - "dev": true - }, - "node_modules/mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", - "dev": true + "node_modules/npm/node_modules/jsonparse": { + "version": "1.3.1", + "dev": true, + "engines": [ + "node >= 0.2.0" + ], + "inBundle": true, + "license": "MIT" }, - "node_modules/namespace-emitter": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/namespace-emitter/-/namespace-emitter-2.0.1.tgz", - "integrity": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==", - "dev": true + "node_modules/npm/node_modules/just-diff": { + "version": "5.0.1", + "dev": true, + "inBundle": true, + "license": "MIT" }, - "node_modules/nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", + "node_modules/npm/node_modules/just-diff-apply": { + "version": "5.2.0", "dev": true, - "optional": true + "inBundle": true, + "license": "MIT" }, - "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "node_modules/npm/node_modules/libnpmaccess": { + "version": "6.0.3", "dev": true, - "bin": { - "nanoid": "bin/nanoid.cjs" + "inBundle": true, + "license": "ISC", + "dependencies": { + "aproba": "^2.0.0", + "minipass": "^3.1.1", + "npm-package-arg": "^9.0.1", + "npm-registry-fetch": "^13.0.0" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "node_modules/npm/node_modules/libnpmdiff": { + "version": "4.0.3", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" + "@npmcli/disparity-colors": "^2.0.0", + "@npmcli/installed-package-contents": "^1.0.7", + "binary-extensions": "^2.2.0", + "diff": "^5.0.0", + "minimatch": "^5.0.1", + "npm-package-arg": "^9.0.1", + "pacote": "^13.0.5", + "tar": "^6.1.0" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nanomatch/node_modules/extend-shallow": { + "node_modules/npm/node_modules/libnpmexec": { + "version": "4.0.5", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/arborist": "^5.0.0", + "@npmcli/ci-detect": "^2.0.0", + "@npmcli/run-script": "^3.0.0", + "chalk": "^4.1.0", + "mkdirp-infer-owner": "^2.0.0", + "npm-package-arg": "^9.0.1", + "npmlog": "^6.0.2", + "pacote": "^13.0.5", + "proc-log": "^2.0.0", + "read": "^1.0.7", + "read-package-json-fast": "^2.0.2", + "walk-up-path": "^1.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm/node_modules/libnpmfund": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "@npmcli/arborist": "^5.0.0" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nanomatch/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/npm/node_modules/libnpmhook": { + "version": "8.0.3", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "is-plain-object": "^2.0.4" + "aproba": "^2.0.0", + "npm-registry-fetch": "^13.0.0" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nanomatch/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/npm/node_modules/libnpmorg": { + "version": "4.0.3", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "isobject": "^3.0.1" + "aproba": "^2.0.0", + "npm-registry-fetch": "^13.0.0" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nanomatch/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/npm/node_modules/libnpmpack": { + "version": "4.0.3", "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/run-script": "^3.0.0", + "npm-package-arg": "^9.0.1", + "pacote": "^13.0.5" + }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true + "node_modules/npm/node_modules/libnpmpublish": { + "version": "6.0.4", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "normalize-package-data": "^4.0.0", + "npm-package-arg": "^9.0.1", + "npm-registry-fetch": "^13.0.0", + "semver": "^7.3.7", + "ssri": "^9.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, - "node_modules/nearley": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz", - "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==", + "node_modules/npm/node_modules/libnpmsearch": { + "version": "5.0.3", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "commander": "^2.19.0", - "moo": "^0.5.0", - "railroad-diagrams": "^1.0.0", - "randexp": "0.4.6" + "npm-registry-fetch": "^13.0.0" }, - "bin": { - "nearley-railroad": "bin/nearley-railroad.js", - "nearley-test": "bin/nearley-test.js", - "nearley-unparse": "bin/nearley-unparse.js", - "nearleyc": "bin/nearleyc.js" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm/node_modules/libnpmteam": { + "version": "4.0.3", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "aproba": "^2.0.0", + "npm-registry-fetch": "^13.0.0" }, - "funding": { - "type": "individual", - "url": "https://nearley.js.org/#give-to-nearley" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nearley/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "node_modules/npm/node_modules/libnpmversion": { + "version": "3.0.4", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/git": "^3.0.0", + "@npmcli/run-script": "^3.0.0", + "json-parse-even-better-errors": "^2.3.1", + "proc-log": "^2.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "node_modules/npm/node_modules/lru-cache": { + "version": "7.8.1", + "dev": true, + "inBundle": true, + "license": "ISC", "engines": { - "node": ">= 0.6" + "node": ">=12" } }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "node_modules/npm/node_modules/make-fetch-happen": { + "version": "10.1.2", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^16.0.2", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^2.0.3", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^6.1.1", + "ssri": "^9.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, - "node_modules/nerf-dart": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz", - "integrity": "sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=", - "dev": true + "node_modules/npm/node_modules/minimatch": { + "version": "5.0.1", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } }, - "node_modules/nested-error-stacks": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz", - "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==", - "dev": true + "node_modules/npm/node_modules/minipass": { + "version": "3.1.6", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } }, - "node_modules/nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", - "dev": true + "node_modules/npm/node_modules/minipass-collect": { + "version": "1.0.2", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "node_modules/npm/node_modules/minipass-fetch": { + "version": "2.1.0", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" + "minipass": "^3.1.6", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" } }, - "node_modules/node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", - "integrity": "sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=", + "node_modules/npm/node_modules/minipass-flush": { + "version": "1.0.5", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "minimatch": "^3.0.2" + "minipass": "^3.0.0" }, "engines": { - "node": ">= 0.10.5" + "node": ">= 8" } }, - "node_modules/node-emoji": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz", - "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==", + "node_modules/npm/node_modules/minipass-json-stream": { + "version": "1.0.1", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "lodash": "^4.17.21" + "jsonparse": "^1.3.1", + "minipass": "^3.0.0" } }, - "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "node_modules/npm/node_modules/minipass-pipeline": { + "version": "1.2.4", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "whatwg-url": "^5.0.0" + "minipass": "^3.0.0" }, "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" + "node": ">=8" + } + }, + "node_modules/npm/node_modules/minipass-sized": { + "version": "1.0.3", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "engines": { + "node": ">=8" } }, - "node_modules/node-fetch/node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + "node_modules/npm/node_modules/minizlib": { + "version": "2.1.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } }, - "node_modules/node-fetch/node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + "node_modules/npm/node_modules/mkdirp": { + "version": "1.0.4", + "dev": true, + "inBundle": true, + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } }, - "node_modules/node-fetch/node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "node_modules/npm/node_modules/mkdirp-infer-owner": { + "version": "2.0.0", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" + "chownr": "^2.0.0", + "infer-owner": "^1.0.4", + "mkdirp": "^1.0.3" + }, + "engines": { + "node": ">=10" } }, - "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "node_modules/npm/node_modules/ms": { + "version": "2.1.3", + "dev": true, + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/mute-stream": { + "version": "0.0.8", + "dev": true, + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/negotiator": { + "version": "0.6.3", + "dev": true, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">= 6.13.0" + "node": ">= 0.6" } }, - "node_modules/node-gyp": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.1.0.tgz", - "integrity": "sha512-HkmN0ZpQJU7FLbJauJTHkHlSVAXlNGDAzH/VYFZGDOnFyn/Na3GlNJfkudmufOdS6/jNFhy88ObzL7ERz9es1g==", + "node_modules/npm/node_modules/node-gyp": { + "version": "9.0.0", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { "env-paths": "^2.2.0", "glob": "^7.1.4", @@ -24923,305 +24261,242 @@ "node": "^12.22 || ^14.13 || >=16" } }, - "node_modules/node-gyp/node_modules/are-we-there-yet": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", - "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", + "node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": { + "version": "1.1.11", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, - "node_modules/node-gyp/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/node-gyp/node_modules/gauge": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", + "node_modules/npm/node_modules/node-gyp/node_modules/glob": { + "version": "7.2.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/node-gyp/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/npm/node_modules/node-gyp/node_modules/minimatch": { + "version": "3.1.2", "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, "engines": { - "node": ">=8" + "node": "*" } }, - "node_modules/node-gyp/node_modules/npmlog": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", + "node_modules/npm/node_modules/nopt": { + "version": "5.0.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=6" } }, - "node_modules/node-gyp/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/npm/node_modules/normalize-package-data": { + "version": "4.0.0", "dev": true, + "inBundle": true, + "license": "BSD-2-Clause", "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "hosted-git-info": "^5.0.0", + "is-core-module": "^2.8.1", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" }, "engines": { - "node": ">= 6" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/node-gyp/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/npm/node_modules/npm-audit-report": { + "version": "3.0.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "chalk": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=", - "dev": true - }, - "node_modules/node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", - "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "node_modules/npm/node_modules/npm-bundled": { + "version": "1.1.2", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" + "npm-normalize-package-bin": "^1.0.1" } }, - "node_modules/node-libs-browser/node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "node_modules/npm/node_modules/npm-install-checks": { + "version": "5.0.0", "dev": true, + "inBundle": true, + "license": "BSD-2-Clause", + "dependencies": { + "semver": "^7.1.1" + }, "engines": { - "node": ">=0.8.x" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/node-libs-browser/node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", - "dev": true - }, - "node_modules/node-libs-browser/node_modules/url": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "node_modules/npm/node_modules/npm-normalize-package-bin": { + "version": "1.0.1", "dev": true, - "dependencies": { - "punycode": "1.3.2", - "querystring": "0.2.0" - } - }, - "node_modules/node-libs-browser/node_modules/url/node_modules/punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", - "dev": true + "inBundle": true, + "license": "ISC" }, - "node_modules/node-mailjet": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/node-mailjet/-/node-mailjet-5.1.1.tgz", - "integrity": "sha512-/KN1gDn/NcHU6wOwzwbuBbqIpexdjuZLjgLhUWJSSQgGRdRjcL16FF3ldbJRzljtMPiu6IJUNmXFGt7Nu+gEOg==", + "node_modules/npm/node_modules/npm-package-arg": { + "version": "9.0.2", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "axios": "^0.27.2", - "json-bigint": "^1.0.0", - "url-join": "^4.0.0" + "hosted-git-info": "^5.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^4.0.0" }, "engines": { - "node": ">= 12.0.0", - "npm": ">= 6.9.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/node-releases": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", - "dev": true - }, - "node_modules/nodemon": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.19.tgz", - "integrity": "sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==", + "node_modules/npm/node_modules/npm-packlist": { + "version": "5.0.2", "dev": true, - "hasInstallScript": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "chokidar": "^3.5.2", - "debug": "^3.2.7", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.0.4", - "pstree.remy": "^1.1.8", - "semver": "^5.7.1", - "simple-update-notifier": "^1.0.7", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.5" + "glob": "^8.0.1", + "ignore-walk": "^5.0.1", + "npm-bundled": "^1.1.2", + "npm-normalize-package-bin": "^1.0.1" }, "bin": { - "nodemon": "bin/nodemon.js" + "npm-packlist": "bin/index.js" }, "engines": { - "node": ">=8.10.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/nodemon" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nodemon/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "node_modules/npm/node_modules/npm-pick-manifest": { + "version": "7.0.1", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/nodemon/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, + "npm-install-checks": "^5.0.0", + "npm-normalize-package-bin": "^1.0.1", + "npm-package-arg": "^9.0.0", + "semver": "^7.3.5" + }, "engines": { - "node": ">=4" - } - }, - "node_modules/nodemon/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nodemon/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/npm/node_modules/npm-profile": { + "version": "6.0.3", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "has-flag": "^3.0.0" + "npm-registry-fetch": "^13.0.1", + "proc-log": "^2.0.0" }, "engines": { - "node": ">=4" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/nopt": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", - "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "node_modules/npm/node_modules/npm-registry-fetch": { + "version": "13.1.1", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" + "make-fetch-happen": "^10.0.6", + "minipass": "^3.1.6", + "minipass-fetch": "^2.0.3", + "minipass-json-stream": "^1.0.1", + "minizlib": "^2.1.2", + "npm-package-arg": "^9.0.1", + "proc-log": "^2.0.0" }, "engines": { - "node": ">=6" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", + "node_modules/npm/node_modules/npm-user-validate": { + "version": "1.0.1", "dev": true, + "inBundle": true, + "license": "BSD-2-Clause" + }, + "node_modules/npm/node_modules/npmlog": { + "version": "6.0.2", + "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "node_modules/npm/node_modules/once": { + "version": "1.4.0", "dev": true, - "engines": { - "node": ">=0.10.0" + "inBundle": true, + "license": "ISC", + "dependencies": { + "wrappy": "1" } }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "node_modules/npm/node_modules/opener": { + "version": "1.5.2", "dev": true, - "engines": { - "node": ">=0.10.0" + "inBundle": true, + "license": "(WTFPL OR MIT)", + "bin": { + "opener": "bin/opener-bin.js" } }, - "node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "node_modules/npm/node_modules/p-map": { + "version": "4.0.0", "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "aggregate-error": "^3.0.0" + }, "engines": { "node": ">=10" }, @@ -25229,5766 +24504,5845 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.9.0.tgz", - "integrity": "sha512-4mhU5nEv7ktvHmJnM2nmWP2Zk4cCsD26imX+dvZ76HOuFUnIpU6+i1MWuoMg8N/xWHQgB0d2/ybWEGgJR9M/pw==", - "bundleDependencies": [ - "@isaacs/string-locale-compare", - "@npmcli/arborist", - "@npmcli/ci-detect", - "@npmcli/config", - "@npmcli/fs", - "@npmcli/map-workspaces", - "@npmcli/package-json", - "@npmcli/run-script", - "abbrev", - "archy", - "cacache", - "chalk", - "chownr", - "cli-columns", - "cli-table3", - "columnify", - "fastest-levenshtein", - "glob", - "graceful-fs", - "hosted-git-info", - "ini", - "init-package-json", - "is-cidr", - "json-parse-even-better-errors", - "libnpmaccess", - "libnpmdiff", - "libnpmexec", - "libnpmfund", - "libnpmhook", - "libnpmorg", - "libnpmpack", - "libnpmpublish", - "libnpmsearch", - "libnpmteam", - "libnpmversion", - "make-fetch-happen", - "minipass", - "minipass-pipeline", - "mkdirp", - "mkdirp-infer-owner", - "ms", - "node-gyp", - "nopt", - "npm-audit-report", - "npm-install-checks", - "npm-package-arg", - "npm-pick-manifest", - "npm-profile", - "npm-registry-fetch", - "npm-user-validate", - "npmlog", - "opener", - "pacote", - "parse-conflict-json", - "proc-log", - "qrcode-terminal", - "read", - "read-package-json", - "read-package-json-fast", - "readdir-scoped-modules", - "rimraf", - "semver", - "ssri", - "tar", - "text-table", - "tiny-relative-date", - "treeverse", - "validate-npm-package-name", - "which", - "write-file-atomic" - ], + "node_modules/npm/node_modules/pacote": { + "version": "13.3.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^5.0.4", - "@npmcli/ci-detect": "^2.0.0", - "@npmcli/config": "^4.1.0", - "@npmcli/fs": "^2.1.0", - "@npmcli/map-workspaces": "^2.0.3", - "@npmcli/package-json": "^2.0.0", + "@npmcli/git": "^3.0.0", + "@npmcli/installed-package-contents": "^1.0.7", + "@npmcli/promise-spawn": "^3.0.0", "@npmcli/run-script": "^3.0.1", - "abbrev": "~1.1.1", - "archy": "~1.0.0", - "cacache": "^16.0.7", - "chalk": "^4.1.2", + "cacache": "^16.0.0", "chownr": "^2.0.0", - "cli-columns": "^4.0.0", - "cli-table3": "^0.6.2", - "columnify": "^1.6.0", - "fastest-levenshtein": "^1.0.12", - "glob": "^8.0.1", - "graceful-fs": "^4.2.10", - "hosted-git-info": "^5.0.0", - "ini": "^3.0.0", - "init-package-json": "^3.0.2", - "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^6.0.2", - "libnpmdiff": "^4.0.2", - "libnpmexec": "^4.0.2", - "libnpmfund": "^3.0.1", - "libnpmhook": "^8.0.2", - "libnpmorg": "^4.0.2", - "libnpmpack": "^4.0.2", - "libnpmpublish": "^6.0.2", - "libnpmsearch": "^5.0.2", - "libnpmteam": "^4.0.2", - "libnpmversion": "^3.0.1", - "make-fetch-happen": "^10.1.2", + "fs-minipass": "^2.1.0", + "infer-owner": "^1.0.4", "minipass": "^3.1.6", - "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "ms": "^2.1.2", - "node-gyp": "^9.0.0", - "nopt": "^5.0.0", - "npm-audit-report": "^3.0.0", - "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.2", - "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.0.3", - "npm-registry-fetch": "^13.1.1", - "npm-user-validate": "^1.0.1", - "npmlog": "^6.0.2", - "opener": "^1.5.2", - "pacote": "^13.3.0", - "parse-conflict-json": "^2.0.2", - "proc-log": "^2.0.1", - "qrcode-terminal": "^0.12.0", - "read": "~1.0.7", - "read-package-json": "^5.0.1", + "npm-package-arg": "^9.0.0", + "npm-packlist": "^5.0.0", + "npm-pick-manifest": "^7.0.0", + "npm-registry-fetch": "^13.0.1", + "proc-log": "^2.0.0", + "promise-retry": "^2.0.1", + "read-package-json": "^5.0.0", "read-package-json-fast": "^2.0.3", - "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.7", "ssri": "^9.0.0", - "tar": "^6.1.11", - "text-table": "~0.2.0", - "tiny-relative-date": "^1.3.0", - "treeverse": "^2.0.0", - "validate-npm-package-name": "^4.0.0", - "which": "^2.0.2", - "write-file-atomic": "^4.0.1" + "tar": "^6.1.11" }, "bin": { - "npm": "bin/npm-cli.js", - "npx": "bin/npx-cli.js" + "pacote": "lib/bin.js" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm-bundled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz", - "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==", + "node_modules/npm/node_modules/parse-conflict-json": { + "version": "2.0.2", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "npm-normalize-package-bin": "^1.0.1" + "json-parse-even-better-errors": "^2.3.1", + "just-diff": "^5.0.1", + "just-diff-apply": "^5.2.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm-check-updates": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.0.5.tgz", - "integrity": "sha512-0qK6NTmgbq8y39xm4y1tKW5ghEGtWWyiUzSPSQEaqb9elqOfZogV4GQVvBYw3xJlt6igJVXgBUyjNqtPv/j7Yw==", + "node_modules/npm/node_modules/path-is-absolute": { + "version": "1.0.1", "dev": true, - "dependencies": { - "chalk": "^5.0.1", - "cli-table": "^0.3.11", - "commander": "^9.4.0", - "fast-memoize": "^2.5.2", - "find-up": "5.0.0", - "fp-and-or": "^0.1.3", - "get-stdin": "^8.0.0", - "globby": "^11.0.4", - "hosted-git-info": "^5.0.0", - "json-parse-helpfulerror": "^1.0.3", - "jsonlines": "^0.1.1", - "lodash": "^4.17.21", - "minimatch": "^5.1.0", - "p-map": "^4.0.0", - "pacote": "^13.6.1", - "parse-github-url": "^1.0.2", - "progress": "^2.0.3", - "prompts-ncu": "^2.5.1", - "rc-config-loader": "^4.1.0", - "remote-git-tags": "^3.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.7", - "semver-utils": "^1.1.4", - "source-map-support": "^0.5.21", - "spawn-please": "^1.0.0", - "update-notifier": "^6.0.2", - "yaml": "^2.1.1" - }, - "bin": { - "ncu": "build/src/bin/cli.js", - "npm-check-updates": "build/src/bin/cli.js" - }, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=14.14" + "node": ">=0.10.0" } }, - "node_modules/npm-check-updates/node_modules/brace-expansion": { + "node_modules/npm/node_modules/proc-log": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm-check-updates/node_modules/chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "node_modules/npm/node_modules/promise-all-reject-late": { + "version": "1.0.1", "dev": true, - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, + "inBundle": true, + "license": "ISC", "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/npm-check-updates/node_modules/commander": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", - "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", + "node_modules/npm/node_modules/promise-call-limit": { + "version": "1.0.1", "dev": true, - "engines": { - "node": "^12.20.0 || >=14" + "inBundle": true, + "license": "ISC", + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/npm-check-updates/node_modules/hosted-git-info": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", - "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", + "node_modules/npm/node_modules/promise-inflight": { + "version": "1.0.1", + "dev": true, + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/promise-retry": { + "version": "2.0.1", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "lru-cache": "^7.5.1" + "err-code": "^2.0.2", + "retry": "^0.12.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": ">=10" } }, - "node_modules/npm-check-updates/node_modules/lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", + "node_modules/npm/node_modules/promzard": { + "version": "0.3.0", "dev": true, - "engines": { - "node": ">=12" + "inBundle": true, + "license": "ISC", + "dependencies": { + "read": "1" } }, - "node_modules/npm-check-updates/node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "node_modules/npm/node_modules/qrcode-terminal": { + "version": "0.12.0", + "dev": true, + "inBundle": true, + "bin": { + "qrcode-terminal": "bin/qrcode-terminal.js" + } + }, + "node_modules/npm/node_modules/read": { + "version": "1.0.7", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "mute-stream": "~0.0.4" }, "engines": { - "node": ">=10" + "node": ">=0.8" } }, - "node_modules/npm-check-updates/node_modules/yaml": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz", - "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==", + "node_modules/npm/node_modules/read-cmd-shim": { + "version": "3.0.0", "dev": true, + "inBundle": true, + "license": "ISC", "engines": { - "node": ">= 14" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm-install-checks": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz", - "integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==", + "node_modules/npm/node_modules/read-package-json": { + "version": "5.0.1", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "semver": "^7.1.1" + "glob": "^8.0.1", + "json-parse-even-better-errors": "^2.3.1", + "normalize-package-data": "^4.0.0", + "npm-normalize-package-bin": "^1.0.1" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm-normalize-package-bin": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", - "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", - "dev": true - }, - "node_modules/npm-package-arg": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.0.2.tgz", - "integrity": "sha512-v/miORuX8cndiOheW8p2moNuPJ7QhcFh9WGlTorruG8hXSA23vMTEp5hTCmDxic0nD8KHhj/NQgFuySD3GYY3g==", + "node_modules/npm/node_modules/read-package-json-fast": { + "version": "2.0.3", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "hosted-git-info": "^5.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^4.0.0" + "json-parse-even-better-errors": "^2.3.0", + "npm-normalize-package-bin": "^1.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" } }, - "node_modules/npm-package-arg/node_modules/hosted-git-info": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", - "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", + "node_modules/npm/node_modules/readable-stream": { + "version": "3.6.0", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "lru-cache": "^7.5.1" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": ">= 6" } }, - "node_modules/npm-package-arg/node_modules/lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", + "node_modules/npm/node_modules/readdir-scoped-modules": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "debuglog": "^1.0.1", + "dezalgo": "^1.0.0", + "graceful-fs": "^4.1.2", + "once": "^1.3.0" + } + }, + "node_modules/npm/node_modules/retry": { + "version": "0.12.0", "dev": true, + "inBundle": true, + "license": "MIT", "engines": { - "node": ">=12" + "node": ">= 4" } }, - "node_modules/npm-packlist": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.1.1.tgz", - "integrity": "sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==", + "node_modules/npm/node_modules/rimraf": { + "version": "3.0.2", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "glob": "^8.0.1", - "ignore-walk": "^5.0.1", - "npm-bundled": "^1.1.2", - "npm-normalize-package-bin": "^1.0.1" + "glob": "^7.1.3" }, "bin": { - "npm-packlist": "bin/index.js" + "rimraf": "bin.js" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/npm-packlist/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": { + "version": "1.1.11", "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, - "node_modules/npm-packlist/node_modules/glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", + "node_modules/npm/node_modules/rimraf/node_modules/glob": { + "version": "7.2.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": ">=12" + "node": "*" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/npm-packlist/node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "node_modules/npm/node_modules/rimraf/node_modules/minimatch": { + "version": "3.1.2", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=10" + "node": "*" } }, - "node_modules/npm-pick-manifest": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-7.0.1.tgz", - "integrity": "sha512-IA8+tuv8KujbsbLQvselW2XQgmXWS47t3CB0ZrzsRZ82DbDfkcFunOaPm4X7qNuhMfq+FmV7hQT4iFVpHqV7mg==", + "node_modules/npm/node_modules/safe-buffer": { + "version": "5.2.1", "dev": true, - "dependencies": { - "npm-install-checks": "^5.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^9.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "inBundle": true, + "license": "MIT" }, - "node_modules/npm-registry-fetch": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz", - "integrity": "sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w==", + "node_modules/npm/node_modules/safer-buffer": { + "version": "2.1.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/npm/node_modules/semver": { + "version": "7.3.7", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "make-fetch-happen": "^10.0.6", - "minipass": "^3.1.6", - "minipass-fetch": "^2.0.3", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^9.0.1", - "proc-log": "^2.0.0" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" } }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "node_modules/npm/node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", "dev": true, + "inBundle": true, + "license": "ISC", "dependencies": { - "path-key": "^3.0.0" + "yallist": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/npm/node_modules/@colors/colors": { - "version": "1.5.0", + "node_modules/npm/node_modules/set-blocking": { + "version": "2.0.0", "dev": true, "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.90" - } + "license": "ISC" }, - "node_modules/npm/node_modules/@gar/promisify": { - "version": "1.1.3", + "node_modules/npm/node_modules/signal-exit": { + "version": "3.0.7", "dev": true, "inBundle": true, - "license": "MIT" + "license": "ISC" }, - "node_modules/npm/node_modules/@isaacs/string-locale-compare": { - "version": "1.1.0", + "node_modules/npm/node_modules/smart-buffer": { + "version": "4.2.0", "dev": true, "inBundle": true, - "license": "ISC" + "license": "MIT", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } }, - "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "5.1.1", + "node_modules/npm/node_modules/socks": { + "version": "2.6.2", "dev": true, "inBundle": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^2.0.3", - "@npmcli/metavuln-calculator": "^3.0.1", - "@npmcli/move-file": "^2.0.0", - "@npmcli/name-from-folder": "^1.0.1", - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/package-json": "^2.0.0", - "@npmcli/run-script": "^3.0.0", - "bin-links": "^3.0.0", - "cacache": "^16.0.6", - "common-ancestor-path": "^1.0.1", - "json-parse-even-better-errors": "^2.3.1", - "json-stringify-nice": "^1.1.4", - "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.0", - "npmlog": "^6.0.2", - "pacote": "^13.0.5", - "parse-conflict-json": "^2.0.1", - "proc-log": "^2.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^2.0.2", - "readdir-scoped-modules": "^1.1.0", - "rimraf": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^9.0.0", - "treeverse": "^2.0.0", - "walk-up-path": "^1.0.0" - }, - "bin": { - "arborist": "bin/index.js" + "ip": "^1.1.5", + "smart-buffer": "^4.2.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 10.13.0", + "npm": ">= 3.0.0" } }, - "node_modules/npm/node_modules/@npmcli/ci-detect": { - "version": "2.0.0", + "node_modules/npm/node_modules/socks-proxy-agent": { + "version": "6.1.1", "dev": true, "inBundle": true, - "license": "ISC", + "license": "MIT", + "dependencies": { + "agent-base": "^6.0.2", + "debug": "^4.3.1", + "socks": "^2.6.1" + }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": ">= 10" } }, - "node_modules/npm/node_modules/@npmcli/config": { - "version": "4.1.0", + "node_modules/npm/node_modules/spdx-correct": { + "version": "3.1.1", "dev": true, "inBundle": true, - "license": "ISC", + "license": "Apache-2.0", "dependencies": { - "@npmcli/map-workspaces": "^2.0.2", - "ini": "^3.0.0", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "proc-log": "^2.0.0", - "read-package-json-fast": "^2.0.3", - "semver": "^7.3.5", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" } }, - "node_modules/npm/node_modules/@npmcli/disparity-colors": { - "version": "2.0.0", + "node_modules/npm/node_modules/spdx-exceptions": { + "version": "2.3.0", "dev": true, "inBundle": true, - "license": "ISC", + "license": "CC-BY-3.0" + }, + "node_modules/npm/node_modules/spdx-expression-parse": { + "version": "3.0.1", + "dev": true, + "inBundle": true, + "license": "MIT", "dependencies": { - "ansi-styles": "^4.3.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" } }, - "node_modules/npm/node_modules/@npmcli/fs": { - "version": "2.1.0", + "node_modules/npm/node_modules/spdx-license-ids": { + "version": "3.0.11", + "dev": true, + "inBundle": true, + "license": "CC0-1.0" + }, + "node_modules/npm/node_modules/ssri": { + "version": "9.0.0", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" + "minipass": "^3.1.1" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm/node_modules/@npmcli/git": { - "version": "3.0.1", + "node_modules/npm/node_modules/string_decoder": { + "version": "1.3.0", "dev": true, "inBundle": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "@npmcli/promise-spawn": "^3.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^7.0.0", - "proc-log": "^2.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "safe-buffer": "~5.2.0" } }, - "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "1.0.7", + "node_modules/npm/node_modules/string-width": { + "version": "4.2.3", "dev": true, "inBundle": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - }, - "bin": { - "installed-package-contents": "index.js" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">= 10" + "node": ">=8" } }, - "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "2.0.3", + "node_modules/npm/node_modules/strip-ansi": { + "version": "6.0.1", "dev": true, "inBundle": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "@npmcli/name-from-folder": "^1.0.1", - "glob": "^8.0.1", - "minimatch": "^5.0.1", - "read-package-json-fast": "^2.0.3" + "ansi-regex": "^5.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=8" } }, - "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "3.1.0", + "node_modules/npm/node_modules/supports-color": { + "version": "7.2.0", "dev": true, "inBundle": true, - "license": "ISC", + "license": "MIT", "dependencies": { - "cacache": "^16.0.0", - "json-parse-even-better-errors": "^2.3.1", - "pacote": "^13.0.3", - "semver": "^7.3.5" + "has-flag": "^4.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=8" } }, - "node_modules/npm/node_modules/@npmcli/move-file": { - "version": "2.0.0", + "node_modules/npm/node_modules/tar": { + "version": "6.1.11", "dev": true, "inBundle": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 10" } }, - "node_modules/npm/node_modules/@npmcli/name-from-folder": { - "version": "1.0.1", + "node_modules/npm/node_modules/text-table": { + "version": "0.2.0", "dev": true, "inBundle": true, - "license": "ISC" + "license": "MIT" }, - "node_modules/npm/node_modules/@npmcli/node-gyp": { - "version": "2.0.0", + "node_modules/npm/node_modules/tiny-relative-date": { + "version": "1.3.0", "dev": true, "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } + "license": "MIT" }, - "node_modules/npm/node_modules/@npmcli/package-json": { + "node_modules/npm/node_modules/treeverse": { "version": "2.0.0", "dev": true, "inBundle": true, "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^2.3.1" - }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm/node_modules/@npmcli/promise-spawn": { - "version": "3.0.0", + "node_modules/npm/node_modules/unique-filename": { + "version": "1.1.1", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "infer-owner": "^1.0.4" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "unique-slug": "^2.0.0" } }, - "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "3.0.2", + "node_modules/npm/node_modules/unique-slug": { + "version": "2.0.2", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "imurmurhash": "^0.1.4" } }, - "node_modules/npm/node_modules/@tootallnate/once": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/abbrev": { - "version": "1.1.1", + "node_modules/npm/node_modules/util-deprecate": { + "version": "1.0.2", "dev": true, "inBundle": true, - "license": "ISC" + "license": "MIT" }, - "node_modules/npm/node_modules/agent-base": { - "version": "6.0.2", + "node_modules/npm/node_modules/validate-npm-package-license": { + "version": "3.0.4", "dev": true, "inBundle": true, - "license": "MIT", + "license": "Apache-2.0", "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" } }, - "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.2.1", + "node_modules/npm/node_modules/validate-npm-package-name": { + "version": "4.0.0", "dev": true, "inBundle": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" + "builtins": "^5.0.0" }, "engines": { - "node": ">= 8.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm/node_modules/aggregate-error": { - "version": "3.1.0", + "node_modules/npm/node_modules/walk-up-path": { + "version": "1.0.0", "dev": true, "inBundle": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "ISC" }, - "node_modules/npm/node_modules/ansi-regex": { - "version": "5.0.1", + "node_modules/npm/node_modules/wcwidth": { + "version": "1.0.1", "dev": true, "inBundle": true, "license": "MIT", - "engines": { - "node": ">=8" + "dependencies": { + "defaults": "^1.0.3" } }, - "node_modules/npm/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/npm/node_modules/which": { + "version": "2.0.2", "dev": true, "inBundle": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "color-convert": "^2.0.1" + "isexe": "^2.0.0" }, - "engines": { - "node": ">=8" + "bin": { + "node-which": "bin/node-which" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "engines": { + "node": ">= 8" } }, - "node_modules/npm/node_modules/aproba": { - "version": "2.0.0", + "node_modules/npm/node_modules/wide-align": { + "version": "1.1.5", "dev": true, "inBundle": true, - "license": "ISC" + "license": "ISC", + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } }, - "node_modules/npm/node_modules/archy": { - "version": "1.0.0", + "node_modules/npm/node_modules/wrappy": { + "version": "1.0.2", "dev": true, "inBundle": true, - "license": "MIT" + "license": "ISC" }, - "node_modules/npm/node_modules/are-we-there-yet": { - "version": "3.0.0", + "node_modules/npm/node_modules/write-file-atomic": { + "version": "4.0.1", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/npm/node_modules/asap": { - "version": "2.0.6", + "node_modules/npm/node_modules/yallist": { + "version": "4.0.0", "dev": true, "inBundle": true, - "license": "MIT" + "license": "ISC" }, - "node_modules/npm/node_modules/balanced-match": { - "version": "1.0.2", + "node_modules/npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", "dev": true, - "inBundle": true, - "license": "MIT" + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } }, - "node_modules/npm/node_modules/bin-links": { - "version": "3.0.1", + "node_modules/nth-check": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "cmd-shim": "^5.0.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0", - "read-cmd-shim": "^3.0.0", - "rimraf": "^3.0.0", - "write-file-atomic": "^4.0.0" + "boolbase": "^1.0.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" } }, - "node_modules/npm/node_modules/binary-extensions": { + "node_modules/num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==", + "dev": true + }, + "node_modules/nwsapi": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==", "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } + "optional": true, + "peer": true }, - "node_modules/npm/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/builtins": { - "version": "5.0.0", + "node_modules/object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "semver": "^7.0.0" + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/cacache": { - "version": "16.0.7", + "node_modules/object-copy/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^1.1.1" + "is-descriptor": "^0.1.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/chalk": { - "version": "4.1.2", + "node_modules/object-copy/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "kind-of": "^3.0.2" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/chownr": { - "version": "2.0.0", + "node_modules/object-copy/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/object-copy/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, - "inBundle": true, - "license": "ISC", + "dependencies": { + "kind-of": "^3.0.2" + }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/cidr-regex": { - "version": "3.1.1", + "node_modules/object-copy/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", "dependencies": { - "ip-regex": "^4.1.0" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/clean-stack": { - "version": "2.2.0", + "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">=6" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/cli-columns": { - "version": "4.0.0", + "node_modules/object-copy/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">= 10" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/cli-table3": { - "version": "0.6.2", + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "string-width": "^4.2.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" }, "engines": { - "node": "10.* || >= 12.*" + "node": ">= 0.4" }, - "optionalDependencies": { - "@colors/colors": "1.5.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/npm/node_modules/clone": { - "version": "1.0.4", + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">=0.8" + "node": ">= 0.4" } }, - "node_modules/npm/node_modules/cmd-shim": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "mkdirp-infer-owner": "^2.0.0" - }, + "node_modules/object-path": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.8.tgz", + "integrity": "sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==", "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 10.12.0" } }, - "node_modules/npm/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "isobject": "^3.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/color-support": { - "version": "1.1.3", + "node_modules/object-visit/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, - "inBundle": true, - "license": "ISC", - "bin": { - "color-support": "bin.js" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/columnify": { - "version": "1.6.0", + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" }, "engines": { - "node": ">=8.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/npm/node_modules/common-ancestor-path": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/concat-map": { - "version": "0.0.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/console-control-strings": { - "version": "1.1.0", + "node_modules/object.entries": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", + "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", "dev": true, - "inBundle": true, - "license": "ISC" + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + } }, - "node_modules/npm/node_modules/debug": { - "version": "4.3.4", + "node_modules/object.fromentries": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", + "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "ms": "2.1.2" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" }, "engines": { - "node": ">=6.0" + "node": ">= 0.4" }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/npm/node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/debuglog": { - "version": "1.0.1", + "node_modules/object.getownpropertydescriptors": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz", + "integrity": "sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==", "dev": true, - "inBundle": true, - "license": "MIT", + "dependencies": { + "array.prototype.reduce": "^1.0.5", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, "engines": { - "node": "*" + "node": ">= 0.8" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/npm/node_modules/defaults": { - "version": "1.0.3", + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "clone": "^1.0.2" + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/delegates": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/depd": { - "version": "1.1.2", + "node_modules/object.pick/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/dezalgo": { - "version": "1.0.4", + "node_modules/object.values": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/diff": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "BSD-3-Clause", + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, "engines": { - "node": ">=0.3.1" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/npm/node_modules/emoji-regex": { - "version": "8.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/encoding": { - "version": "0.1.13", - "dev": true, - "inBundle": true, + "node_modules/objection": { + "version": "3.0.1", + "resolved": "git+ssh://git@github.com/Vincit/objection.js.git#dbb20aebaac2059149ec18386283b3cce4a3d7f0", + "integrity": "sha512-o1O1lXZ+kuyUjSqQr/5AVMIU9uBtmpQpHsWbU5pbZo0x9OQAIcvjjuzn2JtW7kW1YWDb8T0JTYhE6m8swg0ovQ==", "license": "MIT", - "optional": true, "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/npm/node_modules/env-paths": { - "version": "2.2.1", - "dev": true, - "inBundle": true, - "license": "MIT", + "ajv": "^8.6.2", + "db-errors": "^0.2.3" + }, "engines": { - "node": ">=6" + "node": ">=12.0.0" + }, + "peerDependencies": { + "knex": ">=0.95.0" } }, - "node_modules/npm/node_modules/err-code": { - "version": "2.0.3", - "dev": true, - "inBundle": true, - "license": "MIT" + "node_modules/objection/node_modules/ajv": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } }, - "node_modules/npm/node_modules/fastest-levenshtein": { - "version": "1.0.12", - "dev": true, - "inBundle": true, - "license": "MIT" + "node_modules/objection/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, - "node_modules/npm/node_modules/fs-minipass": { - "version": "2.1.0", - "dev": true, - "inBundle": true, - "license": "ISC", + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "dependencies": { - "minipass": "^3.0.0" + "ee-first": "1.1.1" }, "engines": { - "node": ">= 8" + "node": ">= 0.8" } }, - "node_modules/npm/node_modules/fs.realpath": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "engines": { + "node": ">= 0.8" + } }, - "node_modules/npm/node_modules/function-bind": { - "version": "1.1.1", - "dev": true, - "inBundle": true, - "license": "MIT" + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } }, - "node_modules/npm/node_modules/gauge": { - "version": "4.0.4", + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" + "mimic-fn": "^2.1.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/glob": { - "version": "8.0.1", + "node_modules/open": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" }, "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/graceful-fs": { - "version": "4.2.10", + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", "dev": true, - "inBundle": true, - "license": "ISC" + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } }, - "node_modules/npm/node_modules/has": { - "version": "1.0.3", + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "function-bind": "^1.1.1" + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" }, "engines": { - "node": ">= 0.4.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", + "dev": true + }, + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", "dev": true, - "inBundle": true, - "license": "MIT", + "optional": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/has-unicode": { - "version": "2.0.1", + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "dev": true, - "inBundle": true, - "license": "ISC" + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/npm/node_modules/hosted-git-info": { - "version": "5.0.0", + "node_modules/p-all": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-all/-/p-all-2.1.0.tgz", + "integrity": "sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "lru-cache": "^7.5.1" + "p-map": "^2.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": ">=6" } }, - "node_modules/npm/node_modules/http-cache-semantics": { - "version": "4.1.0", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause" - }, - "node_modules/npm/node_modules/http-proxy-agent": { - "version": "5.0.0", + "node_modules/p-all/node_modules/p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - }, "engines": { - "node": ">= 6" + "node": ">=6" } }, - "node_modules/npm/node_modules/https-proxy-agent": { - "version": "5.0.0", + "node_modules/p-cancelable": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz", + "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==", "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, "engines": { - "node": ">= 6" + "node": ">=12.20" } }, - "node_modules/npm/node_modules/humanize-ms": { - "version": "1.2.1", + "node_modules/p-each-series": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz", + "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==", "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "^2.0.0" + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/iconv-lite": { - "version": "0.6.3", + "node_modules/p-event": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz", + "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==", "dev": true, - "inBundle": true, - "license": "MIT", - "optional": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" + "p-timeout": "^3.1.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/ignore-walk": { - "version": "5.0.1", + "node_modules/p-filter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-2.1.0.tgz", + "integrity": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "minimatch": "^5.0.1" + "p-map": "^2.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=8" } }, - "node_modules/npm/node_modules/imurmurhash": { - "version": "0.1.4", + "node_modules/p-filter/node_modules/p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">=0.8.19" + "node": ">=6" } }, - "node_modules/npm/node_modules/indent-string": { - "version": "4.0.0", + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/npm/node_modules/infer-owner": { - "version": "1.0.4", + "node_modules/p-is-promise": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", + "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", "dev": true, - "inBundle": true, - "license": "ISC" + "engines": { + "node": ">=8" + } }, - "node_modules/npm/node_modules/inflight": { - "version": "1.0.6", - "dev": true, - "inBundle": true, - "license": "ISC", + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dependencies": { - "once": "^1.3.0", - "wrappy": "1" + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/inherits": { - "version": "2.0.4", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/ini": { - "version": "3.0.0", + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, - "inBundle": true, - "license": "ISC", + "dependencies": { + "p-limit": "^3.0.2" + }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/init-package-json": { - "version": "3.0.2", + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "npm-package-arg": "^9.0.1", - "promzard": "^0.3.0", - "read": "^1.0.7", - "read-package-json": "^5.0.0", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^4.0.0" + "aggregate-error": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/ip": { - "version": "1.1.5", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/ip-regex": { - "version": "4.3.0", + "node_modules/p-reduce": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz", + "integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/npm/node_modules/is-cidr": { - "version": "4.0.2", + "node_modules/p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", "dependencies": { - "cidr-regex": "^3.1.1" + "@types/retry": "0.12.0", + "retry": "^0.13.1" }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/npm/node_modules/is-core-module": { - "version": "2.8.1", + "node_modules/p-timeout": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "has": "^1.0.3" + "p-finally": "^1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/npm/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/npm/node_modules/is-lambda": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/isexe": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/json-parse-even-better-errors": { - "version": "2.3.1", + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, - "inBundle": true, - "license": "MIT" + "engines": { + "node": ">=6" + } }, - "node_modules/npm/node_modules/json-stringify-nice": { - "version": "1.1.4", + "node_modules/package-json": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.0.tgz", + "integrity": "sha512-hySwcV8RAWeAfPsXb9/HGSPn8lwDnv6fabH+obUZKX169QknRkRhPxd1yMubpKDskLFATkl3jHpNtVtDPFA0Wg==", "dev": true, - "inBundle": true, - "license": "ISC", + "dependencies": { + "got": "^12.1.0", + "registry-auth-token": "^5.0.1", + "registry-url": "^6.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": ">=14.16" + }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/jsonparse": { - "version": "1.3.1", - "dev": true, - "engines": [ - "node >= 0.2.0" - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff": { + "node_modules/package-json/node_modules/registry-auth-token": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.1.tgz", + "integrity": "sha512-UfxVOj8seK1yaIOiieV4FIP01vfBDLsY0H9sQzi9EbbUdJiuuBjJgLa1DpImXMNPnVkBD4eVxTEXcrZA6kfpJA==", "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff-apply": { - "version": "5.2.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/libnpmaccess": { - "version": "6.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "aproba": "^2.0.0", - "minipass": "^3.1.1", - "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0" + "@pnpm/npm-conf": "^1.0.4" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=14" } }, - "node_modules/npm/node_modules/libnpmdiff": { - "version": "4.0.3", + "node_modules/packet-reader": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz", + "integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==" + }, + "node_modules/pacote": { + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.6.2.tgz", + "integrity": "sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "@npmcli/disparity-colors": "^2.0.0", + "@npmcli/git": "^3.0.0", "@npmcli/installed-package-contents": "^1.0.7", - "binary-extensions": "^2.2.0", - "diff": "^5.0.0", - "minimatch": "^5.0.1", - "npm-package-arg": "^9.0.1", - "pacote": "^13.0.5", - "tar": "^6.1.0" - }, + "@npmcli/promise-spawn": "^3.0.0", + "@npmcli/run-script": "^4.1.0", + "cacache": "^16.0.0", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "infer-owner": "^1.0.4", + "minipass": "^3.1.6", + "mkdirp": "^1.0.4", + "npm-package-arg": "^9.0.0", + "npm-packlist": "^5.1.0", + "npm-pick-manifest": "^7.0.0", + "npm-registry-fetch": "^13.0.1", + "proc-log": "^2.0.0", + "promise-retry": "^2.0.1", + "read-package-json": "^5.0.0", + "read-package-json-fast": "^2.0.3", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", + "tar": "^6.1.11" + }, + "bin": { + "pacote": "lib/bin.js" + }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm/node_modules/libnpmexec": { - "version": "4.0.5", + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "node_modules/parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "@npmcli/arborist": "^5.0.0", - "@npmcli/ci-detect": "^2.0.0", - "@npmcli/run-script": "^3.0.0", - "chalk": "^4.1.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-package-arg": "^9.0.1", - "npmlog": "^6.0.2", - "pacote": "^13.0.5", - "proc-log": "^2.0.0", - "read": "^1.0.7", - "read-package-json-fast": "^2.0.2", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" } }, - "node_modules/npm/node_modules/libnpmfund": { - "version": "3.0.2", + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "@npmcli/arborist": "^5.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "dot-case": "^3.0.4", + "tslib": "^2.0.3" } }, - "node_modules/npm/node_modules/libnpmhook": { - "version": "8.0.3", + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "callsites": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=6" } }, - "node_modules/npm/node_modules/libnpmorg": { - "version": "4.0.3", + "node_modules/parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" } }, - "node_modules/npm/node_modules/libnpmpack": { - "version": "4.0.3", + "node_modules/parse-entities": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", + "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "@npmcli/run-script": "^3.0.0", - "npm-package-arg": "^9.0.1", - "pacote": "^13.0.5" + "character-entities": "^1.0.0", + "character-entities-legacy": "^1.0.0", + "character-reference-invalid": "^1.0.0", + "is-alphanumerical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-hexadecimal": "^1.0.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/npm/node_modules/libnpmpublish": { - "version": "6.0.4", + "node_modules/parse-github-url": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", + "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "normalize-package-data": "^4.0.0", - "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0", - "semver": "^7.3.7", - "ssri": "^9.0.0" + "bin": { + "parse-github-url": "cli.js" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/libnpmsearch": { - "version": "5.0.3", + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "npm-registry-fetch": "^13.0.0" + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm/node_modules/libnpmteam": { - "version": "4.0.3", + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", "dev": true, - "inBundle": true, - "license": "ISC", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "node_modules/parsedbf": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/parsedbf/-/parsedbf-1.1.1.tgz", + "integrity": "sha512-jndFmhcrzSAGCMccM4za+3bIRxqV6L2doQjYN8Xgz0kZUpyBT5I8Gs6Y6hL5GcO2rih9OBkPcLlx2uBoLi8R8Q==", "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "iconv-lite": "^0.4.15", + "text-encoding-polyfill": "^0.6.7" + } + }, + "node_modules/parseley": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/parseley/-/parseley-0.7.0.tgz", + "integrity": "sha512-xyOytsdDu077M3/46Am+2cGXEKM9U9QclBDv7fimY7e+BBlxh2JcBp2mgNsmkyA9uvgyTjVzDi7cP1v4hcFxbw==", + "dependencies": { + "moo": "^0.5.1", + "nearley": "^2.20.1" }, + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 0.8" } }, - "node_modules/npm/node_modules/libnpmversion": { - "version": "3.0.4", + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "@npmcli/git": "^3.0.0", - "@npmcli/run-script": "^3.0.0", - "json-parse-even-better-errors": "^2.3.1", - "proc-log": "^2.0.0", - "semver": "^7.3.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "no-case": "^3.0.4", + "tslib": "^2.0.3" } }, - "node_modules/npm/node_modules/lru-cache": { - "version": "7.8.1", + "node_modules/pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", "dev": true, - "inBundle": true, - "license": "ISC", "engines": { - "node": ">=12" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/make-fetch-happen": { - "version": "10.1.2", + "node_modules/path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", + "dev": true + }, + "node_modules/path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", + "dev": true + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.0.2", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.1.1", - "ssri": "^9.0.0" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=8" } }, - "node_modules/npm/node_modules/minimatch": { - "version": "5.0.1", + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/minipass": { - "version": "3.1.6", + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, "engines": { "node": ">=8" } }, - "node_modules/npm/node_modules/minipass-collect": { - "version": "1.0.2", + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/pathval": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, "engines": { - "node": ">= 8" + "node": "*" } }, - "node_modules/npm/node_modules/minipass-fetch": { - "version": "2.1.0", + "node_modules/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" + "node": ">=0.12" } }, - "node_modules/npm/node_modules/minipass-flush": { - "version": "1.0.5", - "dev": true, - "inBundle": true, - "license": "ISC", + "node_modules/pg": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.8.0.tgz", + "integrity": "sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==", "dependencies": { - "minipass": "^3.0.0" + "buffer-writer": "2.0.0", + "packet-reader": "1.0.0", + "pg-connection-string": "^2.5.0", + "pg-pool": "^3.5.2", + "pg-protocol": "^1.5.0", + "pg-types": "^2.1.0", + "pgpass": "1.x" }, "engines": { - "node": ">= 8" + "node": ">= 8.0.0" + }, + "peerDependencies": { + "pg-native": ">=3.0.1" + }, + "peerDependenciesMeta": { + "pg-native": { + "optional": true + } } }, - "node_modules/npm/node_modules/minipass-json-stream": { + "node_modules/pg-connection-string": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz", + "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==" + }, + "node_modules/pg-escape": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/pg-escape/-/pg-escape-0.2.0.tgz", + "integrity": "sha1-ZVlMFpFlm0q24Mu/nVB0S+R0mY4=", + "dev": true + }, + "node_modules/pg-int8": { "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" + "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", + "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", + "engines": { + "node": ">=4.0.0" } }, - "node_modules/npm/node_modules/minipass-pipeline": { - "version": "1.2.4", - "dev": true, - "inBundle": true, - "license": "ISC", + "node_modules/pg-pool": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.5.2.tgz", + "integrity": "sha512-His3Fh17Z4eg7oANLob6ZvH8xIVen3phEZh2QuyrIl4dQSDVEabNducv6ysROKpDNPSD+12tONZVWfSgMvDD9w==", + "peerDependencies": { + "pg": ">=8.0" + } + }, + "node_modules/pg-protocol": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.5.0.tgz", + "integrity": "sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==" + }, + "node_modules/pg-types": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", + "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", "dependencies": { - "minipass": "^3.0.0" + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" }, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/npm/node_modules/minipass-sized": { - "version": "1.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", + "node_modules/pgpass": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", + "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", "dependencies": { - "minipass": "^3.0.0" - }, + "split2": "^4.1.0" + } + }, + "node_modules/pgpass/node_modules/split2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", + "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", "engines": { - "node": ">=8" + "node": ">= 10.x" } }, - "node_modules/npm/node_modules/minizlib": { - "version": "2.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, + "node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "engines": { - "node": ">= 8" + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/npm/node_modules/mkdirp": { - "version": "1.0.4", + "node_modules/pidtree": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz", + "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==", "dev": true, - "inBundle": true, - "license": "MIT", "bin": { - "mkdirp": "bin/cmd.js" + "pidtree": "bin/pidtree.js" }, "engines": { - "node": ">=10" + "node": ">=0.10" } }, - "node_modules/npm/node_modules/mkdirp-infer-owner": { - "version": "2.0.0", + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "infer-owner": "^1.0.4", - "mkdirp": "^1.0.3" - }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/ms": { - "version": "2.1.3", + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", "dev": true, - "inBundle": true, - "license": "MIT" + "optional": true, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/npm/node_modules/mute-stream": { - "version": "0.0.8", + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", "dev": true, - "inBundle": true, - "license": "ISC" + "optional": true, + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/npm/node_modules/negotiator": { - "version": "0.6.3", + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">= 6" } }, - "node_modules/npm/node_modules/node-gyp": { - "version": "9.0.0", + "node_modules/pkg-conf": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", + "integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^10.0.3", - "nopt": "^5.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" + "find-up": "^2.0.0", + "load-json-file": "^4.0.0" }, "engines": { - "node": "^12.22 || ^14.13 || >=16" + "node": ">=4" } }, - "node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": { - "version": "1.1.11", + "node_modules/pkg-conf/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "locate-path": "^2.0.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/npm/node_modules/node-gyp/node_modules/glob": { - "version": "7.2.0", + "node_modules/pkg-conf/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=4" } }, - "node_modules/npm/node_modules/node-gyp/node_modules/minimatch": { - "version": "3.1.2", + "node_modules/pkg-conf/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "p-try": "^1.0.0" }, "engines": { - "node": "*" + "node": ">=4" } }, - "node_modules/npm/node_modules/nopt": { - "version": "5.0.0", + "node_modules/pkg-conf/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" + "p-limit": "^1.1.0" }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/npm/node_modules/normalize-package-data": { - "version": "4.0.0", + "node_modules/pkg-conf/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^5.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": ">=4" } }, - "node_modules/npm/node_modules/npm-audit-report": { + "node_modules/pkg-conf/node_modules/path-exists": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-dir": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz", + "integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "chalk": "^4.0.0" + "find-up": "^5.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" } }, - "node_modules/npm/node_modules/npm-bundled": { - "version": "1.1.2", + "node_modules/pnp-webpack-plugin": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz", + "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "npm-normalize-package-bin": "^1.0.1" + "ts-pnp": "^1.1.6" + }, + "engines": { + "node": ">=6" } }, - "node_modules/npm/node_modules/npm-install-checks": { - "version": "5.0.0", + "node_modules/polished": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", + "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", "dependencies": { - "semver": "^7.1.1" + "@babel/runtime": "^7.17.8" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" } }, - "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" + "node_modules/polygon-clipping": { + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/polygon-clipping/-/polygon-clipping-0.15.3.tgz", + "integrity": "sha512-ho0Xx5DLkgxRx/+n4O74XyJ67DcyN3Tu9bGYKsnTukGAW6ssnuak6Mwcyb1wHy9MZc9xsUWqIoiazkZB5weECg==", + "dependencies": { + "splaytree": "^3.1.0" + } }, - "node_modules/npm/node_modules/npm-package-arg": { - "version": "9.0.2", + "node_modules/posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "hosted-git-info": "^5.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^4.0.0" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/npm-packlist": { - "version": "5.0.2", + "node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "glob": "^8.0.1", - "ignore-walk": "^5.0.1", - "npm-bundled": "^1.1.2", - "npm-normalize-package-bin": "^1.0.1" + "picocolors": "^0.2.1", + "source-map": "^0.6.1" }, - "bin": { - "npm-packlist": "bin/index.js" + "engines": { + "node": ">=6.0.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/postcss-browser-comments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", + "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", + "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=8" + }, + "peerDependencies": { + "browserslist": ">=4", + "postcss": ">=8" } }, - "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "7.0.1", + "node_modules/postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "npm-install-checks": "^5.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^9.0.0", - "semver": "^7.3.5" + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "peerDependencies": { + "postcss": "^8.2.2" } }, - "node_modules/npm/node_modules/npm-profile": { - "version": "6.0.3", + "node_modules/postcss-clamp": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", + "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=7.6.0" + }, + "peerDependencies": { + "postcss": "^8.4.6" } }, - "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "13.1.1", + "node_modules/postcss-env-function": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", + "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "make-fetch-happen": "^10.0.6", - "minipass": "^3.1.6", - "minipass-fetch": "^2.0.3", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^9.0.1", - "proc-log": "^2.0.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/npm/node_modules/npm-user-validate": { - "version": "1.0.1", + "node_modules/postcss-flexbugs-fixes": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz", + "integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==", "dev": true, - "inBundle": true, - "license": "BSD-2-Clause" + "dependencies": { + "postcss": "^7.0.26" + } }, - "node_modules/npm/node_modules/npmlog": { - "version": "6.0.2", + "node_modules/postcss-focus-visible": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", + "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" + "postcss-selector-parser": "^6.0.9" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/npm/node_modules/once": { - "version": "1.4.0", + "node_modules/postcss-focus-within": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", + "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "wrappy": "1" + "postcss-selector-parser": "^6.0.9" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/npm/node_modules/opener": { - "version": "1.5.2", + "node_modules/postcss-font-variant": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", "dev": true, - "inBundle": true, - "license": "(WTFPL OR MIT)", - "bin": { - "opener": "bin/opener-bin.js" + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/npm/node_modules/p-map": { - "version": "4.0.0", + "node_modules/postcss-import": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", + "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "aggregate-error": "^3.0.0" + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" }, "engines": { - "node": ">=10" + "node": ">=10.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.0.0" } }, - "node_modules/npm/node_modules/pacote": { - "version": "13.3.0", + "node_modules/postcss-initial": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", + "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", + "dev": true, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-loader": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", + "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "@npmcli/git": "^3.0.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/promise-spawn": "^3.0.0", - "@npmcli/run-script": "^3.0.1", - "cacache": "^16.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "infer-owner": "^1.0.4", - "minipass": "^3.1.6", - "mkdirp": "^1.0.4", - "npm-package-arg": "^9.0.0", - "npm-packlist": "^5.0.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^5.0.0", - "read-package-json-fast": "^2.0.3", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "lib/bin.js" + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.4" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/npm/node_modules/parse-conflict-json": { - "version": "2.0.2", + "node_modules/postcss-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "json-parse-even-better-errors": "^2.3.1", - "just-diff": "^5.0.1", - "just-diff-apply": "^5.2.0" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/npm/node_modules/path-is-absolute": { - "version": "1.0.1", + "node_modules/postcss-logical": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", + "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/npm/node_modules/proc-log": { - "version": "2.0.1", + "node_modules/postcss-media-minmax": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", + "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", "dev": true, - "inBundle": true, - "license": "ISC", "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/npm/node_modules/promise-all-reject-late": { - "version": "1.0.1", + "node_modules/postcss-modules-extract-imports": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", "dev": true, - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" + "dependencies": { + "postcss": "^7.0.5" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/npm/node_modules/promise-call-limit": { - "version": "1.0.1", + "node_modules/postcss-modules-local-by-default": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", + "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==", "dev": true, - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" + "dependencies": { + "icss-utils": "^4.1.1", + "postcss": "^7.0.32", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/npm/node_modules/promise-inflight": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/promise-retry": { - "version": "2.0.1", + "node_modules/postcss-modules-scope": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", + "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" }, "engines": { - "node": ">=10" + "node": ">= 6" } }, - "node_modules/npm/node_modules/promzard": { - "version": "0.3.0", + "node_modules/postcss-modules-values": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "read": "1" - } - }, - "node_modules/npm/node_modules/qrcode-terminal": { - "version": "0.12.0", - "dev": true, - "inBundle": true, - "bin": { - "qrcode-terminal": "bin/qrcode-terminal.js" + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" } }, - "node_modules/npm/node_modules/read": { - "version": "1.0.7", + "node_modules/postcss-normalize": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", + "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "mute-stream": "~0.0.4" + "@csstools/normalize.css": "*", + "postcss-browser-comments": "^4", + "sanitize.css": "*" }, "engines": { - "node": ">=0.8" + "node": ">= 12" + }, + "peerDependencies": { + "browserslist": ">= 4", + "postcss": ">= 8" } }, - "node_modules/npm/node_modules/read-cmd-shim": { - "version": "3.0.0", + "node_modules/postcss-opacity-percentage": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz", + "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==", "dev": true, - "inBundle": true, - "license": "ISC", + "funding": [ + { + "type": "kofi", + "url": "https://ko-fi.com/mrcgrtz" + }, + { + "type": "liberapay", + "url": "https://liberapay.com/mrcgrtz" + } + ], "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" } }, - "node_modules/npm/node_modules/read-package-json": { - "version": "5.0.1", + "node_modules/postcss-page-break": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^2.3.1", - "normalize-package-data": "^4.0.0", - "npm-normalize-package-bin": "^1.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "peerDependencies": { + "postcss": "^8" } }, - "node_modules/npm/node_modules/read-package-json-fast": { - "version": "2.0.3", + "node_modules/postcss-replace-overflow-wrap": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", + "dev": true, + "peerDependencies": { + "postcss": "^8.0.3" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/npm/node_modules/readable-stream": { - "version": "3.6.0", - "dev": true, - "inBundle": true, - "license": "MIT", + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/postgres-array": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", + "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/postgres-bytea": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", + "integrity": "sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-date": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", + "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-interval": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", + "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "xtend": "^4.0.0" }, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/npm/node_modules/readdir-scoped-modules": { - "version": "1.1.0", + "node_modules/preact": { + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.7.1.tgz", + "integrity": "sha512-MufnRFz39aIhs9AMFisonjzTud1PK1bY+jcJLo6m2T9Uh8AqjD77w11eAAawmjUogoGOnipECq7e/1RClIKsxg==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/preact" } }, - "node_modules/npm/node_modules/retry": { - "version": "0.12.0", + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">= 4" + "node": ">= 0.8.0" } }, - "node_modules/npm/node_modules/rimraf": { - "version": "3.0.2", + "node_modules/prettier": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", + "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, "bin": { - "rimraf": "bin.js" + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.11", + "node_modules/prettier-eslint": { + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-15.0.1.tgz", + "integrity": "sha512-mGOWVHixSvpZWARqSDXbdtTL54mMBxc5oQYQ6RAqy8jecuNJBgN3t9E5a81G66F8x8fsKNiR1HWaBV66MJDOpg==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "@types/eslint": "^8.4.2", + "@types/prettier": "^2.6.0", + "@typescript-eslint/parser": "^5.10.0", + "common-tags": "^1.4.0", + "dlv": "^1.1.0", + "eslint": "^8.7.0", + "indent-string": "^4.0.0", + "lodash.merge": "^4.6.0", + "loglevel-colored-level-prefix": "^1.0.0", + "prettier": "^2.5.1", + "pretty-format": "^23.0.1", + "require-relative": "^0.8.7", + "typescript": "^4.5.4", + "vue-eslint-parser": "^8.0.1" + }, + "engines": { + "node": ">=10.0.0" } }, - "node_modules/npm/node_modules/rimraf/node_modules/glob": { - "version": "7.2.0", + "node_modules/prettier-eslint/node_modules/ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=4" } }, - "node_modules/npm/node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", + "node_modules/prettier-eslint/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "color-convert": "^1.9.0" }, "engines": { - "node": "*" + "node": ">=4" } }, - "node_modules/npm/node_modules/safe-buffer": { - "version": "5.2.1", + "node_modules/prettier-eslint/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT" + "dependencies": { + "color-name": "1.1.3" + } }, - "node_modules/npm/node_modules/safer-buffer": { - "version": "2.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "optional": true + "node_modules/prettier-eslint/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true }, - "node_modules/npm/node_modules/semver": { - "version": "7.3.7", + "node_modules/prettier-eslint/node_modules/pretty-format": { + "version": "23.6.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-23.6.0.tgz", + "integrity": "sha512-zf9NV1NSlDLDjycnwm6hpFATCGl/K1lt0R/GdkAK2O5LN/rwJoB+Mh93gGJjut4YbmecbfgLWVGSTCr0Ewvvbw==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "ansi-regex": "^3.0.0", + "ansi-styles": "^3.2.0" } }, - "node_modules/npm/node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", + "node_modules/prettier-linter-helpers": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "yallist": "^4.0.0" + "fast-diff": "^1.1.2" }, "engines": { - "node": ">=10" + "node": ">=6.0.0" } }, - "node_modules/npm/node_modules/set-blocking": { - "version": "2.0.0", + "node_modules/pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", "dev": true, - "inBundle": true, - "license": "ISC" + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } }, - "node_modules/npm/node_modules/signal-exit": { - "version": "3.0.7", + "node_modules/pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", "dev": true, - "inBundle": true, - "license": "ISC" + "engines": { + "node": ">= 0.8" + } }, - "node_modules/npm/node_modules/smart-buffer": { - "version": "4.2.0", + "node_modules/proc-log": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz", + "integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==", "dev": true, - "inBundle": true, - "license": "MIT", "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/npm/node_modules/socks": { - "version": "2.6.2", + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ip": "^1.1.5", - "smart-buffer": "^4.2.0" - }, "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" + "node": ">= 0.6.0" } }, - "node_modules/npm/node_modules/socks-proxy-agent": { - "version": "6.1.1", + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.1", - "socks": "^2.6.1" - }, "engines": { - "node": ">= 10" + "node": ">=0.4.0" } }, - "node_modules/npm/node_modules/spdx-correct": { - "version": "3.1.1", - "dev": true, - "inBundle": true, - "license": "Apache-2.0", + "node_modules/proj4": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.8.0.tgz", + "integrity": "sha512-baC+YcD4xsSqJ+CpCZljj2gcQDhlKb+J+Zjv/2KSBwWNjk4M0pafgQsE+mWurd84tflMIsP+7j7mtIpFDHzQfQ==", "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" + "mgrs": "1.0.0", + "wkt-parser": "^1.3.1" } }, - "node_modules/npm/node_modules/spdx-exceptions": { - "version": "2.3.0", - "dev": true, - "inBundle": true, - "license": "CC-BY-3.0" - }, - "node_modules/npm/node_modules/spdx-expression-parse": { - "version": "3.0.1", + "node_modules/promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" + "asap": "~2.0.3" } }, - "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.11", - "dev": true, - "inBundle": true, - "license": "CC0-1.0" + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=", + "dev": true }, - "node_modules/npm/node_modules/ssri": { - "version": "9.0.0", + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "minipass": "^3.1.1" + "err-code": "^2.0.2", + "retry": "^0.12.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" } }, - "node_modules/npm/node_modules/string_decoder": { - "version": "1.3.0", + "node_modules/promise-retry/node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" + "engines": { + "node": ">= 4" } }, - "node_modules/npm/node_modules/string-width": { - "version": "4.2.3", + "node_modules/promise.allsettled": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.6.tgz", + "integrity": "sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "array.prototype.map": "^1.0.5", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", + "iterate-value": "^1.0.2" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/npm/node_modules/strip-ansi": { - "version": "6.0.1", + "node_modules/promise.prototype.finally": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-3.1.4.tgz", + "integrity": "sha512-nNc3YbgMfLzqtqvO/q5DP6RR0SiHI9pUPGzyDf1q+usTwCN2kjvAnJkBb7bHe3o+fFSBPpsGMoYtaSi+LTNqng==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/npm/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/npm/node_modules/tar": { - "version": "6.1.11", + "node_modules/prompts-ncu": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/prompts-ncu/-/prompts-ncu-2.5.1.tgz", + "integrity": "sha512-Hdd7GgV7b76Yh9FP9HL1D9xqtJCJdVPpiM2vDtuoc8W1KfweJe15gutFYmxkq83ViFaagFM8K0UcPCQ/tZq8bA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" + "kleur": "^4.0.1", + "sisteransi": "^1.0.5" }, "engines": { - "node": ">= 10" + "node": ">= 6" } }, - "node_modules/npm/node_modules/text-table": { - "version": "0.2.0", + "node_modules/prompts-ncu/node_modules/kleur": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", + "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/tiny-relative-date": { - "version": "1.3.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/treeverse": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=6" } }, - "node_modules/npm/node_modules/unique-filename": { - "version": "1.1.1", + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "unique-slug": "^2.0.0" + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" } }, - "node_modules/npm/node_modules/unique-slug": { - "version": "2.0.2", + "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "dev": true + }, + "node_modules/proper-lockfile": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-2.0.1.tgz", + "integrity": "sha1-FZ+wYZPTIAP0s2kd0uwaY0qoDR0=", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "imurmurhash": "^0.1.4" + "graceful-fs": "^4.1.2", + "retry": "^0.10.0" + }, + "engines": { + "node": ">=4.0.0" } }, - "node_modules/npm/node_modules/util-deprecate": { - "version": "1.0.2", + "node_modules/proper-lockfile/node_modules/retry": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", + "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", "dev": true, - "inBundle": true, - "license": "MIT" + "engines": { + "node": "*" + } }, - "node_modules/npm/node_modules/validate-npm-package-license": { - "version": "3.0.4", + "node_modules/property-information": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", + "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", "dev": true, - "inBundle": true, - "license": "Apache-2.0", "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "xtend": "^4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/npm/node_modules/validate-npm-package-name": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", + "node_modules/proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=", + "dev": true + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", "dependencies": { - "builtins": "^5.0.0" + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 0.10" } }, - "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", + "node_modules/prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", + "dev": true + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "node_modules/psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", "dev": true, - "inBundle": true, - "license": "ISC" + "optional": true, + "peer": true }, - "node_modules/npm/node_modules/wcwidth": { - "version": "1.0.1", + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true + }, + "node_modules/public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "dev": true, - "inBundle": true, - "license": "MIT", "dependencies": { - "defaults": "^1.0.3" + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" } }, - "node_modules/npm/node_modules/which": { - "version": "2.0.2", + "node_modules/public-encrypt/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + }, + "node_modules/pug": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz", + "integrity": "sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" + "pug-code-gen": "^3.0.2", + "pug-filters": "^4.0.0", + "pug-lexer": "^5.0.1", + "pug-linker": "^4.0.0", + "pug-load": "^3.0.0", + "pug-parser": "^6.0.0", + "pug-runtime": "^3.0.1", + "pug-strip-comments": "^2.0.0" } }, - "node_modules/npm/node_modules/wide-align": { - "version": "1.1.5", + "node_modules/pug-attrs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-3.0.0.tgz", + "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" + "constantinople": "^4.0.1", + "js-stringify": "^1.0.2", + "pug-runtime": "^3.0.0" } }, - "node_modules/npm/node_modules/wrappy": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/write-file-atomic": { - "version": "4.0.1", + "node_modules/pug-code-gen": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.2.tgz", + "integrity": "sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==", "dev": true, - "inBundle": true, - "license": "ISC", "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "constantinople": "^4.0.1", + "doctypes": "^1.1.0", + "js-stringify": "^1.0.2", + "pug-attrs": "^3.0.0", + "pug-error": "^2.0.0", + "pug-runtime": "^3.0.0", + "void-elements": "^3.1.0", + "with": "^7.0.0" } }, - "node_modules/npm/node_modules/yallist": { + "node_modules/pug-error": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-2.0.0.tgz", + "integrity": "sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==", + "dev": true + }, + "node_modules/pug-filters": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-4.0.0.tgz", + "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==", "dev": true, - "inBundle": true, - "license": "ISC" + "dependencies": { + "constantinople": "^4.0.1", + "jstransformer": "1.0.0", + "pug-error": "^2.0.0", + "pug-walk": "^2.0.0", + "resolve": "^1.15.1" + } }, - "node_modules/npmlog": { + "node_modules/pug-lexer": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", - "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz", + "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==", "dev": true, "dependencies": { - "are-we-there-yet": "^2.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^3.0.0", - "set-blocking": "^2.0.0" + "character-parser": "^2.2.0", + "is-expression": "^4.0.0", + "pug-error": "^2.0.0" } }, - "node_modules/nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "node_modules/pug-linker": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-4.0.0.tgz", + "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==", "dev": true, "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", - "integrity": "sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==", - "dev": true - }, - "node_modules/nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", - "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==", - "dev": true - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" + "pug-error": "^2.0.0", + "pug-walk": "^2.0.0" } }, - "node_modules/object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "node_modules/pug-load": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz", + "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==", "dev": true, "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" + "object-assign": "^4.1.1", + "pug-walk": "^2.0.0" } }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "node_modules/pug-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz", + "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==", "dev": true, "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" + "pug-error": "^2.0.0", + "token-stream": "1.0.0" } }, - "node_modules/object-copy/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "node_modules/pug-runtime": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.1.tgz", + "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==", + "dev": true + }, + "node_modules/pug-strip-comments": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz", + "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "pug-error": "^2.0.0" } }, - "node_modules/object-copy/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "node_modules/pug-walk": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz", + "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==", "dev": true }, - "node_modules/object-copy/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" - }, + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/object-copy/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "node_modules/pupa": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz", + "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==", "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "escape-goat": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=0.6.0", + "teleport": ">=0.2.0" } }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, + "node_modules/qs": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", "dependencies": { - "is-buffer": "^1.1.5" + "side-channel": "^1.0.4" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", - "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "node": ">=0.6" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true, + "node_modules/querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", "engines": { - "node": ">= 0.4" + "node": ">=0.4.x" } }, - "node_modules/object-path": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.8.tgz", - "integrity": "sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==", + "node_modules/querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", + "dev": true, "engines": { - "node": ">= 10.12.0" + "node": ">=0.4.x" } }, - "node_modules/object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-lru": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", + "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", "dev": true, - "dependencies": { - "isobject": "^3.0.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/object-visit/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/quickselect": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", + "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==", + "dev": true + }, + "node_modules/railroad-diagrams": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz", + "integrity": "sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=" + }, + "node_modules/ramda": { + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.28.0.tgz", + "integrity": "sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==", "dev": true, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/ramda" } }, - "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", - "dev": true, + "node_modules/randexp": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz", + "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==", "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" + "discontinuous-range": "1.0.0", + "ret": "~0.1.10" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.12" } }, - "node_modules/object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" + "safe-buffer": "^5.1.0" } }, - "node_modules/object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "node_modules/randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">= 0.6" } }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz", - "integrity": "sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==", - "dev": true, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", "dependencies": { - "array.prototype.reduce": "^1.0.4", - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.1" + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" }, "engines": { "node": ">= 0.8" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "engines": { - "node": ">=0.10.0" + "node": ">= 0.8" } }, - "node_modules/object.pick/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/raw-loader": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.2.tgz", + "integrity": "sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==", "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "node_modules/raw-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": ">= 0.4" + "node": ">= 10.13.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/objection": { + "node_modules/rbush": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/objection/-/objection-3.0.1.tgz", - "integrity": "sha512-rqNnyQE+C55UHjdpTOJEKQHJGZ/BGtBBtgxdUpKG4DQXRUmqxfmgS/MhPWxB9Pw0mLSVLEltr6soD4c0Sddy0Q==", + "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", + "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", + "dev": true, "dependencies": { - "ajv": "^8.6.2", - "db-errors": "^0.2.3" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "knex": ">=0.95.0" + "quickselect": "^2.0.0" } }, - "node_modules/objection/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "bin": { + "rc": "cli.js" } }, - "node_modules/objection/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "node_modules/rc-config-loader": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-4.1.0.tgz", + "integrity": "sha512-aW+kX4qy0CiM9L4fG4Us3oEOpIrOrXzWykAn+xldD07Y9PXWjTH744oHbv0Kc9ZwWaylw3jMjxaf14RgStrNrA==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "js-yaml": "^4.0.0", + "json5": "^2.1.2", + "require-from-string": "^2.0.2" + } }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "node_modules/rc-config-loader/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/rc-config-loader/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, "dependencies": { - "ee-first": "1.1.1" + "argparse": "^2.0.1" }, - "engines": { - "node": ">= 0.8" + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" + "node": ">=0.10.0" } }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "node_modules/react": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dev": true, "dependencies": { - "mimic-fn": "^2.1.0" + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/open": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", - "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "node_modules/react-docgen": { + "version": "6.0.0-alpha.2", + "resolved": "https://registry.npmjs.org/react-docgen/-/react-docgen-6.0.0-alpha.2.tgz", + "integrity": "sha512-VHgaazAkzmuwgJsGIzmzidwYDP7/ra5j3BB61jar/VqvrKzk8G2zE77AYxp/qYzByK3mqBP+ytqjy6paXTy62A==", "dev": true, "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" + "@babel/core": "^7.7.5", + "@babel/generator": "^7.12.11", + "ast-types": "^0.14.2", + "commander": "^2.19.0", + "doctrine": "^3.0.0", + "estree-to-babel": "^3.1.0", + "neo-async": "^2.6.1", + "node-dir": "^0.1.10", + "resolve": "^1.17.0", + "strip-indent": "^3.0.0" }, - "engines": { - "node": ">=12" + "bin": { + "react-docgen": "bin/react-docgen.js" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=12.0.0" } }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "node_modules/react-docgen-typescript": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz", + "integrity": "sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==", + "dev": true, + "peerDependencies": { + "typescript": ">= 4.3.x" + } + }, + "node_modules/react-docgen/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/react-dom": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", + "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", "dev": true, "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "scheduler": "^0.19.1" }, - "engines": { - "node": ">= 0.8.0" + "peerDependencies": { + "react": "^16.14.0" } }, - "node_modules/ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "node_modules/react-inspector": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-inspector/-/react-inspector-5.1.1.tgz", + "integrity": "sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg==", "dev": true, "dependencies": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - }, - "engines": { - "node": ">=10" + "@babel/runtime": "^7.0.0", + "is-dom": "^1.0.0", + "prop-types": "^15.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "react": "^16.8.4 || ^17.0.0" } }, - "node_modules/os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", + "node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", "dev": true }, - "node_modules/os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "node_modules/react-waterfall-render": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/react-waterfall-render/-/react-waterfall-render-2.0.0.tgz", + "integrity": "sha512-PCox1jrpL72KAHVdRTQmo4/O7ElrVmnvExrJU04ioOg9qrYcXtctPC41xVCjTbqzZjes8KCdEfaAS3KolZiUOw==", "dev": true, - "optional": true, "engines": { - "node": ">=0.10.0" + "node": "^12.20 || >= 14.13" + }, + "funding": { + "url": "https://github.com/sponsors/jaydenseric" + }, + "peerDependencies": { + "react": "16.14 - 17" } }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "node_modules/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "pify": "^2.3.0" } }, - "node_modules/p-all": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-all/-/p-all-2.1.0.tgz", - "integrity": "sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA==", + "node_modules/read-package-json": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-5.0.1.tgz", + "integrity": "sha512-MALHuNgYWdGW3gKzuNMuYtcSSZbGQm94fAp16xt8VsYTLBjUSc55bLMKe6gzpWue0Tfi6CBgwCSdDAqutGDhMg==", "dev": true, "dependencies": { - "p-map": "^2.0.0" + "glob": "^8.0.1", + "json-parse-even-better-errors": "^2.3.1", + "normalize-package-data": "^4.0.0", + "npm-normalize-package-bin": "^1.0.1" }, "engines": { - "node": ">=6" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/p-all/node_modules/p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "node_modules/read-package-json-fast": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz", + "integrity": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==", "dev": true, + "dependencies": { + "json-parse-even-better-errors": "^2.3.0", + "npm-normalize-package-bin": "^1.0.1" + }, "engines": { - "node": ">=6" + "node": ">=10" } }, - "node_modules/p-cancelable": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz", - "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==", + "node_modules/read-package-json/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "engines": { - "node": ">=12.20" + "dependencies": { + "balanced-match": "^1.0.0" } }, - "node_modules/p-each-series": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz", - "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==", + "node_modules/read-package-json/node_modules/glob": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", + "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/p-event": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz", - "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==", + "node_modules/read-package-json/node_modules/hosted-git-info": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", + "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", "dev": true, "dependencies": { - "p-timeout": "^3.1.0" + "lru-cache": "^7.5.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/p-filter": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-2.1.0.tgz", - "integrity": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==", + "node_modules/read-package-json/node_modules/lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", "dev": true, - "dependencies": { - "p-map": "^2.0.0" - }, "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/p-filter/node_modules/p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "node_modules/read-package-json/node_modules/minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, "engines": { - "node": ">=6" + "node": ">=10" } }, - "node_modules/p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "node_modules/read-package-json/node_modules/normalize-package-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-4.0.0.tgz", + "integrity": "sha512-m+GL22VXJKkKbw62ZaBBjv8u6IE3UI4Mh5QakIqs3fWiKe0Xyi6L97hakwZK41/LD4R/2ly71Bayx0NLMwLA/g==", "dev": true, + "dependencies": { + "hosted-git-info": "^5.0.0", + "is-core-module": "^2.8.1", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, "engines": { - "node": ">=4" + "node": "^12.13.0 || ^14.15.0 || >=16" } }, - "node_modules/p-is-promise": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", - "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", + "node_modules/read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, + "dependencies": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, "engines": { "node": ">=8" } }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "node_modules/read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "dev": true, "dependencies": { - "yocto-queue": "^0.1.0" + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "node_modules/read-pkg-up/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "dependencies": { - "p-limit": "^3.0.2" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "node_modules/read-pkg-up/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "dependencies": { - "aggregate-error": "^3.0.0" + "p-locate": "^4.1.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/p-reduce": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz", - "integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==", + "node_modules/read-pkg-up/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, "engines": { - "node": ">=8" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-retry": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", - "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "node_modules/read-pkg-up/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "dependencies": { - "@types/retry": "0.12.0", - "retry": "^0.13.1" + "p-limit": "^2.2.0" }, "engines": { "node": ">=8" } }, - "node_modules/p-timeout": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", - "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", + "node_modules/read-pkg-up/node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, - "dependencies": { - "p-finally": "^1.0.0" - }, "engines": { "node": ">=8" } }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "node_modules/read-pkg/node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/read-pkg/node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/read-pkg/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/read-pkg/node_modules/type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/package-json": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.0.tgz", - "integrity": "sha512-hySwcV8RAWeAfPsXb9/HGSPn8lwDnv6fabH+obUZKX169QknRkRhPxd1yMubpKDskLFATkl3jHpNtVtDPFA0Wg==", + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readable-stream/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, "dependencies": { - "got": "^12.1.0", - "registry-auth-token": "^5.0.1", - "registry-url": "^6.0.0", - "semver": "^7.3.7" + "picomatch": "^2.2.1" }, "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8.10.0" } }, - "node_modules/package-json/node_modules/registry-auth-token": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.1.tgz", - "integrity": "sha512-UfxVOj8seK1yaIOiieV4FIP01vfBDLsY0H9sQzi9EbbUdJiuuBjJgLa1DpImXMNPnVkBD4eVxTEXcrZA6kfpJA==", + "node_modules/recast": { + "version": "0.20.5", + "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz", + "integrity": "sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==", "dev": true, "dependencies": { - "@pnpm/npm-conf": "^1.0.4" + "ast-types": "0.14.2", + "esprima": "~4.0.0", + "source-map": "~0.6.1", + "tslib": "^2.0.1" }, "engines": { - "node": ">=14" + "node": ">= 4" } }, - "node_modules/packet-reader": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz", - "integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==" - }, - "node_modules/pacote": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.6.2.tgz", - "integrity": "sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==", - "dev": true, + "node_modules/rechoir": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", "dependencies": { - "@npmcli/git": "^3.0.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/promise-spawn": "^3.0.0", - "@npmcli/run-script": "^4.1.0", - "cacache": "^16.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "infer-owner": "^1.0.4", - "minipass": "^3.1.6", - "mkdirp": "^1.0.4", - "npm-package-arg": "^9.0.0", - "npm-packlist": "^5.1.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^5.0.0", - "read-package-json-fast": "^2.0.3", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "lib/bin.js" + "resolve": "^1.20.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">= 10.13.0" } }, - "node_modules/pako": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" - }, - "node_modules/parallel-transform": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", - "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "node_modules/redent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, "dependencies": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" + "indent-string": "^4.0.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "node_modules/redeyed": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", + "integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=", "dev": true, "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" + "esprima": "~4.0.0" } }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", + "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", "dev": true, "dependencies": { - "callsites": "^3.0.0" + "regenerate": "^1.4.2" }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", - "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "node_modules/regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz", + "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==", "dev": true, "dependencies": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" + "@babel/runtime": "^7.8.4" } }, - "node_modules/parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "node_modules/regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/parse-github-url": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", - "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", + "node_modules/regex-not/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, - "bin": { - "parse-github-url": "cli.js" + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "node_modules/regex-not/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" + "is-plain-object": "^2.0.4" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", - "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", + "node_modules/regex-not/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, "engines": { "node": ">=0.10.0" } }, - "node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, - "node_modules/parsedbf": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/parsedbf/-/parsedbf-1.1.1.tgz", - "integrity": "sha512-jndFmhcrzSAGCMccM4za+3bIRxqV6L2doQjYN8Xgz0kZUpyBT5I8Gs6Y6hL5GcO2rih9OBkPcLlx2uBoLi8R8Q==", - "dependencies": { - "iconv-lite": "^0.4.15", - "text-encoding-polyfill": "^0.6.7" + "node_modules/regex-not/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/parseley": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/parseley/-/parseley-0.7.0.tgz", - "integrity": "sha512-xyOytsdDu077M3/46Am+2cGXEKM9U9QclBDv7fimY7e+BBlxh2JcBp2mgNsmkyA9uvgyTjVzDi7cP1v4hcFxbw==", + "node_modules/regexp.prototype.flags": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", + "dev": true, "dependencies": { - "moo": "^0.5.1", - "nearley": "^2.20.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" }, "funding": { - "url": "https://ko-fi.com/killymxi" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, "engines": { - "node": ">= 0.8" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" } }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "node_modules/regexpu-core": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz", + "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", "dev": true, "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.0.1", + "regjsgen": "^0.6.0", + "regjsparser": "^0.8.2", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", + "node_modules/registry-auth-token": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz", + "integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==", "dev": true, + "dependencies": { + "rc": "^1.2.8" + }, "engines": { - "node": ">=0.10.0" + "node": ">=6.0.0" } }, - "node_modules/path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", - "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", - "dev": true + "node_modules/registry-url": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz", + "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==", + "dev": true, + "dependencies": { + "rc": "1.2.8" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", + "node_modules/regjsgen": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz", + "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", "dev": true }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "node_modules/regjsparser": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz", + "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", "dev": true, - "engines": { - "node": ">=0.10.0" + "bin": { + "jsesc": "bin/jsesc" } }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", + "dev": true, "engines": { - "node": ">=8" + "node": ">= 0.10" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" + "node_modules/remark-footnotes": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz", + "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/pbkdf2": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", - "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "node_modules/remark-mdx": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz", + "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", "dev": true, "dependencies": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "@babel/core": "7.12.9", + "@babel/helper-plugin-utils": "7.10.4", + "@babel/plugin-proposal-object-rest-spread": "7.12.1", + "@babel/plugin-syntax-jsx": "7.12.1", + "@mdx-js/util": "1.6.22", + "is-alphabetical": "1.0.4", + "remark-parse": "8.0.3", + "unified": "9.2.0" }, - "engines": { - "node": ">=0.12" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/pg": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.8.0.tgz", - "integrity": "sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==", + "node_modules/remark-mdx/node_modules/@babel/core": { + "version": "7.12.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "dev": true, "dependencies": { - "buffer-writer": "2.0.0", - "packet-reader": "1.0.0", - "pg-connection-string": "^2.5.0", - "pg-pool": "^3.5.2", - "pg-protocol": "^1.5.0", - "pg-types": "^2.1.0", - "pgpass": "1.x" + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.5", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.7", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.9", + "@babel/types": "^7.12.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" }, "engines": { - "node": ">= 8.0.0" - }, - "peerDependencies": { - "pg-native": ">=3.0.1" + "node": ">=6.9.0" }, - "peerDependenciesMeta": { - "pg-native": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/pg-connection-string": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz", - "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==" - }, - "node_modules/pg-escape": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/pg-escape/-/pg-escape-0.2.0.tgz", - "integrity": "sha1-ZVlMFpFlm0q24Mu/nVB0S+R0mY4=", + "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", "dev": true }, - "node_modules/pg-int8": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", - "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/pg-pool": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.5.2.tgz", - "integrity": "sha512-His3Fh17Z4eg7oANLob6ZvH8xIVen3phEZh2QuyrIl4dQSDVEabNducv6ysROKpDNPSD+12tONZVWfSgMvDD9w==", + "node_modules/remark-mdx/node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz", + "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-transform-parameters": "^7.12.1" + }, "peerDependencies": { - "pg": ">=8.0" + "@babel/core": "^7.0.0-0" } }, - "node_modules/pg-protocol": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.5.0.tgz", - "integrity": "sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==" - }, - "node_modules/pg-types": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", - "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", + "node_modules/remark-mdx/node_modules/@babel/plugin-syntax-jsx": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", + "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", + "dev": true, "dependencies": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" + "@babel/helper-plugin-utils": "^7.10.4" }, - "engines": { - "node": ">=4" + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "node_modules/pgpass": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", - "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", - "dependencies": { - "split2": "^4.1.0" + "node_modules/remark-mdx/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" } }, - "node_modules/pgpass/node_modules/split2": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", - "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", + "node_modules/remark-mdx/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true, "engines": { - "node": ">= 10.x" + "node": ">=0.10.0" } }, - "node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" + "node_modules/remark-parse": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz", + "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", + "dev": true, + "dependencies": { + "ccount": "^1.0.0", + "collapse-white-space": "^1.0.2", + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-whitespace-character": "^1.0.0", + "is-word-character": "^1.0.0", + "markdown-escapes": "^1.0.0", + "parse-entities": "^2.0.0", + "repeat-string": "^1.5.4", + "state-toggle": "^1.0.0", + "trim": "0.0.1", + "trim-trailing-lines": "^1.0.0", + "unherit": "^1.0.4", + "unist-util-remove-position": "^2.0.0", + "vfile-location": "^3.0.0", + "xtend": "^4.0.1" }, "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/pidtree": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz", - "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==", + "node_modules/remark-squeeze-paragraphs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", + "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", "dev": true, - "bin": { - "pidtree": "bin/pidtree.js" + "dependencies": { + "mdast-squeeze-paragraphs": "^4.0.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/remote-git-tags": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remote-git-tags/-/remote-git-tags-3.0.0.tgz", + "integrity": "sha512-C9hAO4eoEsX+OXA4rla66pXZQ+TLQ8T9dttgQj18yuKlPMTVkIkdYXvlMC55IuUsIkV6DpmQYi10JKFLaU+l7w==", + "dev": true, "engines": { - "node": ">=0.10" + "node": ">=8" } }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "node_modules/remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "node_modules/renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "dev": true, + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + } + }, + "node_modules/repeat-element": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", "dev": true, - "optional": true, "engines": { - "node": ">=0.10.0" + "node": ">=0.10" } }, - "node_modules/pinkie-promise": { + "node_modules/repeating": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==", "dev": true, "optional": true, "dependencies": { - "pinkie": "^2.0.0" + "is-finite": "^1.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", "dev": true, "engines": { - "node": ">= 6" + "node": ">=0.10.0" } }, - "node_modules/pkg-conf": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", - "integrity": "sha1-ISZRTKbyq/69FoWW3xi6V4Z/AFg=", - "dev": true, - "dependencies": { - "find-up": "^2.0.0", - "load-json-file": "^4.0.0" - }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/pkg-conf/node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dev": true, + "node_modules/require-relative": { + "version": "0.8.7", + "resolved": "https://registry.npmjs.org/require-relative/-/require-relative-0.8.7.tgz", + "integrity": "sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4=", + "dev": true + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dependencies": { - "locate-path": "^2.0.0" + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" }, - "engines": { - "node": ">=4" + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/pkg-conf/node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "node_modules/resolve-alpn": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", + "dev": true + }, + "node_modules/resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", "dev": true, "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" }, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/pkg-conf/node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, - "dependencies": { - "p-try": "^1.0.0" - }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/pkg-conf/node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "node_modules/resolve-global": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz", + "integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==", "dev": true, + "optional": true, "dependencies": { - "p-limit": "^1.1.0" + "global-dirs": "^0.1.1" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/pkg-conf/node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "node_modules/resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", + "deprecated": "https://github.com/lydell/resolve-url#deprecated", + "dev": true + }, + "node_modules/responselike": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", + "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", "dev": true, - "engines": { - "node": ">=4" + "dependencies": { + "lowercase-keys": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/pkg-conf/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "node_modules/responselike/node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/pkg-dir": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz", - "integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==", + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "dependencies": { - "find-up": "^5.0.0" + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/pnp-webpack-plugin": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz", - "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", - "dev": true, - "dependencies": { - "ts-pnp": "^1.1.6" - }, + "node_modules/ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", "engines": { - "node": ">=6" + "node": ">=0.12" } }, - "node_modules/polished": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", - "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.17.8" - }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "engines": { - "node": ">=10" + "node": ">= 4" } }, - "node_modules/polygon-clipping": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/polygon-clipping/-/polygon-clipping-0.15.3.tgz", - "integrity": "sha512-ho0Xx5DLkgxRx/+n4O74XyJ67DcyN3Tu9bGYKsnTukGAW6ssnuak6Mwcyb1wHy9MZc9xsUWqIoiazkZB5weECg==", + "node_modules/retry-request": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-5.0.1.tgz", + "integrity": "sha512-lxFKrlBt0OZzCWh/V0uPEN0vlr3OhdeXnpeY5OES+ckslm791Cb1D5P7lJUSnY7J5hiCjcyaUGmzCnIGDCUBig==", "dependencies": { - "splaytree": "^3.1.0" + "debug": "^4.1.1", + "extend": "^3.0.2" + }, + "engines": { + "node": ">=12" } }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", - "dev": true, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "engines": { + "iojs": ">=1.0.0", "node": ">=0.10.0" } }, - "node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "node_modules/rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", + "dev": true + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" + "glob": "^7.1.3" }, - "engines": { - "node": ">=6.0.0" + "bin": { + "rimraf": "bin.js" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/postcss-browser-comments": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", - "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "browserslist": ">=4", - "postcss": ">=8" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "node_modules/ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.9", - "postcss-value-parser": "^4.2.0" - }, - "peerDependencies": { - "postcss": "^8.2.2" + "hash-base": "^3.0.0", + "inherits": "^2.0.1" } }, - "node_modules/postcss-clamp": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", - "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", + "node_modules/rollup": { + "version": "2.79.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" + "bin": { + "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=7.6.0" + "node": ">=10.0.0" }, - "peerDependencies": { - "postcss": "^8.4.6" + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "node_modules/postcss-env-function": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", - "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", + "node_modules/rollup-plugin-visualizer": { + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.8.0.tgz", + "integrity": "sha512-pY6j/7qHz5I9rB7d/bQoA5gX+2FbV3MBG055wrsFxDn550bgl0FNViRj6wDHh85PMswv+JVdZjhnMBzz/hdAHA==", "dev": true, "dependencies": { - "postcss-value-parser": "^4.2.0" + "nanoid": "^3.3.4", + "open": "^8.4.0", + "source-map": "^0.7.3", + "yargs": "^17.5.1" + }, + "bin": { + "rollup-plugin-visualizer": "dist/bin/cli.js" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": ">=14" }, "peerDependencies": { - "postcss": "^8.4" + "rollup": "^2.0.0" } }, - "node_modules/postcss-flexbugs-fixes": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz", - "integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==", + "node_modules/rollup-plugin-visualizer/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/rollup-plugin-visualizer/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "dependencies": { - "postcss": "^7.0.26" + "engines": { + "node": ">=8" } }, - "node_modules/postcss-focus-visible": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", - "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "node_modules/rollup-plugin-visualizer/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": ">= 8" } }, - "node_modules/postcss-focus-within": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", - "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + "node_modules/rollup-plugin-visualizer/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.9" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-font-variant": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", - "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", - "dev": true, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">=8" } }, - "node_modules/postcss-import": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", - "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", + "node_modules/rollup-plugin-visualizer/node_modules/yargs": { + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", + "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", "dev": true, "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.0.0" }, "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-initial": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", - "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", - "dev": true, - "peerDependencies": { - "postcss": "^8.0.0" + "node": ">=12" } }, - "node_modules/postcss-logical": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", - "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", + "node_modules/rollup-plugin-visualizer/node_modules/yargs-parser": { + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", + "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", "dev": true, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": ">=12" } }, - "node_modules/postcss-media-minmax": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", - "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", "dev": true, "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">=0.12.0" } }, - "node_modules/postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", - "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", - "dev": true, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "dependencies": { - "postcss": "^7.0.5" - }, - "engines": { - "node": ">= 6" + "queue-microtask": "^1.2.2" } }, - "node_modules/postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", - "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==", + "node_modules/run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", "dev": true, "dependencies": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": ">= 6" + "aproba": "^1.1.1" } }, - "node_modules/postcss-modules-scope": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", - "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", + "node_modules/run-queue/node_modules/aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "node_modules/rxjs": { + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", + "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", "dev": true, "dependencies": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "engines": { - "node": ">= 6" + "tslib": "^2.1.0" } }, - "node_modules/postcss-modules-values": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", - "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "dev": true, "dependencies": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" + "ret": "~0.1.10" } }, - "node_modules/postcss-normalize": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", - "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", + "node_modules/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", "dev": true, "dependencies": { - "@csstools/normalize.css": "*", - "postcss-browser-comments": "^4", - "sanitize.css": "*" - }, - "engines": { - "node": ">= 12" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" }, - "peerDependencies": { - "browserslist": ">= 4", - "postcss": ">= 8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/postcss-opacity-percentage": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz", - "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==", - "dev": true, - "funding": [ - { - "type": "kofi", - "url": "https://ko-fi.com/mrcgrtz" - }, - { - "type": "liberapay", - "url": "https://liberapay.com/mrcgrtz" - } - ], - "engines": { - "node": "^12 || ^14 || >=16" - } + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "node_modules/postcss-page-break": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", - "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", - "dev": true, - "peerDependencies": { - "postcss": "^8" - } + "node_modules/sanitize.css": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", + "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==", + "dev": true }, - "node_modules/postcss-replace-overflow-wrap": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", - "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", - "dev": true, - "peerDependencies": { - "postcss": "^8.0.3" - } + "node_modules/sax": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz", + "integrity": "sha1-e45lYZCyKOgaZq6nSEgNgozS03o=" }, - "node_modules/postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "node_modules/saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" + "xmlchars": "^2.2.0" }, "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/postgres-array": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", - "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/postgres-bytea": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", - "integrity": "sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=", - "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/postgres-date": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", - "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", - "engines": { - "node": ">=0.10.0" + "node_modules/scheduler": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", + "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", + "dev": true, + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" } }, - "node_modules/postgres-interval": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", - "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", + "node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, "dependencies": { - "xtend": "^4.0.0" + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": ">=0.10.0" + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/preact": { - "version": "10.7.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.7.1.tgz", - "integrity": "sha512-MufnRFz39aIhs9AMFisonjzTud1PK1bY+jcJLo6m2T9Uh8AqjD77w11eAAawmjUogoGOnipECq7e/1RClIKsxg==", - "dev": true, + "node_modules/selderee": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/selderee/-/selderee-0.6.0.tgz", + "integrity": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==", + "dependencies": { + "parseley": "^0.7.0" + }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/preact" + "url": "https://ko-fi.com/killymxi" } }, - "node_modules/preact-render-to-string": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.0.tgz", - "integrity": "sha512-+RGwSW78Cl+NsZRUbFW1MGB++didsfqRk+IyRVTaqy+3OjtpKK/6HgBtfszUX0YXMfo41k2iaQSseAHGKEwrbg==", + "node_modules/semantic-release": { + "version": "19.0.4", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-19.0.4.tgz", + "integrity": "sha512-RqINReH6NZTFTFz+XM/9lClT/xh7uOg81w5dMTA4FkRjCJjL2eJjagRGHzbkGF77zi1ZfUxrUnd7uezArBOQrQ==", "dev": true, "dependencies": { - "pretty-format": "^3.8.0" + "@semantic-release/commit-analyzer": "^9.0.2", + "@semantic-release/error": "^3.0.0", + "@semantic-release/github": "^8.0.0", + "@semantic-release/npm": "^9.0.0", + "@semantic-release/release-notes-generator": "^10.0.0", + "aggregate-error": "^3.0.0", + "cosmiconfig": "^7.0.0", + "debug": "^4.0.0", + "env-ci": "^5.0.0", + "execa": "^5.0.0", + "figures": "^3.0.0", + "find-versions": "^4.0.0", + "get-stream": "^6.0.0", + "git-log-parser": "^1.2.0", + "hook-std": "^2.0.0", + "hosted-git-info": "^4.0.0", + "lodash": "^4.17.21", + "marked": "^4.0.10", + "marked-terminal": "^5.0.0", + "micromatch": "^4.0.2", + "p-each-series": "^2.1.0", + "p-reduce": "^2.0.0", + "read-pkg-up": "^7.0.0", + "resolve-from": "^5.0.0", + "semver": "^7.3.2", + "semver-diff": "^3.1.1", + "signale": "^1.2.1", + "yargs": "^17.0.0" }, - "peerDependencies": { - "preact": ">=10" + "bin": { + "semantic-release": "bin/semantic-release.js" + }, + "engines": { + "node": ">=16 || ^14.17" } }, - "node_modules/preact-render-to-string/node_modules/pretty-format": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz", - "integrity": "sha1-v77VbV6ad2ZF9LH/eqGjrE+jw4U=", + "node_modules/semantic-release/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "node_modules/semantic-release/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "engines": { - "node": ">= 0.8.0" + "node": ">=8" } }, - "node_modules/prettier": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", - "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", + "node_modules/semantic-release/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, - "bin": { - "prettier": "bin-prettier.js" + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=10.13.0" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" + "node": ">=8" } }, - "node_modules/prettier-eslint": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-15.0.1.tgz", - "integrity": "sha512-mGOWVHixSvpZWARqSDXbdtTL54mMBxc5oQYQ6RAqy8jecuNJBgN3t9E5a81G66F8x8fsKNiR1HWaBV66MJDOpg==", + "node_modules/semantic-release/node_modules/yargs": { + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", + "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", "dev": true, "dependencies": { - "@types/eslint": "^8.4.2", - "@types/prettier": "^2.6.0", - "@typescript-eslint/parser": "^5.10.0", - "common-tags": "^1.4.0", - "dlv": "^1.1.0", - "eslint": "^8.7.0", - "indent-string": "^4.0.0", - "lodash.merge": "^4.6.0", - "loglevel-colored-level-prefix": "^1.0.0", - "prettier": "^2.5.1", - "pretty-format": "^23.0.1", - "require-relative": "^0.8.7", - "typescript": "^4.5.4", - "vue-eslint-parser": "^8.0.1" + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.0.0" }, "engines": { - "node": ">=10.0.0" + "node": ">=12" } }, - "node_modules/prettier-eslint/node_modules/ansi-regex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", - "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "node_modules/semantic-release/node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, "engines": { - "node": ">=4" + "node": ">=12" } }, - "node_modules/prettier-eslint/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", "dev": true, "dependencies": { - "color-convert": "^1.9.0" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=4" + "node": ">=10" } }, - "node_modules/prettier-eslint/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", "dev": true, "dependencies": { - "color-name": "1.1.3" + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/prettier-eslint/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/prettier-eslint/node_modules/pretty-format": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-23.6.0.tgz", - "integrity": "sha512-zf9NV1NSlDLDjycnwm6hpFATCGl/K1lt0R/GdkAK2O5LN/rwJoB+Mh93gGJjut4YbmecbfgLWVGSTCr0Ewvvbw==", + "node_modules/semver-diff/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0", - "ansi-styles": "^3.2.0" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", + "node_modules/semver-regex": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.3.tgz", + "integrity": "sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==", "dev": true, - "dependencies": { - "fast-diff": "^1.1.2" + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/semver-utils": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/semver-utils/-/semver-utils-1.1.4.tgz", + "integrity": "sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA==", + "dev": true + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" }, "engines": { - "node": ">=6.0.0" + "node": ">= 0.8.0" } }, - "node_modules/pretty": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz", - "integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=", - "dev": true, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "condense-newlines": "^0.2.1", - "extend-shallow": "^2.0.1", - "js-beautify": "^1.6.12" + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/pretty-error": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", - "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serialize-javascript": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz", + "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", "dev": true, "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^3.0.0" + "randombytes": "^2.1.0" } }, - "node_modules/pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", - "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", + "node_modules/serve-favicon": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz", + "integrity": "sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==", "dev": true, "dependencies": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" + "etag": "~1.8.1", + "fresh": "0.5.2", + "ms": "2.1.1", + "parseurl": "~1.3.2", + "safe-buffer": "5.1.1" }, "engines": { - "node": ">= 10" + "node": ">= 0.8.0" } }, - "node_modules/pretty-format/node_modules/@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dev": true, + "node_modules/serve-favicon/node_modules/ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true + }, + "node_modules/serve-favicon/node_modules/safe-buffer": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==", + "dev": true + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" }, "engines": { - "node": ">= 10.14.2" + "node": ">= 0.8.0" } }, - "node_modules/pretty-format/node_modules/@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "node_modules/set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", "dev": true, "dependencies": { - "@types/yargs-parser": "*" + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", + "node_modules/set-value/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, "engines": { - "node": ">= 0.8" + "node": ">=0.10.0" } }, - "node_modules/proc-log": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz", - "integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==", + "node_modules/set-value/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=0.10.0" } }, - "node_modules/process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, - "engines": { - "node": ">= 0.6.0" + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "bin": { + "sha.js": "bin.js" } }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, "engines": { - "node": ">=0.4.0" + "node": ">=8" } }, - "node_modules/proj4": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.8.0.tgz", - "integrity": "sha512-baC+YcD4xsSqJ+CpCZljj2gcQDhlKb+J+Zjv/2KSBwWNjk4M0pafgQsE+mWurd84tflMIsP+7j7mtIpFDHzQfQ==", + "node_modules/sharkdown": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/sharkdown/-/sharkdown-0.1.1.tgz", + "integrity": "sha512-exwooSpmo5s45lrexgz6Q0rFQM574wYIX3iDZ7RLLqOb7IAoQZu9nxlZODU972g19sR69OIpKP2cpHTzU+PHIg==", "dependencies": { - "mgrs": "1.0.0", - "wkt-parser": "^1.3.1" + "cardinal": "~0.4.2", + "minimist": "0.0.5", + "split": "~0.2.10" + }, + "bin": { + "sharkdown": "sharkdown" } }, - "node_modules/promise": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "dev": true, + "node_modules/sharkdown/node_modules/ansicolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz", + "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=" + }, + "node_modules/sharkdown/node_modules/cardinal": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz", + "integrity": "sha1-ylu2iltRG5D+k7ms6km97lwyv+I=", "dependencies": { - "asap": "~2.0.3" + "ansicolors": "~0.2.1", + "redeyed": "~0.4.0" + }, + "bin": { + "cdl": "bin/cdl.js" } }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=", - "dev": true + "node_modules/sharkdown/node_modules/esprima": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz", + "integrity": "sha1-n1V+CPw7TSbs6d00+Pv0drYlha0=", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=0.4.0" + } }, - "node_modules/promise-polyfill": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.2.3.tgz", - "integrity": "sha512-Og0+jCRQetV84U8wVjMNccfGCnMQ9mGs9Hv78QFe+pSDD3gWTpz0y+1QCuxy5d/vBFuZ3iwP2eycAkvqIMPmWg==", - "dev": true + "node_modules/sharkdown/node_modules/minimist": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.5.tgz", + "integrity": "sha1-16oye87PUY+RBqxrjwA/o7zqhWY=" }, - "node_modules/promise-retry": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", - "dev": true, + "node_modules/sharkdown/node_modules/redeyed": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz", + "integrity": "sha1-N+mQpvKyGyoRwuakj9QTVpjLqX8=", "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" + "esprima": "~1.0.4" } }, - "node_modules/promise-retry/node_modules/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", - "dev": true, + "node_modules/sharkdown/node_modules/split": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/split/-/split-0.2.10.tgz", + "integrity": "sha1-Zwl8YB1pfOE2j0GPBs0gHPBSGlc=", + "dependencies": { + "through": "2" + }, "engines": { - "node": ">= 4" + "node": "*" } }, - "node_modules/promise.allsettled": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.5.tgz", - "integrity": "sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==", + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "dependencies": { - "array.prototype.map": "^1.0.4", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "iterate-value": "^1.0.2" + "shebang-regex": "^3.0.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/promise.prototype.finally": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-3.1.3.tgz", - "integrity": "sha512-EXRF3fC9/0gz4qkt/f5EP5iW4kj9oFpBICNpCNOb/52+8nlHIX07FPLbi/q4qYBQ1xZqivMzTpNQSnArVASolQ==", + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, "engines": { - "node": ">= 0.4" + "node": ">=8" + } + }, + "node_modules/shpjs": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/shpjs/-/shpjs-4.0.4.tgz", + "integrity": "sha512-+IcS2DoiTGqAONUEN46ZociKGJ2ecs1EVwJuSqnAOkMafxWC8noO3X/zI959RCbqHGvBr1RM1bdk4jc7fYONVg==", + "dependencies": { + "jszip": "^3.5.0", + "lie": "^3.0.1", + "lru-cache": "^2.7.0", + "parsedbf": "^1.1.0", + "proj4": "^2.1.4" + } + }, + "node_modules/shpjs/node_modules/lru-cache": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", + "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=" + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/signale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", + "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", "dev": true, "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" + "chalk": "^2.3.2", + "figures": "^2.0.0", + "pkg-conf": "^2.1.0" }, "engines": { - "node": ">= 6" + "node": ">=6" } }, - "node_modules/prompts-ncu": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prompts-ncu/-/prompts-ncu-2.5.1.tgz", - "integrity": "sha512-Hdd7GgV7b76Yh9FP9HL1D9xqtJCJdVPpiM2vDtuoc8W1KfweJe15gutFYmxkq83ViFaagFM8K0UcPCQ/tZq8bA==", + "node_modules/signale/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "dependencies": { - "kleur": "^4.0.1", - "sisteransi": "^1.0.5" + "color-convert": "^1.9.0" }, "engines": { - "node": ">= 6" + "node": ">=4" } }, - "node_modules/prompts-ncu/node_modules/kleur": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", - "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", + "node_modules/signale/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "node_modules/signale/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" + "color-name": "1.1.3" } }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "node_modules/signale/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, - "node_modules/proper-lockfile": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-2.0.1.tgz", - "integrity": "sha1-FZ+wYZPTIAP0s2kd0uwaY0qoDR0=", + "node_modules/signale/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/signale/node_modules/figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", "dev": true, "dependencies": { - "graceful-fs": "^4.1.2", - "retry": "^0.10.0" + "escape-string-regexp": "^1.0.5" }, "engines": { - "node": ">=4.0.0" + "node": ">=4" } }, - "node_modules/proper-lockfile/node_modules/retry": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", - "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", + "node_modules/signale/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, "engines": { - "node": "*" + "node": ">=4" } }, - "node_modules/property-information": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", + "node_modules/signale/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { - "xtend": "^4.0.0" + "has-flag": "^3.0.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "engines": { + "node": ">=4" } }, - "node_modules/proto-list": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", - "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=", - "dev": true - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "node_modules/simple-update-notifier": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz", + "integrity": "sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==", + "dev": true, "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" + "semver": "~7.0.0" }, "engines": { - "node": ">= 0.10" + "node": ">=8.10.0" } }, - "node_modules/prr": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", - "dev": true - }, - "node_modules/pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", - "dev": true + "node_modules/simple-update-notifier/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } }, - "node_modules/psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", "dev": true }, - "node_modules/pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", - "dev": true + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } }, - "node_modules/public-encrypt": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", - "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "node_modules/slice-ansi": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", + "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", "dev": true, "dependencies": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" + "ansi-styles": "^6.0.0", + "is-fullwidth-code-point": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/public-encrypt/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true - }, - "node_modules/pug": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.2.tgz", - "integrity": "sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==", + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.0.tgz", + "integrity": "sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==", "dev": true, - "dependencies": { - "pug-code-gen": "^3.0.2", - "pug-filters": "^4.0.0", - "pug-lexer": "^5.0.1", - "pug-linker": "^4.0.0", - "pug-load": "^3.0.0", - "pug-parser": "^6.0.0", - "pug-runtime": "^3.0.1", - "pug-strip-comments": "^2.0.0" + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/pug-attrs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-3.0.0.tgz", - "integrity": "sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==", + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", "dev": true, - "dependencies": { - "constantinople": "^4.0.1", - "js-stringify": "^1.0.2", - "pug-runtime": "^3.0.0" + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" } }, - "node_modules/pug-code-gen": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.2.tgz", - "integrity": "sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==", + "node_modules/snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, "dependencies": { - "constantinople": "^4.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.2", - "pug-attrs": "^3.0.0", - "pug-error": "^2.0.0", - "pug-runtime": "^3.0.0", - "void-elements": "^3.1.0", - "with": "^7.0.0" + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-2.0.0.tgz", - "integrity": "sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==", - "dev": true - }, - "node_modules/pug-filters": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-4.0.0.tgz", - "integrity": "sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==", + "node_modules/snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, "dependencies": { - "constantinople": "^4.0.1", - "jstransformer": "1.0.0", - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0", - "resolve": "^1.15.1" + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/pug-lexer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-5.0.1.tgz", - "integrity": "sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==", + "node_modules/snapdragon-node/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "dependencies": { - "character-parser": "^2.2.0", - "is-expression": "^4.0.0", - "pug-error": "^2.0.0" + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/pug-linker": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-4.0.0.tgz", - "integrity": "sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==", + "node_modules/snapdragon-node/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, - "dependencies": { - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/pug-load": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-3.0.0.tgz", - "integrity": "sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==", + "node_modules/snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, "dependencies": { - "object-assign": "^4.1.1", - "pug-walk": "^2.0.0" + "kind-of": "^3.2.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/pug-parser": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-6.0.0.tgz", - "integrity": "sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==", + "node_modules/snapdragon-util/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/snapdragon-util/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "pug-error": "^2.0.0", - "token-stream": "1.0.0" + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/pug-runtime": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.1.tgz", - "integrity": "sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==", - "dev": true - }, - "node_modules/pug-strip-comments": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz", - "integrity": "sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==", + "node_modules/snapdragon/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "dependencies": { - "pug-error": "^2.0.0" + "ms": "2.0.0" } }, - "node_modules/pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz", - "integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==", - "dev": true - }, - "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "node_modules/snapdragon/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "node_modules/snapdragon/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "dev": true, + "dependencies": { + "kind-of": "^3.0.2" + }, "engines": { - "node": ">=6" + "node": ">=0.10.0" } }, - "node_modules/pupa": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz", - "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==", + "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "escape-goat": "^4.0.0" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "node_modules/snapdragon/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/snapdragon/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, + "dependencies": { + "kind-of": "^3.0.2" + }, "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" + "node": ">=0.10.0" } }, - "node_modules/qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "dependencies": { - "side-channel": "^1.0.4" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.10.0" } }, - "node_modules/querystring": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", - "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", + "node_modules/snapdragon/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dev": true, + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, "engines": { - "node": ">=0.4.x" + "node": ">=0.10.0" } }, - "node_modules/querystring-es3": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", - "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", + "node_modules/snapdragon/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", "dev": true, "engines": { - "node": ">=0.4.x" + "node": ">=0.10.0" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "node_modules/snapdragon/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "dev": true }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", + "node_modules/snapdragon/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/quickselect": { + "node_modules/snarkdown": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", - "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==", + "resolved": "https://registry.npmjs.org/snarkdown/-/snarkdown-2.0.0.tgz", + "integrity": "sha512-MgL/7k/AZdXCTJiNgrO7chgDqaB9FGM/1Tvlcenenb7div6obaDATzs16JhFyHHBGodHT3B7RzRc5qk8pFhg3A==", "dev": true }, - "node_modules/railroad-diagrams": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz", - "integrity": "sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=" - }, - "node_modules/ramda": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.28.0.tgz", - "integrity": "sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==", + "node_modules/socks": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.2.tgz", + "integrity": "sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==", "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/ramda" - } - }, - "node_modules/randexp": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz", - "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==", "dependencies": { - "discontinuous-range": "1.0.0", - "ret": "~0.1.10" + "ip": "^1.1.5", + "smart-buffer": "^4.2.0" }, "engines": { - "node": ">=0.12" - } - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dev": true, - "dependencies": { - "safe-buffer": "^5.1.0" + "node": ">= 10.13.0", + "npm": ">= 3.0.0" } }, - "node_modules/randomfill": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", - "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "node_modules/socks-proxy-agent": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.0.tgz", + "integrity": "sha512-wWqJhjb32Q6GsrUqzuFkukxb/zzide5quXYcMVpIjxalDBBYy2nqKCFQ/9+Ie4dvOYSQdOk3hUlZSdzZOd3zMQ==", "dev": true, "dependencies": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "agent-base": "^6.0.2", + "debug": "^4.3.3", + "socks": "^2.6.2" }, "engines": { - "node": ">= 0.8" + "node": ">= 10" } }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } + "node_modules/source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "dev": true }, - "node_modules/raw-loader": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.2.tgz", - "integrity": "sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==", + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" + "node": ">=0.10.0" } }, - "node_modules/raw-loader/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": ">=0.10.0" } }, - "node_modules/rbush": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", - "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", + "node_modules/source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", "dev": true, "dependencies": { - "quickselect": "^2.0.0" + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" } }, - "node_modules/rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" } }, - "node_modules/rc-config-loader": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-4.1.0.tgz", - "integrity": "sha512-aW+kX4qy0CiM9L4fG4Us3oEOpIrOrXzWykAn+xldD07Y9PXWjTH744oHbv0Kc9ZwWaylw3jMjxaf14RgStrNrA==", - "dev": true, - "dependencies": { - "debug": "^4.1.1", - "js-yaml": "^4.0.0", - "json5": "^2.1.2", - "require-from-string": "^2.0.2" - } + "node_modules/source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "deprecated": "See https://github.com/lydell/source-map-url#deprecated", + "dev": true }, - "node_modules/rc-config-loader/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "node_modules/sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", "dev": true }, - "node_modules/rc-config-loader/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/space-separated-tokens": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", + "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", "dev": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/rc/node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "node_modules/spawn-error-forwarder": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz", + "integrity": "sha1-Gv2Uc46ZmwNG17n8NzvlXgdXcCk=", + "dev": true + }, + "node_modules/spawn-please": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/spawn-please/-/spawn-please-1.0.0.tgz", + "integrity": "sha512-Kz33ip6NRNKuyTRo3aDWyWxeGeM0ORDO552Fs6E1nj4pLWPkl37SrRtTnq+MEopVaqgmaO6bAvVS+v64BJ5M/A==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=10" } }, - "node_modules/react": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", - "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "node_modules/spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "dev": true, "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "engines": { - "node": ">=0.10.0" + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" } }, - "node_modules/react-docgen": { - "version": "6.0.0-alpha.2", - "resolved": "https://registry.npmjs.org/react-docgen/-/react-docgen-6.0.0-alpha.2.tgz", - "integrity": "sha512-VHgaazAkzmuwgJsGIzmzidwYDP7/ra5j3BB61jar/VqvrKzk8G2zE77AYxp/qYzByK3mqBP+ytqjy6paXTy62A==", + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, "dependencies": { - "@babel/core": "^7.7.5", - "@babel/generator": "^7.12.11", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "estree-to-babel": "^3.1.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "resolve": "^1.17.0", - "strip-indent": "^3.0.0" - }, - "bin": { - "react-docgen": "bin/react-docgen.js" + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", + "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", + "dev": true + }, + "node_modules/splaytree": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/splaytree/-/splaytree-3.1.1.tgz", + "integrity": "sha512-9FaQ18FF0+sZc/ieEeXHt+Jw2eSpUgUtTLDYB/HXKWvhYVyOc7h1hzkn5MMO3GPib9MmXG1go8+OsBBzs/NMww==" + }, + "node_modules/split": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", + "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", + "dev": true, + "dependencies": { + "through": "2" }, "engines": { - "node": ">=12.0.0" + "node": "*" } }, - "node_modules/react-docgen-typescript": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz", - "integrity": "sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==", + "node_modules/split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, - "peerDependencies": { - "typescript": ">= 4.3.x" + "dependencies": { + "extend-shallow": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/react-docgen/node_modules/ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", + "node_modules/split-string/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, "dependencies": { - "tslib": "^2.0.1" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/react-docgen/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "node_modules/react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", - "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", + "node_modules/split-string/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" + "is-plain-object": "^2.0.4" }, - "peerDependencies": { - "react": "^16.14.0" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/react-inspector": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-inspector/-/react-inspector-5.1.1.tgz", - "integrity": "sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg==", + "node_modules/split-string/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, "dependencies": { - "@babel/runtime": "^7.0.0", - "is-dom": "^1.0.0", - "prop-types": "^15.0.0" + "isobject": "^3.0.1" }, - "peerDependencies": { - "react": "^16.8.4 || ^17.0.0" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "dev": true - }, - "node_modules/react-refresh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.13.0.tgz", - "integrity": "sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==", + "node_modules/split-string/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/react-shallow-renderer": { - "version": "16.15.0", - "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz", - "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==", + "node_modules/split2": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", + "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "dev": true, "dependencies": { - "object-assign": "^4.1.1", - "react-is": "^16.12.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0" + "readable-stream": "^3.0.0" } }, - "node_modules/react-test-renderer": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-17.0.2.tgz", - "integrity": "sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==", + "node_modules/split2/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "dependencies": { - "object-assign": "^4.1.1", - "react-is": "^17.0.2", - "react-shallow-renderer": "^16.13.1", - "scheduler": "^0.20.2" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, - "peerDependencies": { - "react": "17.0.2" + "engines": { + "node": ">= 6" } }, - "node_modules/react-test-renderer/node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", + "node_modules/sql-formatter": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-9.2.0.tgz", + "integrity": "sha512-Dn4lEpUeAhfNDR2LnEs9Uaq92TSHjhcNrzhllPuMnp188P4sLU7UcdcB9UqIfMfcN62gWXJlJ3KocaAf/SOzXQ==", "dev": true, "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/react-waterfall-render": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/react-waterfall-render/-/react-waterfall-render-2.0.0.tgz", - "integrity": "sha512-PCox1jrpL72KAHVdRTQmo4/O7ElrVmnvExrJU04ioOg9qrYcXtctPC41xVCjTbqzZjes8KCdEfaAS3KolZiUOw==", - "dev": true, - "engines": { - "node": "^12.20 || >= 14.13" - }, - "funding": { - "url": "https://github.com/sponsors/jaydenseric" + "argparse": "^2.0.1" }, - "peerDependencies": { - "react": "16.14 - 17" + "bin": { + "sql-formatter": "bin/sql-formatter-cli.js" } }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", - "dev": true, + "node_modules/sql-formatter/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/ssf": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz", + "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==", "dependencies": { - "pify": "^2.3.0" + "frac": "~1.1.2" + }, + "engines": { + "node": ">=0.8" } }, - "node_modules/read-package-json": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-5.0.1.tgz", - "integrity": "sha512-MALHuNgYWdGW3gKzuNMuYtcSSZbGQm94fAp16xt8VsYTLBjUSc55bLMKe6gzpWue0Tfi6CBgwCSdDAqutGDhMg==", + "node_modules/ssri": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.0.tgz", + "integrity": "sha512-Y1Z6J8UYnexKFN1R/hxUaYoY2LVdKEzziPmVAFKiKX8fiwvCJTVzn/xYE9TEWod5OVyNfIHHuVfIEuBClL/uJQ==", "dev": true, "dependencies": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^2.3.1", - "normalize-package-data": "^4.0.0", - "npm-normalize-package-bin": "^1.0.1" + "minipass": "^3.1.1" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/read-package-json-fast": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz", - "integrity": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==", + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", + "dev": true + }, + "node_modules/standard-version": { + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz", + "integrity": "sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==", "dev": true, "dependencies": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" + "chalk": "^2.4.2", + "conventional-changelog": "3.1.25", + "conventional-changelog-config-spec": "2.1.0", + "conventional-changelog-conventionalcommits": "4.6.3", + "conventional-recommended-bump": "6.1.0", + "detect-indent": "^6.0.0", + "detect-newline": "^3.1.0", + "dotgitignore": "^2.1.0", + "figures": "^3.1.0", + "find-up": "^5.0.0", + "git-semver-tags": "^4.0.0", + "semver": "^7.1.1", + "stringify-package": "^1.0.1", + "yargs": "^16.0.0" + }, + "bin": { + "standard-version": "bin/cli.js" }, "engines": { "node": ">=10" } }, - "node_modules/read-package-json/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/standard-version/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, "dependencies": { - "balanced-match": "^1.0.0" + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/read-package-json/node_modules/glob": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", - "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", + "node_modules/standard-version/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=4" } }, - "node_modules/read-package-json/node_modules/hosted-git-info": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.0.0.tgz", - "integrity": "sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==", + "node_modules/standard-version/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "dependencies": { - "lru-cache": "^7.5.1" - }, + "color-name": "1.1.3" + } + }, + "node_modules/standard-version/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/standard-version/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": ">=0.8.0" } }, - "node_modules/read-package-json/node_modules/lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", + "node_modules/standard-version/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true, "engines": { - "node": ">=12" + "node": ">=4" } }, - "node_modules/read-package-json/node_modules/minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "node_modules/standard-version/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "has-flag": "^3.0.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/read-package-json/node_modules/normalize-package-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-4.0.0.tgz", - "integrity": "sha512-m+GL22VXJKkKbw62ZaBBjv8u6IE3UI4Mh5QakIqs3fWiKe0Xyi6L97hakwZK41/LD4R/2ly71Bayx0NLMwLA/g==", + "node_modules/state-toggle": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", + "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "dev": true, "dependencies": { - "hosted-git-info": "^5.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" + "define-property": "^0.2.5", + "object-copy": "^0.1.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": ">=0.10.0" } }, - "node_modules/read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "node_modules/static-extend/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "dev": true, "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" + "is-descriptor": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "node_modules/static-extend/node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "dev": true, "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" + "kind-of": "^3.0.2" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/read-pkg-up/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/read-pkg-up/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/static-extend/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/static-extend/node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "dev": true, "dependencies": { - "p-locate": "^4.1.0" + "kind-of": "^3.0.2" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/read-pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "p-try": "^2.0.0" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/read-pkg-up/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/static-extend/node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "dev": true, "dependencies": { - "p-limit": "^2.2.0" + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "node_modules/static-extend/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", "dev": true, "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/read-pkg/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" + "node": ">=0.10.0" } }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "engines": { - "node": ">=8" - } - }, - "node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "node": ">= 0.8" } }, - "node_modules/readable-stream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + "node_modules/store2": { + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.2.tgz", + "integrity": "sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==", + "dev": true }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "node_modules/stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", "dev": true, "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" } }, - "node_modules/recast": { - "version": "0.20.5", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz", - "integrity": "sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==", + "node_modules/stream-chain": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz", + "integrity": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==" + }, + "node_modules/stream-combiner2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", "dev": true, "dependencies": { - "ast-types": "0.14.2", - "esprima": "~4.0.0", - "source-map": "~0.6.1", - "tslib": "^2.0.1" - }, - "engines": { - "node": ">= 4" + "duplexer2": "~0.1.0", + "readable-stream": "^2.0.2" } }, - "node_modules/recast/node_modules/ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", + "node_modules/stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", "dev": true, "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" } }, - "node_modules/rechoir": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", - "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", + "node_modules/stream-events": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz", + "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==", "dependencies": { - "resolve": "^1.20.0" - }, - "engines": { - "node": ">= 10.13.0" + "stubs": "^3.0.0" } }, - "node_modules/redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "node_modules/stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "dev": true, "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" } }, - "node_modules/redeyed": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", - "integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=", - "dev": true, + "node_modules/stream-json": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/stream-json/-/stream-json-1.7.4.tgz", + "integrity": "sha512-ja2dde1v7dOlx5/vmavn8kLrxvNfs7r2oNc5DYmNJzayDDdudyCSuTB1gFjH4XBVTIwxiMxL4i059HX+ZiouXg==", "dependencies": { - "esprima": "~4.0.0" + "stream-chain": "^2.2.5" } }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "node_modules/stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" }, - "node_modules/regenerate-unicode-properties": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", - "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", - "dev": true, - "dependencies": { - "regenerate": "^1.4.2" - }, + "node_modules/streamsearch": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", + "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=", "engines": { - "node": ">=4" + "node": ">=0.8.0" } }, - "node_modules/regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", - "dev": true - }, - "node_modules/regenerator-transform": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz", - "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==", - "dev": true, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dependencies": { - "@babel/runtime": "^7.8.4" + "safe-buffer": "~5.1.0" } }, - "node_modules/regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "node_modules/string-argv": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", + "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", "dev": true, - "dependencies": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=0.6.19" } }, - "node_modules/regex-not/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/regex-not/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/regex-not/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", + "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", "dev": true, "dependencies": { - "isobject": "^3.0.1" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/regex-not/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/string.prototype.matchall": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", + "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regexp.prototype.flags": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", - "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", + "node_modules/string.prototype.padend": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz", + "integrity": "sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "functions-have-names": "^1.2.2" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" }, "engines": { "node": ">= 0.4" @@ -30997,1358 +30351,1118 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "node_modules/string.prototype.padstart": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/string.prototype.padstart/-/string.prototype.padstart-3.1.4.tgz", + "integrity": "sha512-XqOHj8horGsF+zwxraBvMTkBFM28sS/jHBJajh17JtJKA92qazidiQbLosV4UA18azvLOVKYo/E3g3T9Y5826w==", "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regexpu-core": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz", - "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", + "node_modules/string.prototype.trimend": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "dev": true, "dependencies": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.0.1", - "regjsgen": "^0.6.0", - "regjsparser": "^0.8.2", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz", - "integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==", + "node_modules/string.prototype.trimstart": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "dev": true, "dependencies": { - "rc": "^1.2.8" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, - "engines": { - "node": ">=6.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/registry-url": { + "node_modules/stringify-package": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz", + "integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==", + "dev": true + }, + "node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz", - "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "dependencies": { - "rc": "1.2.8" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/regjsgen": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz", - "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", - "dev": true - }, - "node_modules/regjsparser": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz", - "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true, - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" + "engines": { + "node": ">=8" } }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, - "bin": { - "jsesc": "bin/jsesc" + "engines": { + "node": ">=6" } }, - "node_modules/relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", + "node_modules/strip-indent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, + "dependencies": { + "min-indent": "^1.0.0" + }, "engines": { - "node": ">= 0.10" + "node": ">=8" } }, - "node_modules/remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz", - "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==", + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true, + "engines": { + "node": ">=8" + }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz", - "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", + "node_modules/strip-literal": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz", + "integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==", "dev": true, "dependencies": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" + "acorn": "^8.8.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/sponsors/antfu" } }, - "node_modules/remark-mdx/node_modules/@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" + }, + "node_modules/stubs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz", + "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==" + }, + "node_modules/style-loader": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", + "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" + "loader-utils": "^2.0.0", + "schema-utils": "^2.7.0" }, "engines": { - "node": ">=6.9.0" + "node": ">= 8.9.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - }, - "node_modules/remark-mdx/node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz", - "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/remark-mdx/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", + "node_modules/style-to-object": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", + "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "inline-style-parser": "0.1.1" } }, - "node_modules/remark-mdx/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/remark-mdx/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", + "node_modules/superagent": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.0.0.tgz", + "integrity": "sha512-iudipXEel+SzlP9y29UBWGDjB+Zzag+eeA1iLosaR2YHBRr1Q1kC29iBrF2zIVD9fqVbpZnXkN/VJmwFMVyNWg==", "dev": true, "dependencies": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" + "component-emitter": "^1.3.0", + "cookiejar": "^2.1.3", + "debug": "^4.3.4", + "fast-safe-stringify": "^2.1.1", + "form-data": "^4.0.0", + "formidable": "^2.0.1", + "methods": "^1.1.2", + "mime": "2.6.0", + "qs": "^6.10.3", + "readable-stream": "^3.6.0", + "semver": "^7.3.7" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=6.4.0 <13 || >=14" } }, - "node_modules/remark-squeeze-paragraphs": { + "node_modules/superagent/node_modules/form-data": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "dev": true, "dependencies": { - "mdast-squeeze-paragraphs": "^4.0.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remote-git-tags": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remote-git-tags/-/remote-git-tags-3.0.0.tgz", - "integrity": "sha512-C9hAO4eoEsX+OXA4rla66pXZQ+TLQ8T9dttgQj18yuKlPMTVkIkdYXvlMC55IuUsIkV6DpmQYi10JKFLaU+l7w==", - "dev": true, "engines": { - "node": ">=8" - } - }, - "node_modules/remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "node_modules/renderkid": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", - "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", - "dev": true, - "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^6.0.1" + "node": ">= 6" } }, - "node_modules/repeat-element": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", + "node_modules/superagent/node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", "dev": true, + "bin": { + "mime": "cli.js" + }, "engines": { - "node": ">=0.10.0" + "node": ">=4.0.0" } }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "node_modules/superagent/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, "engines": { - "node": ">=0.10" + "node": ">= 6" } }, - "node_modules/repeating": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==", + "node_modules/supertest": { + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.2.4.tgz", + "integrity": "sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==", "dev": true, - "optional": true, "dependencies": { - "is-finite": "^1.0.0" + "methods": "^1.1.2", + "superagent": "^8.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=6.4.0" } }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-relative": { - "version": "0.8.7", - "resolved": "https://registry.npmjs.org/require-relative/-/require-relative-0.8.7.tgz", - "integrity": "sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4=", - "dev": true - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" - }, - "node_modules/resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "peer": true, "dependencies": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" + "has-flag": "^4.0.0" }, - "bin": { - "resolve": "bin/resolve" + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/resolve-alpn": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", - "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", - "dev": true - }, - "node_modules/resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "node_modules/supports-hyperlinks": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", + "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", "dev": true, "dependencies": { - "resolve-from": "^5.0.0" + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", - "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/resolve-global": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz", - "integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==", + "node_modules/sveltedoc-parser": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/sveltedoc-parser/-/sveltedoc-parser-4.2.1.tgz", + "integrity": "sha512-sWJRa4qOfRdSORSVw9GhfDEwsbsYsegnDzBevUCF6k/Eis/QqCu9lJ6I0+d/E2wOWCjOhlcJ3+jl/Iur+5mmCw==", "dev": true, - "optional": true, "dependencies": { - "global-dirs": "^0.1.1" + "eslint": "8.4.1", + "espree": "9.2.0", + "htmlparser2-svelte": "4.1.0" }, "engines": { - "node": ">=8" + "node": ">=10.0.0" } }, - "node_modules/resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "deprecated": "https://github.com/lydell/resolve-url#deprecated", + "node_modules/sveltedoc-parser/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "node_modules/resolve.exports": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", + "node_modules/sveltedoc-parser/node_modules/eslint": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz", + "integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==", "dev": true, + "dependencies": { + "@eslint/eslintrc": "^1.0.5", + "@humanwhocodes/config-array": "^0.9.2", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.0", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.1.0", + "espree": "^9.2.0", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.6.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.2.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, "engines": { - "node": ">=10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/responselike": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", - "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", + "node_modules/sveltedoc-parser/node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", "dev": true, "dependencies": { - "lowercase-keys": "^2.0.0" + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/responselike/node_modules/lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "node_modules/sveltedoc-parser/node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true, "engines": { - "node": ">=8" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "node_modules/sveltedoc-parser/node_modules/espree": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.2.0.tgz", + "integrity": "sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==", "dev": true, "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" + "acorn": "^8.6.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.1.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "engines": { - "node": ">=0.12" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "node_modules/sveltedoc-parser/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, "engines": { - "node": ">= 4" + "node": ">=4.0" } }, - "node_modules/retry-request": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-5.0.1.tgz", - "integrity": "sha512-lxFKrlBt0OZzCWh/V0uPEN0vlr3OhdeXnpeY5OES+ckslm791Cb1D5P7lJUSnY7J5hiCjcyaUGmzCnIGDCUBig==", + "node_modules/sveltedoc-parser/node_modules/globals": { + "version": "13.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", + "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "dev": true, "dependencies": { - "debug": "^4.1.1", - "extend": "^3.0.2" + "type-fest": "^0.20.2" }, "engines": { - "node": ">=12" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "node_modules/sveltedoc-parser/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" + "node": ">= 4" } }, - "node_modules/rfdc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", - "dev": true - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "node_modules/sveltedoc-parser/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, "dependencies": { - "glob": "^7.1.3" + "argparse": "^2.0.1" }, "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", - "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", - "dev": true, - "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" + "js-yaml": "bin/js-yaml.js" } }, - "node_modules/rollup": { - "version": "2.72.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz", - "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==", + "node_modules/sveltedoc-parser/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, - "bin": { - "rollup": "dist/bin/rollup" - }, "engines": { - "node": ">=10.0.0" + "node": ">=10" }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/rollup-plugin-visualizer": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.8.0.tgz", - "integrity": "sha512-pY6j/7qHz5I9rB7d/bQoA5gX+2FbV3MBG055wrsFxDn550bgl0FNViRj6wDHh85PMswv+JVdZjhnMBzz/hdAHA==", + "node_modules/svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "node_modules/symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/symbol.prototype.description": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/symbol.prototype.description/-/symbol.prototype.description-1.0.5.tgz", + "integrity": "sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ==", "dev": true, "dependencies": { - "nanoid": "^3.3.4", - "open": "^8.4.0", - "source-map": "^0.7.3", - "yargs": "^17.5.1" - }, - "bin": { - "rollup-plugin-visualizer": "dist/bin/cli.js" + "call-bind": "^1.0.2", + "get-symbol-description": "^1.0.0", + "has-symbols": "^1.0.2", + "object.getownpropertydescriptors": "^2.1.2" }, "engines": { - "node": ">=14" + "node": ">= 0.11.15" }, - "peerDependencies": { - "rollup": "^2.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/rollup-plugin-visualizer/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "node_modules/synchronous-promise": { + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.16.tgz", + "integrity": "sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A==", "dev": true }, - "node_modules/rollup-plugin-visualizer/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", "dev": true, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/rollup-plugin-visualizer/node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "node_modules/tar": { + "version": "6.1.11", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", + "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", "dev": true, + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, "engines": { - "node": ">= 8" + "node": ">= 10" } }, - "node_modules/rollup-plugin-visualizer/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, + "node_modules/tarn": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tarn/-/tarn-3.0.2.tgz", + "integrity": "sha512-51LAVKUSZSVfI05vjPESNc5vwqqZpbXCsU+/+wxlOrUjk2SnFTt97v9ZgQrD4YmxYW1Px6w2KjaDitCfkvgxMQ==", "engines": { - "node": ">=8" + "node": ">=8.0.0" } }, - "node_modules/rollup-plugin-visualizer/node_modules/yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, + "node_modules/teeny-request": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-8.0.0.tgz", + "integrity": "sha512-6KEYxXI4lQPSDkXzXpPmJPNmo7oqduFFbhOEHf8sfsLbXyCsb+umUjBtMGAKhaSToD8JNCtQutTRefu29K64JA==", "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "node-fetch": "^2.6.1", + "stream-events": "^1.0.5", + "uuid": "^8.0.0" }, "engines": { "node": ">=12" } }, - "node_modules/rollup-plugin-visualizer/node_modules/yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "node_modules/telejson": { + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/telejson/-/telejson-6.0.8.tgz", + "integrity": "sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==", "dev": true, - "engines": { - "node": ">=12" + "dependencies": { + "@types/is-function": "^1.0.0", + "global": "^4.4.0", + "is-function": "^1.0.2", + "is-regex": "^1.1.2", + "is-symbol": "^1.0.3", + "isobject": "^4.0.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3" } }, - "node_modules/rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", - "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", + "node_modules/temp": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", + "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", "dev": true, + "dependencies": { + "rimraf": "~2.6.2" + }, "engines": { - "node": "6.* || >= 7.*" + "node": ">=6.0.0" } }, - "node_modules/run-async": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "node_modules/temp-dir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", "dev": true, "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" + "node": ">=8" } }, - "node_modules/run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", - "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "node_modules/temp/node_modules/rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "dev": true, "dependencies": { - "aproba": "^1.1.1" + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" } }, - "node_modules/run-queue/node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", - "dev": true - }, - "node_modules/rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "node_modules/tempy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-1.0.1.tgz", + "integrity": "sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==", "dev": true, "dependencies": { - "tslib": "^2.1.0" + "del": "^6.0.0", + "is-stream": "^2.0.0", + "temp-dir": "^2.0.0", + "type-fest": "^0.16.0", + "unique-string": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "node_modules/tempy/node_modules/type-fest": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", + "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", "dev": true, - "dependencies": { - "ret": "~0.1.10" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sane": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz", - "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", - "deprecated": "some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added", + "node_modules/terser": { + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.13.1.tgz", + "integrity": "sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==", "dev": true, "dependencies": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map": "~0.8.0-beta.0", + "source-map-support": "~0.5.20" }, "bin": { - "sane": "src/cli.js" + "terser": "bin/terser" }, "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": ">=10" } }, - "node_modules/sane/node_modules/anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "node_modules/terser-webpack-plugin": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz", + "integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==", "dev": true, "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" + "cacache": "^15.0.5", + "find-cache-dir": "^3.3.1", + "jest-worker": "^26.5.0", + "p-limit": "^3.0.2", + "schema-utils": "^3.0.0", + "serialize-javascript": "^5.0.1", + "source-map": "^0.6.1", + "terser": "^5.3.4", + "webpack-sources": "^1.4.3" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/sane/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "node_modules/terser-webpack-plugin/node_modules/@npmcli/fs": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", + "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", "dev": true, "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@gar/promisify": "^1.0.1", + "semver": "^7.3.5" } }, - "node_modules/sane/node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "node_modules/terser-webpack-plugin/node_modules/@npmcli/move-file": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", + "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" }, "engines": { - "node": ">=4.8" + "node": ">=10" } }, - "node_modules/sane/node_modules/execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "node_modules/terser-webpack-plugin/node_modules/cacache": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", + "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", "dev": true, "dependencies": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" + "@npmcli/fs": "^1.0.0", + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.1", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" }, "engines": { - "node": ">=6" + "node": ">= 10" } }, - "node_modules/sane/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/sane/node_modules/get-stream": { + "node_modules/terser-webpack-plugin/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "dependencies": { - "pump": "^3.0.0" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/sane/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/sane/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/terser-webpack-plugin/node_modules/jest-worker": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", "dev": true, "dependencies": { - "is-plain-object": "^2.0.4" + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 10.13.0" } }, - "node_modules/sane/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "node_modules/terser-webpack-plugin/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "p-locate": "^4.1.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/sane/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/terser-webpack-plugin/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "p-limit": "^2.2.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/sane/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/terser-webpack-plugin/node_modules/p-locate/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "dependencies": { - "isobject": "^3.0.1" + "p-try": "^2.0.0" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/sane/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/terser-webpack-plugin/node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/sane/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" }, "engines": { - "node": ">=0.10.0" + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/sane/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "node_modules/terser-webpack-plugin/node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", "dev": true, "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "minipass": "^3.1.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 8" } }, - "node_modules/sane/node_modules/normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "node_modules/terser-webpack-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "remove-trailing-separator": "^1.0.1" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/sane/node_modules/npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/terser/node_modules/source-map": { + "version": "0.8.0-beta.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", + "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", "dev": true, "dependencies": { - "path-key": "^2.0.0" + "whatwg-url": "^7.0.0" }, "engines": { - "node": ">=4" + "node": ">= 8" } }, - "node_modules/sane/node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "node_modules/terser/node_modules/tr46": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", "dev": true, - "engines": { - "node": ">=4" + "dependencies": { + "punycode": "^2.1.0" } }, - "node_modules/sane/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "node_modules/terser/node_modules/webidl-conversions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", + "dev": true + }, + "node_modules/terser/node_modules/whatwg-url": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", "dev": true, - "bin": { - "semver": "bin/semver" + "dependencies": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" } }, - "node_modules/sane/node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", "dev": true, "dependencies": { - "shebang-regex": "^1.0.0" + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/sane/node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/text-encoding-polyfill": { + "version": "0.6.7", + "resolved": "https://registry.npmjs.org/text-encoding-polyfill/-/text-encoding-polyfill-0.6.7.tgz", + "integrity": "sha512-/DZ1XJqhbqRkCop6s9ZFu8JrFRwmVuHg4quIRm+ziFkR3N3ec6ck6yBvJ1GYeEQZhLVwRW0rZE+C3SSJpy0RTg==" }, - "node_modules/sane/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "node_modules/text-extensions": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", + "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, "engines": { - "node": ">=0.10.0" + "node": ">=0.10" } }, - "node_modules/sane/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "node_modules/through2": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", + "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", "dev": true, "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" + "readable-stream": "3" } }, - "node_modules/sanitize.css": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", - "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==", - "dev": true - }, - "node_modules/sax": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz", - "integrity": "sha1-e45lYZCyKOgaZq6nSEgNgozS03o=" - }, - "node_modules/saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "node_modules/through2/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "dependencies": { - "xmlchars": "^2.2.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": ">=10" + "node": ">= 6" } }, - "node_modules/scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", - "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", - "dev": true, - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, + "node_modules/tildify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz", + "integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==", "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/selderee": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/selderee/-/selderee-0.6.0.tgz", - "integrity": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==", - "dependencies": { - "parseley": "^0.7.0" - }, - "funding": { - "url": "https://ko-fi.com/killymxi" + "node": ">=8" } }, - "node_modules/semantic-release": { - "version": "19.0.4", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-19.0.4.tgz", - "integrity": "sha512-RqINReH6NZTFTFz+XM/9lClT/xh7uOg81w5dMTA4FkRjCJjL2eJjagRGHzbkGF77zi1ZfUxrUnd7uezArBOQrQ==", + "node_modules/timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", "dev": true, "dependencies": { - "@semantic-release/commit-analyzer": "^9.0.2", - "@semantic-release/error": "^3.0.0", - "@semantic-release/github": "^8.0.0", - "@semantic-release/npm": "^9.0.0", - "@semantic-release/release-notes-generator": "^10.0.0", - "aggregate-error": "^3.0.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.0.0", - "env-ci": "^5.0.0", - "execa": "^5.0.0", - "figures": "^3.0.0", - "find-versions": "^4.0.0", - "get-stream": "^6.0.0", - "git-log-parser": "^1.2.0", - "hook-std": "^2.0.0", - "hosted-git-info": "^4.0.0", - "lodash": "^4.17.21", - "marked": "^4.0.10", - "marked-terminal": "^5.0.0", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "p-reduce": "^2.0.0", - "read-pkg-up": "^7.0.0", - "resolve-from": "^5.0.0", - "semver": "^7.3.2", - "semver-diff": "^3.1.1", - "signale": "^1.2.1", - "yargs": "^17.0.0" - }, - "bin": { - "semantic-release": "bin/semantic-release.js" + "setimmediate": "^1.0.4" }, "engines": { - "node": ">=16 || ^14.17" + "node": ">=0.6.0" } }, - "node_modules/semantic-release/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "node_modules/tinybench": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.1.tgz", + "integrity": "sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==", "dev": true }, - "node_modules/semantic-release/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/tinypool": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.3.0.tgz", + "integrity": "sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==", "dev": true, "engines": { - "node": ">=8" + "node": ">=14.0.0" } }, - "node_modules/semantic-release/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/tinyspy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.2.tgz", + "integrity": "sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, "engines": { - "node": ">=8" + "node": ">=14.0.0" } }, - "node_modules/semantic-release/node_modules/yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "os-tmpdir": "~1.0.2" }, "engines": { - "node": ">=12" + "node": ">=0.6.0" } }, - "node_modules/semantic-release/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "engines": { - "node": ">=12" - } + "node_modules/to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=", + "dev": true }, - "node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "node_modules/to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "dev": true, "dependencies": { - "semver": "^6.3.0" + "kind-of": "^3.0.2" }, "engines": { - "node": ">=8" - } - }, - "node_modules/semver-diff/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/semver-regex": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-3.1.3.tgz", - "integrity": "sha512-Aqi54Mk9uYTjVexLnR67rTyBusmwd04cLkHy9hNvk3+G3nT2Oyg7E0l4XVbOaNwIvQ3hHeYxGcyEy+mKreyBFQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/semver-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/semver-utils/-/semver-utils-1.1.4.tgz", - "integrity": "sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA==", + "node_modules/to-object-path/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "node_modules/to-object-path/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">= 0.8.0" + "node": ">=0.10.0" } }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dev": true, "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/send/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" }, "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/serialize-javascript": { + "node_modules/to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz", - "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", - "dev": true, - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/serve-favicon": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz", - "integrity": "sha1-k10kDN/g9YBTB/3+ln2IlCosvPA=", - "dev": true, + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dependencies": { - "etag": "~1.8.1", - "fresh": "0.5.2", - "ms": "2.1.1", - "parseurl": "~1.3.2", - "safe-buffer": "5.1.1" + "is-number": "^7.0.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">=8.0" } }, - "node_modules/serve-favicon/node_modules/ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", - "dev": true - }, - "node_modules/serve-favicon/node_modules/safe-buffer": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==", - "dev": true - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "node_modules/to-regex/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dev": true, "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "engines": { - "node": ">= 0.8.0" + "node": ">=0.10.0" } }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "node_modules/set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "node_modules/to-regex/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" + "is-plain-object": "^2.0.4" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/set-value/node_modules/is-plain-object": { + "node_modules/to-regex/node_modules/is-plain-object": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", @@ -32360,7 +31474,7 @@ "node": ">=0.10.0" } }, - "node_modules/set-value/node_modules/isobject": { + "node_modules/to-regex/node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", @@ -32369,753 +31483,806 @@ "node": ">=0.10.0" } }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + "node_modules/token-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz", + "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=", + "dev": true }, - "node_modules/sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "node_modules/touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", "dev": true, "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "nopt": "~1.0.10" }, "bin": { - "sha.js": "bin.js" + "nodetouch": "bin/nodetouch.js" } }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "node_modules/touch/node_modules/nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", "dev": true, "dependencies": { - "kind-of": "^6.0.2" + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" }, "engines": { - "node": ">=8" + "node": "*" } }, - "node_modules/sharkdown": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/sharkdown/-/sharkdown-0.1.1.tgz", - "integrity": "sha512-exwooSpmo5s45lrexgz6Q0rFQM574wYIX3iDZ7RLLqOb7IAoQZu9nxlZODU972g19sR69OIpKP2cpHTzU+PHIg==", + "node_modules/tough-cookie": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "dev": true, + "optional": true, + "peer": true, "dependencies": { - "cardinal": "~0.4.2", - "minimist": "0.0.5", - "split": "~0.2.10" + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" }, - "bin": { - "sharkdown": "sharkdown" + "engines": { + "node": ">=6" } }, - "node_modules/sharkdown/node_modules/ansicolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz", - "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=" + "node_modules/tough-cookie/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "optional": true, + "peer": true, + "engines": { + "node": ">= 4.0.0" + } }, - "node_modules/sharkdown/node_modules/cardinal": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz", - "integrity": "sha1-ylu2iltRG5D+k7ms6km97lwyv+I=", + "node_modules/tr46": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "dev": true, + "optional": true, + "peer": true, "dependencies": { - "ansicolors": "~0.2.1", - "redeyed": "~0.4.0" + "punycode": "^2.1.1" }, - "bin": { - "cdl": "bin/cdl.js" + "engines": { + "node": ">=8" } }, - "node_modules/sharkdown/node_modules/esprima": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz", - "integrity": "sha1-n1V+CPw7TSbs6d00+Pv0drYlha0=", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, + "node_modules/traverse": { + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz", + "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=", + "dev": true + }, + "node_modules/trim": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", + "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", + "dev": true + }, + "node_modules/trim-newlines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", + "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", + "dev": true, "engines": { - "node": ">=0.4.0" + "node": ">=8" } }, - "node_modules/sharkdown/node_modules/minimist": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.5.tgz", - "integrity": "sha1-16oye87PUY+RBqxrjwA/o7zqhWY=" + "node_modules/trim-trailing-lines": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", + "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, - "node_modules/sharkdown/node_modules/redeyed": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz", - "integrity": "sha1-N+mQpvKyGyoRwuakj9QTVpjLqX8=", - "dependencies": { - "esprima": "~1.0.4" + "node_modules/trough": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", + "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/sharkdown/node_modules/split": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/split/-/split-0.2.10.tgz", - "integrity": "sha1-Zwl8YB1pfOE2j0GPBs0gHPBSGlc=", - "dependencies": { - "through": "2" - }, + "node_modules/ts-dedent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", + "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", + "dev": true, "engines": { - "node": "*" + "node": ">=6.10" } }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "node_modules/ts-loader": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.4.0.tgz", + "integrity": "sha512-6nFY3IZ2//mrPc+ImY3hNWx1vCHyEhl6V+wLmL4CZcm6g1CqX7UKrkc6y0i4FwcfOhxyMPCfaEvh20f4r9GNpw==", + "dev": true, "dependencies": { - "shebang-regex": "^3.0.0" + "chalk": "^4.1.0", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^2.0.0", + "micromatch": "^4.0.0", + "semver": "^7.3.4" }, "engines": { - "node": ">=8" + "node": ">=10.0.0" + }, + "peerDependencies": { + "typescript": "*", + "webpack": "*" } }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "node_modules/ts-loader/node_modules/enhanced-resolve": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", + "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, "engines": { - "node": ">=8" + "node": ">=6.9.0" } }, - "node_modules/shpjs": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/shpjs/-/shpjs-4.0.4.tgz", - "integrity": "sha512-+IcS2DoiTGqAONUEN46ZociKGJ2ecs1EVwJuSqnAOkMafxWC8noO3X/zI959RCbqHGvBr1RM1bdk4jc7fYONVg==", + "node_modules/ts-loader/node_modules/memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "dev": true, "dependencies": { - "jszip": "^3.5.0", - "lie": "^3.0.1", - "lru-cache": "^2.7.0", - "parsedbf": "^1.1.0", - "proj4": "^2.1.4" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "engines": { + "node": ">=4.3.0 <5.0.0 || >=5.10" } }, - "node_modules/shpjs/node_modules/lru-cache": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", - "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=" + "node_modules/ts-map": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/ts-map/-/ts-map-1.0.3.tgz", + "integrity": "sha512-vDWbsl26LIcPGmDpoVzjEP6+hvHZkBkLW7JpvwbCv/5IYPJlsbzCVXY3wsCeAxAUeTclNOUZxnLdGh3VBD/J6w==", + "dev": true }, - "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } } }, - "node_modules/sigmund": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", - "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", - "dev": true - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "node_modules/ts-node/node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "engines": { + "node": ">=0.4.0" + } }, - "node_modules/signale": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", - "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", + "node_modules/ts-pnp": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", + "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==", "dev": true, - "dependencies": { - "chalk": "^2.3.2", - "figures": "^2.0.0", - "pkg-conf": "^2.1.0" - }, "engines": { "node": ">=6" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/signale/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/tsconfig-paths": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz", + "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==", "dev": true, "dependencies": { - "color-convert": "^1.9.0" + "@types/json5": "^0.0.29", + "json5": "^1.0.1", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + } + }, + "node_modules/tsconfig-paths/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/tsconfig-paths/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true, "engines": { "node": ">=4" } }, - "node_modules/signale/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + }, + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", "dev": true, "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "tslib": "^1.8.1" }, "engines": { - "node": ">=4" + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" } }, - "node_modules/signale/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/tsutils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", + "dev": true + }, + "node_modules/tus-js-client": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-2.3.1.tgz", + "integrity": "sha512-QEM7ySnthWT+wwePLTXVSQP8vBLCy0ZoJNDGFzNlsU+YVoK2WevIZwcRnKyo962xhYMiABe3aMvXvk4Ln+VRzQ==", "dev": true, "dependencies": { - "color-name": "1.1.3" + "buffer-from": "^0.1.1", + "combine-errors": "^3.0.3", + "is-stream": "^2.0.0", + "js-base64": "^2.6.1", + "lodash.throttle": "^4.1.1", + "proper-lockfile": "^2.0.1", + "url-parse": "^1.5.7" } }, - "node_modules/signale/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "node_modules/tus-js-client/node_modules/buffer-from": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-0.1.2.tgz", + "integrity": "sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg==", "dev": true }, - "node_modules/signale/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, + "node_modules/tus-node-server": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/tus-node-server/-/tus-node-server-0.7.1.tgz", + "integrity": "sha512-FVAfffvQviaAvtSLjuIOQ0KoAygXAT2rIZb7YRNguiBoRc90xw8pcXC4tnTi5D3NXuLDL/Tp5DvzF8siTl7qQA==", + "dependencies": { + "@google-cloud/storage": "^6.2.2", + "aws-sdk": "^2.1064.0", + "configstore": "^5.0.1", + "debug": "^4.3.3" + }, "engines": { - "node": ">=0.8.0" + "node": ">=10.0" } }, - "node_modules/signale/node_modules/figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, "dependencies": { - "escape-string-regexp": "^1.0.5" + "prelude-ls": "^1.2.1" }, "engines": { - "node": ">=4" + "node": ">= 0.8.0" } }, - "node_modules/signale/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true, "engines": { "node": ">=4" } }, - "node_modules/signale/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/simple-update-notifier": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz", - "integrity": "sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==", - "dev": true, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", "dependencies": { - "semver": "~7.0.0" + "media-typer": "0.3.0", + "mime-types": "~2.1.24" }, "engines": { - "node": ">=8.10.0" + "node": ">= 0.6" } }, - "node_modules/simple-update-notifier/node_modules/semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "dev": true + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dependencies": { + "is-typedarray": "^1.0.0" + } }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "node_modules/typescript": { + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, "engines": { - "node": ">=8" + "node": ">=4.2.0" } }, - "node_modules/slice-ansi": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", - "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", + "node_modules/uglify-js": { + "version": "3.15.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.4.tgz", + "integrity": "sha512-vMOPGDuvXecPs34V74qDKk4iJ/SN4vL3Ow/23ixafENYvtrNvtbcgUeugTcUGRGsOF/5fU8/NYSL5Hyb3l1OJA==", "dev": true, - "dependencies": { - "ansi-styles": "^6.0.0", - "is-fullwidth-code-point": "^4.0.0" + "optional": true, + "bin": { + "uglifyjs": "bin/uglifyjs" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" + "node": ">=0.8.0" } }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.0.tgz", - "integrity": "sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==", + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dev": true, - "engines": { - "node": ">=12" + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/smart-buffer": { + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "dev": true + }, + "node_modules/unfetch": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "dev": true, - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", + "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==", + "dev": true }, - "node_modules/snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "node_modules/unherit": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", + "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", "dev": true, "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" + "inherits": "^2.0.0", + "xtend": "^4.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true, - "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/snapdragon-node/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, "dependencies": { - "is-descriptor": "^1.0.0" + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/snapdragon-node/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", + "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", + "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", "dev": true, - "dependencies": { - "kind-of": "^3.2.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/snapdragon-util/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/snapdragon-util/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/unified": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", + "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^2.0.0", + "trough": "^1.0.0", + "vfile": "^4.0.0" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/snapdragon/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/unified/node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", "dev": true, - "dependencies": { - "ms": "2.0.0" + "engines": { + "node": ">=8" } }, - "node_modules/snapdragon/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "node_modules/union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", "dev": true, "dependencies": { - "is-descriptor": "^0.1.0" + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "node_modules/unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "unique-slug": "^2.0.0" } }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" + "imurmurhash": "^0.1.4" } }, - "node_modules/snapdragon/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/snapdragon/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dev": true, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", "dependencies": { - "kind-of": "^3.0.2" + "crypto-random-string": "^2.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, + "node_modules/unique-string/node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/snapdragon/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "node_modules/unist-builder": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", + "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==", "dev": true, - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/snapdragon/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "node_modules/unist-util-generated": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", + "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/snapdragon/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "node_modules/snapdragon/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "node_modules/unist-util-is": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", "dev": true, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/snarkdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/snarkdown/-/snarkdown-2.0.0.tgz", - "integrity": "sha512-MgL/7k/AZdXCTJiNgrO7chgDqaB9FGM/1Tvlcenenb7div6obaDATzs16JhFyHHBGodHT3B7RzRc5qk8pFhg3A==", - "dev": true - }, - "node_modules/socks": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.2.tgz", - "integrity": "sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==", + "node_modules/unist-util-position": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", + "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", "dev": true, - "dependencies": { - "ip": "^1.1.5", - "smart-buffer": "^4.2.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/socks-proxy-agent": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.0.tgz", - "integrity": "sha512-wWqJhjb32Q6GsrUqzuFkukxb/zzide5quXYcMVpIjxalDBBYy2nqKCFQ/9+Ie4dvOYSQdOk3hUlZSdzZOd3zMQ==", + "node_modules/unist-util-remove": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz", + "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", "dev": true, "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" + "unist-util-is": "^4.0.0" }, - "engines": { - "node": ">= 10" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/source-list-map": { + "node_modules/unist-util-remove-position": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", - "dev": true - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", + "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", "dev": true, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "unist-util-visit": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", + "node_modules/unist-util-stringify-position": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", + "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", "dev": true, "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" + "@types/unist": "^2.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "node_modules/unist-util-visit": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", "dev": true, "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0", + "unist-util-visit-parents": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", - "deprecated": "See https://github.com/lydell/source-map-url#deprecated", - "dev": true - }, - "node_modules/sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "dev": true - }, - "node_modules/space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", + "node_modules/unist-util-visit-parents": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", + "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", "dev": true, + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/spawn-error-forwarder": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz", - "integrity": "sha1-Gv2Uc46ZmwNG17n8NzvlXgdXcCk=", + "node_modules/universal-user-agent": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", + "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==", "dev": true }, - "node_modules/spawn-please": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/spawn-please/-/spawn-please-1.0.0.tgz", - "integrity": "sha512-Kz33ip6NRNKuyTRo3aDWyWxeGeM0ORDO552Fs6E1nj4pLWPkl37SrRtTnq+MEopVaqgmaO6bAvVS+v64BJ5M/A==", + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", "dev": true, "engines": { - "node": ">=10" + "node": ">= 10.0.0" } }, - "node_modules/spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, + "node_modules/unixify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz", + "integrity": "sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=", "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" + "normalize-path": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, + "node_modules/unixify/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", - "dev": true - }, - "node_modules/splaytree": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/splaytree/-/splaytree-3.1.1.tgz", - "integrity": "sha512-9FaQ18FF0+sZc/ieEeXHt+Jw2eSpUgUtTLDYB/HXKWvhYVyOc7h1hzkn5MMO3GPib9MmXG1go8+OsBBzs/NMww==" - }, - "node_modules/split": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", - "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", - "dev": true, - "dependencies": { - "through": "2" - }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", "engines": { - "node": "*" + "node": ">= 0.8" } }, - "node_modules/split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "node_modules/unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "dev": true, "dependencies": { - "extend-shallow": "^3.0.0" + "has-value": "^0.3.1", + "isobject": "^3.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/split-string/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "node_modules/unset-value/node_modules/has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "dev": true, "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/split-string/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", "dev": true, "dependencies": { - "is-plain-object": "^2.0.4" + "isarray": "1.0.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/split-string/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/unset-value/node_modules/has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, "engines": { "node": ">=0.10.0" } }, - "node_modules/split-string/node_modules/isobject": { + "node_modules/unset-value/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "node_modules/unset-value/node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", @@ -33124,868 +32291,882 @@ "node": ">=0.10.0" } }, - "node_modules/split2": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", + "node_modules/untildify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz", + "integrity": "sha512-sJjbDp2GodvkB0FZZcn7k6afVisqX5BZD7Yq3xp4nN2O15BBK0cLm3Vwn2vQaF7UDS0UUsrQMkkplmDI5fskig==", "dev": true, + "optional": true, "dependencies": { - "readable-stream": "^3.0.0" + "os-homedir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/split2/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, + "optional": true, "engines": { - "node": ">= 6" + "node": ">=4", + "yarn": "*" } }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "node_modules/sql-formatter": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-9.2.0.tgz", - "integrity": "sha512-Dn4lEpUeAhfNDR2LnEs9Uaq92TSHjhcNrzhllPuMnp188P4sLU7UcdcB9UqIfMfcN62gWXJlJ3KocaAf/SOzXQ==", + "node_modules/update-browserslist-db": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", + "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], "dependencies": { - "argparse": "^2.0.1" + "escalade": "^3.1.1", + "picocolors": "^1.0.0" }, "bin": { - "sql-formatter": "bin/sql-formatter-cli.js" + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" } }, - "node_modules/sql-formatter/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "node_modules/update-browserslist-db/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, - "node_modules/ssf": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz", - "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==", + "node_modules/update-notifier": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-6.0.2.tgz", + "integrity": "sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==", + "dev": true, "dependencies": { - "frac": "~1.1.2" + "boxen": "^7.0.0", + "chalk": "^5.0.1", + "configstore": "^6.0.0", + "has-yarn": "^3.0.0", + "import-lazy": "^4.0.0", + "is-ci": "^3.0.1", + "is-installed-globally": "^0.4.0", + "is-npm": "^6.0.0", + "is-yarn-global": "^0.4.0", + "latest-version": "^7.0.0", + "pupa": "^3.1.0", + "semver": "^7.3.7", + "semver-diff": "^4.0.0", + "xdg-basedir": "^5.1.0" }, "engines": { - "node": ">=0.8" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/yeoman/update-notifier?sponsor=1" } }, - "node_modules/ssri": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.0.tgz", - "integrity": "sha512-Y1Z6J8UYnexKFN1R/hxUaYoY2LVdKEzziPmVAFKiKX8fiwvCJTVzn/xYE9TEWod5OVyNfIHHuVfIEuBClL/uJQ==", + "node_modules/update-notifier/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true, - "dependencies": { - "minipass": "^3.1.1" - }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "dev": true - }, - "node_modules/stack-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "dependencies": { - "escape-string-regexp": "^2.0.0" + "node": ">=12" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "node_modules/update-notifier/node_modules/ansi-styles": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.0.tgz", + "integrity": "sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/standard-version": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz", - "integrity": "sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==", + "node_modules/update-notifier/node_modules/boxen": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.0.0.tgz", + "integrity": "sha512-j//dBVuyacJbvW+tvZ9HuH03fZ46QcaKvvhZickZqtB271DxJ7SNRSNxrV/dZX0085m7hISRZWbzWlJvx/rHSg==", "dev": true, "dependencies": { - "chalk": "^2.4.2", - "conventional-changelog": "3.1.25", - "conventional-changelog-config-spec": "2.1.0", - "conventional-changelog-conventionalcommits": "4.6.3", - "conventional-recommended-bump": "6.1.0", - "detect-indent": "^6.0.0", - "detect-newline": "^3.1.0", - "dotgitignore": "^2.1.0", - "figures": "^3.1.0", - "find-up": "^5.0.0", - "git-semver-tags": "^4.0.0", - "semver": "^7.1.1", - "stringify-package": "^1.0.1", - "yargs": "^16.0.0" - }, - "bin": { - "standard-version": "bin/cli.js" + "ansi-align": "^3.0.1", + "camelcase": "^7.0.0", + "chalk": "^5.0.1", + "cli-boxes": "^3.0.0", + "string-width": "^5.1.2", + "type-fest": "^2.13.0", + "widest-line": "^4.0.1", + "wrap-ansi": "^8.0.1" }, "engines": { - "node": ">=10" - } - }, - "node_modules/standard-version/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" + "node": ">=14.16" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/standard-version/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/update-notifier/node_modules/camelcase": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.0.tgz", + "integrity": "sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ==", "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, "engines": { - "node": ">=4" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/standard-version/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/update-notifier/node_modules/chalk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", "dev": true, - "dependencies": { - "color-name": "1.1.3" + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/standard-version/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/standard-version/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "node_modules/update-notifier/node_modules/cli-boxes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", + "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", "dev": true, "engines": { - "node": ">=0.8.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/standard-version/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/update-notifier/node_modules/configstore": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", + "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", "dev": true, + "dependencies": { + "dot-prop": "^6.0.1", + "graceful-fs": "^4.2.6", + "unique-string": "^3.0.0", + "write-file-atomic": "^3.0.3", + "xdg-basedir": "^5.0.1" + }, "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/yeoman/configstore?sponsor=1" } }, - "node_modules/standard-version/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/update-notifier/node_modules/crypto-random-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", + "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", "dev": true, "dependencies": { - "has-flag": "^3.0.0" + "type-fest": "^1.0.1" }, "engines": { - "node": ">=4" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", + "node_modules/update-notifier/node_modules/crypto-random-string/node_modules/type-fest": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", "dev": true, + "engines": { + "node": ">=10" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "node_modules/update-notifier/node_modules/dot-prop": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", + "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", "dev": true, "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" + "is-obj": "^2.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "node_modules/update-notifier/node_modules/is-ci": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", + "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", "dev": true, "dependencies": { - "is-descriptor": "^0.1.0" + "ci-info": "^3.2.0" }, - "engines": { - "node": ">=0.10.0" + "bin": { + "is-ci": "bin.js" } }, - "node_modules/static-extend/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "node_modules/update-notifier/node_modules/semver-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", + "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "semver": "^7.3.5" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/update-notifier/node_modules/strip-ansi": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", + "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/static-extend/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "node_modules/update-notifier/node_modules/type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "dev": true, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/static-extend/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "node_modules/update-notifier/node_modules/unique-string": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", + "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "crypto-random-string": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/update-notifier/node_modules/widest-line": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", + "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "string-width": "^5.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/static-extend/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "node_modules/update-notifier/node_modules/wrap-ansi": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.0.1.tgz", + "integrity": "sha512-QFF+ufAqhoYHvoHdajT/Po7KoXVBPXS2bgjIam5isfWJPfIOnQZ50JtUiVvCv/sjgacf3yRrt2ZKUZ/V4itN4g==", "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/static-extend/node_modules/kind-of": { + "node_modules/update-notifier/node_modules/xdg-basedir": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", + "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" } }, - "node_modules/store2": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/store2/-/store2-2.13.2.tgz", - "integrity": "sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==", + "node_modules/urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", + "deprecated": "Please see https://github.com/lydell/urix#deprecated", "dev": true }, - "node_modules/stream-browserify": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", - "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", - "dev": true, + "node_modules/url": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz", + "integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=", "dependencies": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" + "punycode": "1.3.2", + "querystring": "0.2.0" } }, - "node_modules/stream-chain": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz", - "integrity": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==" + "node_modules/url-join": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" }, - "node_modules/stream-combiner2": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", - "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", + "node_modules/url-loader": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", + "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", "dev": true, "dependencies": { - "duplexer2": "~0.1.0", - "readable-stream": "^2.0.2" + "loader-utils": "^2.0.0", + "mime-types": "^2.1.27", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "file-loader": "*", + "webpack": "^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "file-loader": { + "optional": true + } } }, - "node_modules/stream-each": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", - "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "node_modules/url-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, "dependencies": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/stream-events": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz", - "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==", + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, "dependencies": { - "stubs": "^3.0.0" + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" } }, - "node_modules/stream-http": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", - "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "node_modules/url/node_modules/punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + }, + "node_modules/use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", "dev": true, "dependencies": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" + "inherits": "2.0.3" } }, - "node_modules/stream-json": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/stream-json/-/stream-json-1.7.4.tgz", - "integrity": "sha512-ja2dde1v7dOlx5/vmavn8kLrxvNfs7r2oNc5DYmNJzayDDdudyCSuTB1gFjH4XBVTIwxiMxL4i059HX+ZiouXg==", + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "node_modules/util.promisify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "dev": true, "dependencies": { - "stream-chain": "^2.2.5" + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" } }, - "node_modules/stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", - "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true }, - "node_modules/streamsearch": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", - "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=", + "node_modules/utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", + "dev": true + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", "engines": { - "node": ">=0.8.0" + "node": ">= 0.4.0" } }, - "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" } }, - "node_modules/string-argv": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", + "node_modules/uuid-browser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/uuid-browser/-/uuid-browser-3.1.0.tgz", + "integrity": "sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=", + "dev": true + }, + "node_modules/v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, - "engines": { - "node": ">=0.6.19" + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" } }, - "node_modules/string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "node_modules/validate-npm-package-name": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-4.0.0.tgz", + "integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==", "dev": true, "dependencies": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" + "builtins": "^5.0.0" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, + "node_modules/value-or-promise": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", + "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", "engines": { "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "dev": true, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" + "node": ">= 0.8" } }, - "node_modules/string-width/node_modules/strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "node_modules/vfile": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", + "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", "dev": true, "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^2.0.0", + "vfile-message": "^2.0.0" }, "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", + "node_modules/vfile-location": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", + "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", - "side-channel": "^1.0.4" - }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/string.prototype.padend": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz", - "integrity": "sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==", + "node_modules/vfile-message": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/string.prototype.padstart": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/string.prototype.padstart/-/string.prototype.padstart-3.1.3.tgz", - "integrity": "sha512-NZydyOMtYxpTjGqp0VN5PYUF/tsU15yDMZnUdj16qRUIUiMJkHHSDElYyQFrMu+/WloTpA7MQSiADhBicDfaoA==", + "node_modules/vitest": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz", + "integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "@types/chai": "^4.3.3", + "@types/chai-subset": "^1.3.3", + "@types/node": "*", + "acorn": "^8.8.0", + "acorn-walk": "^8.2.0", + "chai": "^4.3.6", + "debug": "^4.3.4", + "local-pkg": "^0.4.2", + "source-map": "^0.6.1", + "strip-literal": "^0.4.2", + "tinybench": "^2.3.1", + "tinypool": "^0.3.0", + "tinyspy": "^1.0.2", + "vite": "^3.0.0" + }, + "bin": { + "vitest": "vitest.mjs" }, "engines": { - "node": ">= 0.4" + "node": ">=v14.16.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "url": "https://github.com/sponsors/antfu" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "peerDependencies": { + "@edge-runtime/vm": "*", + "@vitest/browser": "*", + "@vitest/ui": "*", + "happy-dom": "*", + "jsdom": "*" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependenciesMeta": { + "@edge-runtime/vm": { + "optional": true + }, + "@vitest/browser": { + "optional": true + }, + "@vitest/ui": { + "optional": true + }, + "happy-dom": { + "optional": true + }, + "jsdom": { + "optional": true + } } }, - "node_modules/stringify-package": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz", - "integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==", - "dev": true - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/vitest-fetch-mock": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/vitest-fetch-mock/-/vitest-fetch-mock-0.2.1.tgz", + "integrity": "sha512-u6wjTy3huKLx9VDzChOpt3BS9jIhCTbruqLIlkhXZ8dRMzNAsmiTIskI39+uqNegkFMQeEefBqKYZ3UC142AJA==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.1" + "cross-fetch": "^3.0.6" }, "engines": { - "node": ">=8" + "node": ">=14.14.0" + }, + "peerDependencies": { + "vitest": ">=0.16.0" } }, - "node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "node_modules/vitest/node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", "dev": true, "engines": { - "node": ">=8" + "node": ">=0.4.0" } }, - "node_modules/strip-eof": { + "node_modules/vitest/node_modules/picocolors": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true, - "engines": { - "node": ">=6" - } + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true }, - "node_modules/strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "node_modules/vitest/node_modules/postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], "dependencies": { - "min-indent": "^1.0.0" + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" }, "engines": { - "node": ">=8" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^10 || ^12 || >=14" } }, - "node_modules/strnum": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", - "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" - }, - "node_modules/stubs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz", - "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==" - }, - "node_modules/style-loader": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", - "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", + "node_modules/vitest/node_modules/vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", "dev": true, "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" + "esbuild": "^0.15.9", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" + }, + "bin": { + "vite": "bin/vite.js" }, "engines": { - "node": ">= 8.9.0" + "node": "^14.18.0 || >=16.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "optionalDependencies": { + "fsevents": "~2.3.2" }, "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", - "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", - "dev": true, - "dependencies": { - "inline-style-parser": "0.1.1" - } - }, - "node_modules/superagent": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.0.0.tgz", - "integrity": "sha512-iudipXEel+SzlP9y29UBWGDjB+Zzag+eeA1iLosaR2YHBRr1Q1kC29iBrF2zIVD9fqVbpZnXkN/VJmwFMVyNWg==", - "dev": true, - "dependencies": { - "component-emitter": "^1.3.0", - "cookiejar": "^2.1.3", - "debug": "^4.3.4", - "fast-safe-stringify": "^2.1.1", - "form-data": "^4.0.0", - "formidable": "^2.0.1", - "methods": "^1.1.2", - "mime": "2.6.0", - "qs": "^6.10.3", - "readable-stream": "^3.6.0", - "semver": "^7.3.7" + "@types/node": ">= 14", + "less": "*", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" }, - "engines": { - "node": ">=6.4.0 <13 || >=14" + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } } }, - "node_modules/superagent/node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } + "node_modules/vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", + "dev": true }, - "node_modules/superagent/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "node_modules/void-elements": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", + "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=", "dev": true, - "bin": { - "mime": "cli.js" - }, "engines": { - "node": ">=4.0.0" + "node": ">=0.10.0" } }, - "node_modules/superagent/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/vue": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.45.tgz", + "integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-sfc": "3.2.45", + "@vue/runtime-dom": "3.2.45", + "@vue/server-renderer": "3.2.45", + "@vue/shared": "3.2.45" } }, - "node_modules/supertest": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.2.4.tgz", - "integrity": "sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==", + "node_modules/vue-docgen-api": { + "version": "4.46.0", + "resolved": "https://registry.npmjs.org/vue-docgen-api/-/vue-docgen-api-4.46.0.tgz", + "integrity": "sha512-rWIeTtdZ9VxoHQ9fXqJJrXg0wO0c1xQUb754+IBO62hYpSMDwmh7r6u0rKeCexc8z9A4QaqKKs5f0L8AJ6VNbQ==", "dev": true, "dependencies": { - "methods": "^1.1.2", - "superagent": "^8.0.0" - }, - "engines": { - "node": ">=6.4.0" + "@babel/parser": "^7.13.12", + "@babel/types": "^7.13.12", + "@vue/compiler-dom": "^3.2.0", + "@vue/compiler-sfc": "^3.2.0", + "ast-types": "0.14.2", + "hash-sum": "^1.0.2", + "lru-cache": "^4.1.5", + "pug": "^3.0.2", + "recast": "0.20.5", + "ts-map": "^1.0.3", + "vue-inbrowser-compiler-utils": "^4.44.23" } }, - "node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "node_modules/vue-docgen-api/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, - "node_modules/supports-hyperlinks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", - "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", + "node_modules/vue-docgen-api/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "node_modules/vue-docgen-loader": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/vue-docgen-loader/-/vue-docgen-loader-1.5.1.tgz", + "integrity": "sha512-coMmQYsg+fy18SVtBNU7/tztdqEyrneFfwQFLmx8O7jaJ11VZ//9tRWXlwGzJM07cPRwMHDKMlAdWrpuw3U46A==", "dev": true, "dependencies": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" + "clone": "^2.1.2", + "jscodeshift": "^0.13.1", + "loader-utils": "^1.2.3", + "querystring": "^0.2.0" }, "engines": { - "node": ">=8" + "node": ">= 8.16" + }, + "peerDependencies": { + "vue-docgen-api": ">=3", + "webpack": ">=4" } }, - "node_modules/supports-hyperlinks/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/vue-docgen-loader/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" + "minimist": "^1.2.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "bin": { + "json5": "lib/cli.js" } }, - "node_modules/sveltedoc-parser": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/sveltedoc-parser/-/sveltedoc-parser-4.2.1.tgz", - "integrity": "sha512-sWJRa4qOfRdSORSVw9GhfDEwsbsYsegnDzBevUCF6k/Eis/QqCu9lJ6I0+d/E2wOWCjOhlcJ3+jl/Iur+5mmCw==", + "node_modules/vue-docgen-loader/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", "dev": true, "dependencies": { - "eslint": "8.4.1", - "espree": "9.2.0", - "htmlparser2-svelte": "4.1.0" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" }, "engines": { - "node": ">=10.0.0" + "node": ">=4.0.0" } }, - "node_modules/sveltedoc-parser/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "node_modules/sveltedoc-parser/node_modules/eslint": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz", - "integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==", + "node_modules/vue-eslint-parser": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz", + "integrity": "sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.0.5", - "@humanwhocodes/config-array": "^0.9.2", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", "debug": "^4.3.2", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.0", - "eslint-utils": "^3.0.0", + "eslint-scope": "^7.0.0", "eslint-visitor-keys": "^3.1.0", - "espree": "^9.2.0", + "espree": "^9.0.0", "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^6.0.1", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.2.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "bin": { - "eslint": "bin/eslint.js" + "lodash": "^4.17.21", + "semver": "^7.3.5" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { - "url": "https://opencollective.com/eslint" + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=6.0.0" } }, - "node_modules/sveltedoc-parser/node_modules/eslint-scope": { + "node_modules/vue-eslint-parser/node_modules/eslint-scope": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", @@ -33998,7 +33179,7 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/sveltedoc-parser/node_modules/eslint-visitor-keys": { + "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", @@ -34007,21 +33188,7 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/sveltedoc-parser/node_modules/espree": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.2.0.tgz", - "integrity": "sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==", - "dev": true, - "dependencies": { - "acorn": "^8.6.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^3.1.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/sveltedoc-parser/node_modules/estraverse": { + "node_modules/vue-eslint-parser/node_modules/estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", @@ -34030,702 +33197,837 @@ "node": ">=4.0" } }, - "node_modules/sveltedoc-parser/node_modules/globals": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", - "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/sveltedoc-parser/node_modules/ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "node_modules/vue-inbrowser-compiler-demi": { + "version": "4.44.23", + "resolved": "https://registry.npmjs.org/vue-inbrowser-compiler-demi/-/vue-inbrowser-compiler-demi-4.44.23.tgz", + "integrity": "sha512-/gZxAana4VTJWACNTi4RL5Zs5bVDIUDJ9XlaibzmY3Nf32WK43tvmjrUe+f5uGYLysCHE9SFjFvRKaAhXnzXgA==", "dev": true, - "engines": { - "node": ">= 4" + "hasInstallScript": true, + "peerDependencies": { + "vue": ">=2" } }, - "node_modules/sveltedoc-parser/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/vue-inbrowser-compiler-utils": { + "version": "4.44.23", + "resolved": "https://registry.npmjs.org/vue-inbrowser-compiler-utils/-/vue-inbrowser-compiler-utils-4.44.23.tgz", + "integrity": "sha512-M2U6TPTU1QCiKFYUxgHy47xdZcKLPSbeTpeamHBtfIut1sjKOMtYmAOQ3IrX3W/v8A7j7jGadY4ieA1j3zQICw==", "dev": true, "dependencies": { - "argparse": "^2.0.1" + "camelcase": "^5.3.1", + "vue-inbrowser-compiler-demi": "^4.44.23" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "peerDependencies": { + "vue": ">=2" } }, - "node_modules/sveltedoc-parser/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "node_modules/vue-inbrowser-compiler-utils/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", - "dev": true - }, - "node_modules/symbol.prototype.description": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/symbol.prototype.description/-/symbol.prototype.description-1.0.5.tgz", - "integrity": "sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ==", + "node_modules/vue-loader": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.1.tgz", + "integrity": "sha512-/OOyugJnImKCkAKrAvdsWMuwoCqGxWT5USLsjohzWbMgOwpA5wQmzQiLMzZd7DjhIfunzAGIApTOgIylz/kwcg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-symbol-description": "^1.0.0", - "has-symbols": "^1.0.2", - "object.getownpropertydescriptors": "^2.1.2" + "chalk": "^4.1.0", + "hash-sum": "^2.0.0", + "loader-utils": "^2.0.0" }, - "engines": { - "node": ">= 0.11.15" + "peerDependencies": { + "webpack": "^4.1.0 || ^5.0.0-0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependenciesMeta": { + "@vue/compiler-sfc": { + "optional": true + }, + "vue": { + "optional": true + } } }, - "node_modules/synchronous-promise": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.15.tgz", - "integrity": "sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==", + "node_modules/vue-loader/node_modules/hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", "dev": true }, - "node_modules/tar": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", - "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", + "node_modules/vue-meta": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.4.0.tgz", + "integrity": "sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw==", "dev": true, "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 10" + "deepmerge": "^4.2.2" } }, - "node_modules/tarn": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/tarn/-/tarn-3.0.2.tgz", - "integrity": "sha512-51LAVKUSZSVfI05vjPESNc5vwqqZpbXCsU+/+wxlOrUjk2SnFTt97v9ZgQrD4YmxYW1Px6w2KjaDitCfkvgxMQ==", - "engines": { - "node": ">=8.0.0" + "node_modules/vue-router": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.6.tgz", + "integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==", + "dev": true, + "dependencies": { + "@vue/devtools-api": "^6.4.5" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "vue": "^3.2.0" } }, - "node_modules/teeny-request": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-8.0.0.tgz", - "integrity": "sha512-6KEYxXI4lQPSDkXzXpPmJPNmo7oqduFFbhOEHf8sfsLbXyCsb+umUjBtMGAKhaSToD8JNCtQutTRefu29K64JA==", + "node_modules/vue-template-compiler": { + "version": "2.7.10", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.10.tgz", + "integrity": "sha512-QO+8R9YRq1Gudm8ZMdo/lImZLJVUIAM8c07Vp84ojdDAf8HmPJc7XB556PcXV218k2AkKznsRz6xB5uOjAC4EQ==", + "dev": true, "dependencies": { - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "node-fetch": "^2.6.1", - "stream-events": "^1.0.5", - "uuid": "^8.0.0" - }, - "engines": { - "node": ">=12" + "de-indent": "^1.0.2", + "he": "^1.2.0" } }, - "node_modules/telejson": { - "version": "6.0.8", - "resolved": "https://registry.npmjs.org/telejson/-/telejson-6.0.8.tgz", - "integrity": "sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==", + "node_modules/vue-tsc": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-1.0.9.tgz", + "integrity": "sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==", "dev": true, "dependencies": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.2", - "is-regex": "^1.1.2", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3" + "@volar/vue-language-core": "1.0.9", + "@volar/vue-typescript": "1.0.9" + }, + "bin": { + "vue-tsc": "bin/vue-tsc.js" + }, + "peerDependencies": { + "typescript": "*" } }, - "node_modules/temp": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", - "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", + "node_modules/vuex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz", + "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==", "dev": true, "dependencies": { - "rimraf": "~2.6.2" + "@vue/devtools-api": "^6.0.0-beta.11" }, - "engines": { - "node": ">=6.0.0" + "peerDependencies": { + "vue": "^3.2.0" } }, - "node_modules/temp-dir": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", - "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", + "node_modules/vuex-router-sync": { + "version": "6.0.0-rc.1", + "resolved": "https://registry.npmjs.org/vuex-router-sync/-/vuex-router-sync-6.0.0-rc.1.tgz", + "integrity": "sha512-pzVrX/rmQsDjJiKPAjgKxpkxWdiBBQmxATFA6eFyS2Tmo6jauq8iDk9BWxkw41/OA+pbq4wkONRC0aeErDw8GQ==", "dev": true, - "engines": { - "node": ">=8" + "peerDependencies": { + "vue-router": "^4.0.0", + "vuex": "^4.0.0" } }, - "node_modules/temp/node_modules/rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "node_modules/w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" + "browser-process-hrtime": "^1.0.0" } }, - "node_modules/tempy": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tempy/-/tempy-1.0.1.tgz", - "integrity": "sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==", + "node_modules/w3c-xmlserializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", + "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "del": "^6.0.0", - "is-stream": "^2.0.0", - "temp-dir": "^2.0.0", - "type-fest": "^0.16.0", - "unique-string": "^2.0.0" + "xml-name-validator": "^3.0.0" }, "engines": { "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/tempy/node_modules/type-fest": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", - "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", + "node_modules/watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", "dev": true, - "engines": { - "node": ">=10" + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=10.13.0" } }, - "node_modules/terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", - "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "node_modules/watchpack-chokidar2": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", + "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", "dev": true, + "optional": true, "dependencies": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "chokidar": "^2.1.8" } }, - "node_modules/terser": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.13.1.tgz", - "integrity": "sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==", + "node_modules/watchpack-chokidar2/node_modules/anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "dev": true, + "optional": true, "dependencies": { - "acorn": "^8.5.0", - "commander": "^2.20.0", - "source-map": "~0.8.0-beta.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" } }, - "node_modules/terser-webpack-plugin": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz", - "integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==", + "node_modules/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, + "optional": true, "dependencies": { - "cacache": "^15.0.5", - "find-cache-dir": "^3.3.1", - "jest-worker": "^26.5.0", - "p-limit": "^3.0.2", - "schema-utils": "^3.0.0", - "serialize-javascript": "^5.0.1", - "source-map": "^0.6.1", - "terser": "^5.3.4", - "webpack-sources": "^1.4.3" + "remove-trailing-separator": "^1.0.1" }, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/@npmcli/fs": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", - "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", + "node_modules/watchpack-chokidar2/node_modules/binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "dev": true, - "dependencies": { - "@gar/promisify": "^1.0.1", - "semver": "^7.3.5" + "optional": true, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/@npmcli/move-file": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", - "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "node_modules/watchpack-chokidar2/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, + "optional": true, "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/cacache": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", - "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", + "node_modules/watchpack-chokidar2/node_modules/chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", "dev": true, + "optional": true, "dependencies": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" }, - "engines": { - "node": ">= 10" + "optionalDependencies": { + "fsevents": "^1.2.7" } }, - "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "node_modules/watchpack-chokidar2/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, + "optional": true, "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/watchpack-chokidar2/node_modules/fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "bindings": "^1.5.0", + "nan": "^2.12.1" }, "engines": { - "node": ">=8" + "node": ">= 4.0" } }, - "node_modules/terser-webpack-plugin/node_modules/jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "node_modules/watchpack-chokidar2/node_modules/glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "dev": true, + "optional": true, "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">= 10.13.0" + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" } }, - "node_modules/terser-webpack-plugin/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/watchpack-chokidar2/node_modules/glob-parent/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, + "optional": true, "dependencies": { - "p-locate": "^4.1.0" + "is-extglob": "^2.1.0" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/watchpack-chokidar2/node_modules/is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, + "optional": true, "dependencies": { - "p-limit": "^2.2.0" + "binary-extensions": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/p-locate/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/watchpack-chokidar2/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true, + "optional": true + }, + "node_modules/watchpack-chokidar2/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, + "optional": true, "dependencies": { - "p-try": "^2.0.0" + "is-plain-object": "^2.0.4" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "node_modules/watchpack-chokidar2/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, + "optional": true, "dependencies": { - "find-up": "^4.0.0" + "kind-of": "^3.0.2" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "node_modules/watchpack-chokidar2/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, + "optional": true, "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "is-buffer": "^1.1.5" }, "engines": { - "node": ">= 10.13.0" + "node": ">=0.10.0" + } + }, + "node_modules/watchpack-chokidar2/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "optional": true, + "dependencies": { + "isobject": "^3.0.1" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/ssri": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", - "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "node_modules/watchpack-chokidar2/node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/watchpack-chokidar2/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, + "optional": true, "dependencies": { - "minipass": "^3.1.1" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" }, "engines": { - "node": ">= 8" + "node": ">=0.10.0" } }, - "node_modules/terser-webpack-plugin/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/watchpack-chokidar2/node_modules/micromatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, + "optional": true, "dependencies": { - "has-flag": "^4.0.0" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "node_modules/watchpack-chokidar2/node_modules/readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, + "optional": true, + "dependencies": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "engines": { + "node": ">=0.10" + } }, - "node_modules/terser/node_modules/source-map": { - "version": "0.8.0-beta.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", - "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", + "node_modules/watchpack-chokidar2/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, + "optional": true, "dependencies": { - "whatwg-url": "^7.0.0" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" }, "engines": { - "node": ">= 8" + "node": ">=0.10.0" } }, - "node_modules/terser/node_modules/tr46": { + "node_modules/wcwidth": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", "dev": true, "dependencies": { - "punycode": "^2.1.0" + "defaults": "^1.0.3" } }, - "node_modules/terser/node_modules/webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", - "dev": true + "node_modules/web-namespaces": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", + "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, - "node_modules/terser/node_modules/whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "node_modules/webidl-conversions": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", "dev": true, - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" + "optional": true, + "peer": true, + "engines": { + "node": ">=10.4" } }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "node_modules/webpack": { + "version": "4.46.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", + "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", "dev": true, "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/wasm-edit": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "acorn": "^6.4.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.5.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.3", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.7.4", + "webpack-sources": "^1.4.1" + }, + "bin": { + "webpack": "bin/webpack.js" }, "engines": { - "node": ">=8" + "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + }, + "webpack-command": { + "optional": true + } } }, - "node_modules/text-encoding-polyfill": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/text-encoding-polyfill/-/text-encoding-polyfill-0.6.7.tgz", - "integrity": "sha512-/DZ1XJqhbqRkCop6s9ZFu8JrFRwmVuHg4quIRm+ziFkR3N3ec6ck6yBvJ1GYeEQZhLVwRW0rZE+C3SSJpy0RTg==" - }, - "node_modules/text-extensions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", - "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", + "node_modules/webpack-dev-middleware": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", + "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", "dev": true, + "dependencies": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + }, "engines": { - "node": ">=0.10" + "node": ">= 6" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true + "node_modules/webpack-dev-middleware/node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } }, - "node_modules/throat": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", - "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==", + "node_modules/webpack-dev-middleware/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, - "peer": true + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + "node_modules/webpack-filter-warnings-plugin": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/webpack-filter-warnings-plugin/-/webpack-filter-warnings-plugin-1.2.1.tgz", + "integrity": "sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg==", + "dev": true, + "engines": { + "node": ">= 4.3 < 5.0.0 || >= 5.10" + }, + "peerDependencies": { + "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" + } }, - "node_modules/through2": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", + "node_modules/webpack-hot-middleware": { + "version": "2.25.3", + "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.3.tgz", + "integrity": "sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==", "dev": true, "dependencies": { - "readable-stream": "3" + "ansi-html-community": "0.0.8", + "html-entities": "^2.1.0", + "strip-ansi": "^6.0.0" } }, - "node_modules/through2/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "node_modules/webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", "dev": true, "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" }, "engines": { "node": ">= 6" } }, - "node_modules/tildify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz", - "integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==", - "engines": { - "node": ">=8" + "node_modules/webpack-log/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "dev": true, + "bin": { + "uuid": "bin/uuid" } }, - "node_modules/timers-browserify": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", - "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "node_modules/webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "dev": true, "dependencies": { - "setimmediate": "^1.0.4" + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + }, + "node_modules/webpack-virtual-modules": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.2.2.tgz", + "integrity": "sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA==", + "dev": true, + "dependencies": { + "debug": "^3.0.0" + } + }, + "node_modules/webpack-virtual-modules/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/webpack/node_modules/acorn": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "dev": true, + "bin": { + "acorn": "bin/acorn" }, "engines": { - "node": ">=0.6.0" + "node": ">=0.4.0" } }, - "node_modules/tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "node_modules/webpack/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "dev": true, "dependencies": { - "os-tmpdir": "~1.0.2" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" }, "engines": { - "node": ">=0.6.0" + "node": ">=0.10.0" } }, - "node_modules/tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "node_modules/webpack/node_modules/cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "dev": true, + "dependencies": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "node_modules/webpack/node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", "dev": true }, - "node_modules/to-arraybuffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", - "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=", + "node_modules/webpack/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "node_modules/webpack/node_modules/enhanced-resolve": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", + "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, - "node_modules/to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "node_modules/webpack/node_modules/enhanced-resolve/node_modules/memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", "dev": true, "dependencies": { - "kind-of": "^3.0.2" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=4.3.0 <5.0.0 || >=5.10" } }, - "node_modules/to-object-path/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "node_modules/webpack/node_modules/eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", "dev": true, "dependencies": { - "is-buffer": "^1.1.5" + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=4.0.0" } }, - "node_modules/to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "node_modules/webpack/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "dev": true, "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "node_modules/webpack/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "node_modules/webpack/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, "dependencies": { - "is-number": "^7.0.0" + "is-plain-object": "^2.0.4" }, "engines": { - "node": ">=8.0" + "node": ">=0.10.0" } }, - "node_modules/to-regex/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "node_modules/webpack/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" + "kind-of": "^3.0.2" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/to-regex/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "node_modules/webpack/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "dependencies": { - "is-plain-object": "^2.0.4" + "is-buffer": "^1.1.5" }, "engines": { "node": ">=0.10.0" } }, - "node_modules/to-regex/node_modules/is-plain-object": { + "node_modules/webpack/node_modules/is-plain-object": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", @@ -34737,7 +34039,16 @@ "node": ">=0.10.0" } }, - "node_modules/to-regex/node_modules/isobject": { + "node_modules/webpack/node_modules/is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/webpack/node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", @@ -34746,1798 +34057,1871 @@ "node": ">=0.10.0" } }, - "node_modules/toidentifier": { + "node_modules/webpack/node_modules/json5": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/token-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz", - "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=", - "dev": true - }, - "node_modules/touch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", - "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "dependencies": { - "nopt": "~1.0.10" + "minimist": "^1.2.0" }, "bin": { - "nodetouch": "bin/nodetouch.js" + "json5": "lib/cli.js" } }, - "node_modules/touch/node_modules/nopt": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", + "node_modules/webpack/node_modules/loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", "dev": true, "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" }, "engines": { - "node": "*" + "node": ">=4.0.0" } }, - "node_modules/tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "node_modules/webpack/node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.1.2" - }, - "engines": { - "node": ">=6" + "yallist": "^3.0.2" } }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "node_modules/webpack/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "dev": true, + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, "engines": { - "node": ">= 4.0.0" + "node": ">=0.10.0" } }, - "node_modules/tr46": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", - "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "node_modules/webpack/node_modules/micromatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "dev": true, - "peer": true, "dependencies": { - "punycode": "^2.1.1" + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/traverse": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz", - "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=", - "dev": true + "node_modules/webpack/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } }, - "node_modules/trim": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", - "dev": true + "node_modules/webpack/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } }, - "node_modules/trim-newlines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", + "node_modules/webpack/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, "engines": { - "node": ">=8" + "node": ">= 4" } }, - "node_modules/trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", + "node_modules/webpack/node_modules/serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "randombytes": "^2.1.0" } }, - "node_modules/trough": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", + "node_modules/webpack/node_modules/ssri": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", + "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "figgy-pudding": "^3.5.1" } }, - "node_modules/ts-dedent": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", - "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", + "node_modules/webpack/node_modules/terser": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", + "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", "dev": true, + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "bin": { + "terser": "bin/terser" + }, "engines": { - "node": ">=6.10" + "node": ">=6.0.0" } }, - "node_modules/ts-loader": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.4.0.tgz", - "integrity": "sha512-6nFY3IZ2//mrPc+ImY3hNWx1vCHyEhl6V+wLmL4CZcm6g1CqX7UKrkc6y0i4FwcfOhxyMPCfaEvh20f4r9GNpw==", + "node_modules/webpack/node_modules/terser-webpack-plugin": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", + "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", "dev": true, "dependencies": { - "chalk": "^4.1.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^2.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^4.0.0", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" }, "engines": { - "node": ">=10.0.0" + "node": ">= 6.9.0" }, "peerDependencies": { - "typescript": "*", - "webpack": "*" + "webpack": "^4.0.0" } }, - "node_modules/ts-loader/node_modules/enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "node_modules/webpack/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "dev": true, "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" }, "engines": { - "node": ">=6.9.0" + "node": ">=0.10.0" } }, - "node_modules/ts-loader/node_modules/memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "node_modules/webpack/node_modules/watchpack": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", + "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", "dev": true, "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0" }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" + "optionalDependencies": { + "chokidar": "^3.4.1", + "watchpack-chokidar2": "^2.0.1" } }, - "node_modules/ts-loader/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true, - "engines": { - "node": ">=6" - } + "node_modules/webpack/node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true }, - "node_modules/ts-map": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/ts-map/-/ts-map-1.0.3.tgz", - "integrity": "sha512-vDWbsl26LIcPGmDpoVzjEP6+hvHZkBkLW7JpvwbCv/5IYPJlsbzCVXY3wsCeAxAUeTclNOUZxnLdGh3VBD/J6w==", + "node_modules/webpack/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", "dev": true }, - "node_modules/ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "node_modules/wgs84": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/wgs84/-/wgs84-0.0.0.tgz", + "integrity": "sha1-NP3FVZF7blfPKigu0ENxDASc3HY=" + }, + "node_modules/whatwg-encoding": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "dev": true, + "optional": true, + "peer": true, "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true - } + "iconv-lite": "0.4.24" } }, - "node_modules/ts-node/node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", - "engines": { - "node": ">=0.4.0" - } + "node_modules/whatwg-mimetype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", + "dev": true, + "optional": true, + "peer": true }, - "node_modules/ts-pnp": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", - "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==", + "node_modules/whatwg-url": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", "dev": true, - "engines": { - "node": ">=6" + "optional": true, + "peer": true, + "dependencies": { + "lodash": "^4.7.0", + "tr46": "^2.1.0", + "webidl-conversions": "^6.1.0" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "engines": { + "node": ">=10" } }, - "node_modules/tsconfig": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", - "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, "dependencies": { - "@types/strip-bom": "^3.0.0", - "@types/strip-json-comments": "0.0.30", - "strip-bom": "^3.0.0", - "strip-json-comments": "^2.0.0" + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" } }, - "node_modules/tsconfig-paths": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz", - "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==", + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "dev": true, "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tsconfig-paths/node_modules/json5": { + "node_modules/which-collection": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", "dev": true, "dependencies": { - "minimist": "^1.2.0" + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" }, - "bin": { - "json5": "lib/cli.js" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tsconfig-paths/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "node_modules/which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + }, "engines": { - "node": ">=4" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "dev": true, + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" } }, - "node_modules/tsconfig/node_modules/strip-bom": { + "node_modules/wide-align/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wide-align/node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/tsconfig/node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "node_modules/wide-align/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" - }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", "dev": true, "dependencies": { - "tslib": "^1.8.1" + "string-width": "^4.0.0" }, "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + "node": ">=8" } }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "node_modules/widest-line/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/tty-browserify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", - "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", - "dev": true + "node_modules/widest-line/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } }, - "node_modules/tus-js-client": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-2.3.1.tgz", - "integrity": "sha512-QEM7ySnthWT+wwePLTXVSQP8vBLCy0ZoJNDGFzNlsU+YVoK2WevIZwcRnKyo962xhYMiABe3aMvXvk4Ln+VRzQ==", + "node_modules/widest-line/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "buffer-from": "^0.1.1", - "combine-errors": "^3.0.3", - "is-stream": "^2.0.0", - "js-base64": "^2.6.1", - "lodash.throttle": "^4.1.1", - "proper-lockfile": "^2.0.1", - "url-parse": "^1.5.7" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" } }, - "node_modules/tus-js-client/node_modules/buffer-from": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-0.1.2.tgz", - "integrity": "sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg==", + "node_modules/wildcard": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-1.1.2.tgz", + "integrity": "sha1-pwIEUwhNjNLv5wup02liY94XEKU=", "dev": true }, - "node_modules/tus-node-server": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/tus-node-server/-/tus-node-server-0.7.1.tgz", - "integrity": "sha512-FVAfffvQviaAvtSLjuIOQ0KoAygXAT2rIZb7YRNguiBoRc90xw8pcXC4tnTi5D3NXuLDL/Tp5DvzF8siTl7qQA==", - "dependencies": { - "@google-cloud/storage": "^6.2.2", - "aws-sdk": "^2.1064.0", - "configstore": "^5.0.1", - "debug": "^4.3.3" - }, - "engines": { - "node": ">=10.0" - } - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "node_modules/with": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz", + "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==", "dev": true, "dependencies": { - "prelude-ls": "^1.2.1" + "@babel/parser": "^7.9.6", + "@babel/types": "^7.9.6", + "assert-never": "^1.2.1", + "babel-walk": "3.0.0-canary-5" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 10.0.0" } }, - "node_modules/type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "dev": true, + "node_modules/wkt-parser": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/wkt-parser/-/wkt-parser-1.3.2.tgz", + "integrity": "sha512-A26BOOo7sHAagyxG7iuRhnKMO7Q3mEOiOT4oGUmohtN/Li5wameeU4S6f8vWw6NADTVKljBs8bzA8JPQgSEMVQ==" + }, + "node_modules/wmf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz", + "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==", "engines": { - "node": ">=4" + "node": ">=0.8" } }, - "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true, + "node_modules/word": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz", + "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.8" } }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=0.10.0" } }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", + "dev": true }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "node_modules/worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "dev": true, "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" + "errno": "~0.1.7" } }, - "node_modules/uglify-js": { - "version": "3.15.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.4.tgz", - "integrity": "sha512-vMOPGDuvXecPs34V74qDKk4iJ/SN4vL3Ow/23ixafENYvtrNvtbcgUeugTcUGRGsOF/5fU8/NYSL5Hyb3l1OJA==", + "node_modules/worker-rpc": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz", + "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==", "dev": true, - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" + "dependencies": { + "microevent.ts": "~0.1.1" } }, - "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/undefsafe": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", - "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", - "dev": true - }, - "node_modules/unfetch": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", - "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==", + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/unherit": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", - "dev": true, - "dependencies": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", - "dev": true, - "engines": { - "node": ">=4" + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" } }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", - "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", + "node_modules/ws": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz", + "integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==", "dev": true, "engines": { - "node": ">=4" + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, - "node_modules/unified": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", + "node_modules/x-default-browser": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/x-default-browser/-/x-default-browser-0.4.0.tgz", + "integrity": "sha512-7LKo7RtWfoFN/rHx1UELv/2zHGMx8MkZKDq1xENmOCTkfIqZJ0zZ26NEJX8czhnPXVcqS0ARjjfJB+eJ0/5Cvw==", "dev": true, - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" + "bin": { + "x-default-browser": "bin/x-default-browser.js" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "optionalDependencies": { + "default-browser-id": "^1.0.4" } }, - "node_modules/unified/node_modules/is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "dev": true, + "node_modules/xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", "engines": { "node": ">=8" } }, - "node_modules/union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "dev": true, + "node_modules/xlsx": { + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz", + "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==", "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" + "adler-32": "~1.3.0", + "cfb": "~1.2.1", + "codepage": "~1.15.0", + "crc-32": "~1.2.1", + "ssf": "~0.11.2", + "wmf": "~1.0.1", + "word": "~0.3.0" + }, + "bin": { + "xlsx": "bin/xlsx.njs" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dev": true, - "dependencies": { - "unique-slug": "^2.0.0" + "node": ">=0.8" } }, - "node_modules/unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "node_modules/xml-name-validator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4" - } + "optional": true, + "peer": true }, - "node_modules/unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "node_modules/xml2js": { + "version": "0.4.19", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", + "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", "dependencies": { - "crypto-random-string": "^2.0.0" - }, - "engines": { - "node": ">=8" + "sax": ">=0.6.0", + "xmlbuilder": "~9.0.1" } }, - "node_modules/unique-string/node_modules/crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "node_modules/xmlbuilder": { + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", "engines": { - "node": ">=8" - } - }, - "node_modules/unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", - "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "node": ">=4.0" } }, - "node_modules/unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", - "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } + "optional": true, + "peer": true }, - "node_modules/unist-util-is": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "dev": true, + "node_modules/xstate": { + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.34.0.tgz", + "integrity": "sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw==", "funding": { "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/xstate" } }, - "node_modules/unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" } }, - "node_modules/unist-util-remove": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz", - "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, - "dependencies": { - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=10" } }, - "node_modules/unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "dev": true, - "dependencies": { - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, - "node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">= 6" } }, - "node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=10" } }, - "node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=10" } }, - "node_modules/universal-user-agent": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", - "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==", + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "node_modules/yargs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "engines": { - "node": ">= 10.0.0" + "node": ">=8" } }, - "node_modules/unixify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz", - "integrity": "sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=", + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, "dependencies": { - "normalize-path": "^2.1.1" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/unixify/node_modules/normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "engines": { - "node": ">= 0.8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "node_modules/zwitch": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", + "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", "dev": true, - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/unset-value/node_modules/has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "dev": true, + "packages/api": { + "name": "camino-api", + "version": "1.0.0", "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" + "@graphql-tools/graphql-file-loader": "^7.5.2", + "@graphql-tools/load": "^7.7.4", + "@sentry/node": "^7.11.1", + "@sentry/types": "^7.11.1", + "@sindresorhus/slugify": "^1.1.2", + "@turf/center": "^6.5.0", + "@turf/intersect": "^6.5.0", + "@types/basic-auth": "^1.1.3", + "@types/bcryptjs": "^2.4.2", + "@types/compression": "1.7.2", + "@types/cookie-parser": "^1.4.3", + "@types/cors": "^2.8.12", + "@types/dateformat": "^5.0.0", + "@types/express": "^4.17.13", + "@types/express-jwt": "6.0.4", + "@types/express-serve-static-core": "^4.17.30", + "@types/geojson": "^7946.0.10", + "@types/graphql-type-json": "^0.3.2", + "@types/graphql-upload": "^8.0.11", + "@types/jsonwebtoken": "^8.5.8", + "@types/node": "^18.7.12", + "@types/node-fetch": "^2.5.12", + "@types/pg": "^8.6.5", + "@types/proj4": "^2.5.2", + "@types/shpjs": "^3.4.1", + "@types/sql-formatter": "^2.3.0", + "basic-auth": "^2.0.1", + "bcryptjs": "^2.4.3", + "camelcase": "^6.3.0", + "cerbere": "^0.2.3", + "chalk": "^4.1.2", + "compression": "^1.7.4", + "cookie-parser": "^1.4.6", + "cors": "^2.8.5", + "crypto-random-string": "^3.3.1", + "dateformat": "^4.5.1", + "decamelize": "^5.0.0", + "dotenv": "^16.0.1", + "email-regex": "4.0.0", + "express": "^4.18.1", + "express-graphql": "^0.12.0", + "express-jwt": "^6.1.1", + "express-rate-limit": "^6.5.1", + "geojson-rewind": "^0.3.1", + "graphql": "^16.6.0", + "graphql-fields": "^2.0.3", + "graphql-scalars": "^1.18.0", + "graphql-type-json": "^0.3.2", + "graphql-upload": "^13.0.0", + "html-to-text": "^8.2.1", + "jsondiffpatch": "^0.4.1", + "jsonwebtoken": "^8.5.1", + "jszip": "^3.10.1", + "knex": "^2.3.0", + "make-dir": "^3.1.0", + "matomo-tracker": "^2.2.4", + "node-fetch": "^2.6.5", + "node-mailjet": "^5.1.1", + "objection": "github:Vincit/objection.js#dbb20aebaac2059149ec18386283b3cce4a3d7f0", + "pg": "^8.8.0", + "proj4": "^2.8.0", + "shpjs": "^4.0.4", + "stream-json": "^1.7.4", + "ts-node": "^10.9.1", + "tus-node-server": "^0.7.1", + "typescript": "^4.8.4", + "xlsx": "^0.18.5", + "xstate": "^4.34.0" }, - "engines": { - "node": ">=0.10.0" + "devDependencies": { + "@types/stream-json": "^1.7.2", + "@types/supertest": "^2.0.12", + "@typescript-eslint/eslint-plugin": "^5.34.0", + "@typescript-eslint/parser": "^5.34.0", + "@vitest/coverage-c8": "^0.25.2", + "commitizen": "^4.2.5", + "cz-conventional-changelog": "^3.3.0", + "eslint": "^8.22.0", + "eslint-config-prettier": "^8.5.0", + "eslint-config-standard": "^17.0.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-n": "^15.2.5", + "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-standard": "^5.0.0", + "eslint-plugin-tsdoc": "^0.2.16", + "nodemon": "^2.0.19", + "npm-check-updates": "^16.0.5", + "pg-escape": "^0.2.0", + "prettier-eslint": "^15.0.1", + "sql-formatter": "^9.2.0", + "standard-version": "^9.5.0", + "supertest": "^6.2.4", + "vite": "^3.2.4", + "vitest": "^0.25.2" } }, - "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dev": true, - "dependencies": { - "isarray": "1.0.0" - }, + "packages/api/node_modules/dateformat": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", + "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==", "engines": { - "node": ">=0.10.0" + "node": "*" } }, - "node_modules/unset-value/node_modules/has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", - "dev": true, + "packages/api/node_modules/graphql": { + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "engines": { - "node": ">=0.10.0" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, - "node_modules/unset-value/node_modules/isarray": { + "packages/api/node_modules/picocolors": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, - "node_modules/unset-value/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "packages/api/node_modules/postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], + "dependencies": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, "engines": { - "node": ">=0.10.0" + "node": "^10 || ^12 || >=14" } }, - "node_modules/untildify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz", - "integrity": "sha1-F+soB5h/dpUunASF/DEdBqgmouA=", + "packages/api/node_modules/vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", "dev": true, - "optional": true, "dependencies": { - "os-homedir": "^1.0.0" + "esbuild": "^0.15.9", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" + }, + "bin": { + "vite": "bin/vite.js" }, "engines": { - "node": ">=0.10.0" + "node": "^14.18.0 || >=16.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } } }, - "node_modules/upath": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", - "dev": true, - "optional": true, - "engines": { - "node": ">=4", - "yarn": "*" + "packages/common": { + "name": "camino-common", + "version": "1.0.0", + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^5.34.0", + "@typescript-eslint/parser": "^5.34.0", + "@vitest/coverage-c8": "^0.25.2", + "typescript": "^4.8.4", + "vite": "^3.2.4", + "vitest": "^0.25.2" } }, - "node_modules/update-browserslist-db": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", - "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "packages/common/node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "packages/common/node_modules/postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "funding": [ { "type": "opencollective", - "url": "https://opencollective.com/browserslist" + "url": "https://opencollective.com/postcss/" }, { "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" + "url": "https://tidelift.com/funding/github/npm/postcss" } ], "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "packages/common/node_modules/vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", + "dev": true, + "dependencies": { + "esbuild": "^0.15.9", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" }, "bin": { - "browserslist-lint": "cli.js" + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" }, "peerDependencies": { - "browserslist": ">= 4.21.0" + "@types/node": ">= 14", + "less": "*", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } } }, - "node_modules/update-browserslist-db/node_modules/picocolors": { + "packages/ui": { + "name": "camino-ui", "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "dependencies": { + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "dotenv": "^16.0.1", + "express": "^4.18.1", + "http-proxy-middleware": "^2.0.6" + }, + "devDependencies": { + "@babel/eslint-parser": "^7.18.9", + "@babel/preset-env": "^7.18.10", + "@juggle/resize-observer": "^3.4.0", + "@mdx-js/preact": "^2.1.3", + "@rollup/plugin-inject": "^4.0.4", + "@sentry/tracing": "^7.11.1", + "@sentry/vue": "^7.11.1", + "@storybook/addon-actions": "^6.5.13", + "@storybook/addon-controls": "^6.5.13", + "@storybook/addon-postcss": "^2.0.0", + "@storybook/builder-vite": "^0.2.5", + "@storybook/testing-vue3": "^0.0.2", + "@storybook/vue3": "^6.5.13", + "@testing-library/vue": "^6.6.1", + "@types/leaflet": "^1.7.11", + "@types/leaflet.markercluster": "^1.5.1", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/parser": "^5.34.0", + "@uppy/core": "^2.1.10", + "@uppy/tus": "^2.2.2", + "@vitejs/plugin-vue": "^3.2.0", + "@vitejs/plugin-vue-jsx": "^2.1.1", + "@vitest/coverage-c8": "^0.25.2", + "@vue/eslint-config-prettier": "^7.0.0", + "@vue/eslint-config-standard": "^8.0.1", + "@vue/test-utils": "^2.0.2", + "babel-core": "^7.0.0-bridge.0", + "babel-loader": "^8.2.5", + "babel-plugin-graphql-tag": "^3.3.0", + "babel-preset-vite": "^1.0.4", + "chalk": "^5.0.1", + "chart.js": "^3.9.1", + "commitizen": "^4.2.5", + "core-js": "^3.24.1", + "cross-fetch": "^3.1.5", + "cz-conventional-changelog": "^3.3.0", + "email-validator": "^2.0.4", + "eslint": "^8.22.0", + "eslint-config-prettier": "^8.5.0", + "eslint-config-standard": "^17.0.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-vue": "^9.4.0", + "file-saver": "^2.0.5", + "graphql": "^16.6.0", + "graphql-react": "^15.0.0", + "graphql-tag": "^2.12.6", + "html-webpack-plugin": "^5.5.0", + "json2csv": "^5.0.7", + "jsondiffpatch": "^0.4.1", + "leaflet": "1.8.0", + "leaflet-fullscreen": "^1.0.2", + "leaflet-gesture-handling": "^1.2.2", + "leaflet.markercluster": "^1.5.3", + "npm-check-updates": "^16.0.5", + "postcss": "^8.4.16", + "postcss-calc": "^8.2.4", + "postcss-import": "14.1.0", + "postcss-loader": "^7.0.1", + "postcss-normalize": "^10.0.1", + "postcss-preset-env": "^7.8.0", + "prettier": "^2.7.1", + "rbush": "^3.0.1", + "rollup-plugin-visualizer": "^5.8.0", + "snarkdown": "^2.0.0", + "standard-version": "^9.5.0", + "typescript": "^4.8.4", + "vite": "^3.2.4", + "vitest": "^0.25.2", + "vitest-fetch-mock": "^0.2.1", + "vue": "^3.2.45", + "vue-loader": "^17.0.1", + "vue-meta": "^2.4.0", + "vue-router": "^4.1.6", + "vue-tsc": "^1.0.9", + "vuex": "^4.1.0", + "vuex-router-sync": "^6.0.0-rc.1" + } }, - "node_modules/update-notifier": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-6.0.2.tgz", - "integrity": "sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==", + "packages/ui/node_modules/@csstools/postcss-cascade-layers": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.0.5.tgz", + "integrity": "sha512-Id/9wBT7FkgFzdEpiEWrsVd4ltDxN0rI0QS0SChbeQiSuux3z21SJCRLu6h2cvCEUmaRi+VD0mHFj+GJD4GFnw==", "dev": true, "dependencies": { - "boxen": "^7.0.0", - "chalk": "^5.0.1", - "configstore": "^6.0.0", - "has-yarn": "^3.0.0", - "import-lazy": "^4.0.0", - "is-ci": "^3.0.1", - "is-installed-globally": "^0.4.0", - "is-npm": "^6.0.0", - "is-yarn-global": "^0.4.0", - "latest-version": "^7.0.0", - "pupa": "^3.1.0", - "semver": "^7.3.7", - "semver-diff": "^4.0.0", - "xdg-basedir": "^5.1.0" + "@csstools/selector-specificity": "^2.0.2", + "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": ">=14.16" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/yeoman/update-notifier?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "packages/ui/node_modules/@csstools/postcss-color-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", + "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", "dev": true, + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/ansi-styles": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.0.tgz", - "integrity": "sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==", + "packages/ui/node_modules/@csstools/postcss-font-format-keywords": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", + "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/boxen": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.0.0.tgz", - "integrity": "sha512-j//dBVuyacJbvW+tvZ9HuH03fZ46QcaKvvhZickZqtB271DxJ7SNRSNxrV/dZX0085m7hISRZWbzWlJvx/rHSg==", + "packages/ui/node_modules/@csstools/postcss-hwb-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", + "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", "dev": true, "dependencies": { - "ansi-align": "^3.0.1", - "camelcase": "^7.0.0", - "chalk": "^5.0.1", - "cli-boxes": "^3.0.0", - "string-width": "^5.1.2", - "type-fest": "^2.13.0", - "widest-line": "^4.0.1", - "wrap-ansi": "^8.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=14.16" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/camelcase": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.0.tgz", - "integrity": "sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ==", + "packages/ui/node_modules/@csstools/postcss-ic-unit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", + "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", "dev": true, + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=14.16" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "packages/ui/node_modules/@csstools/postcss-is-pseudo-class": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", + "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", "dev": true, + "dependencies": { + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" + }, "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/cli-boxes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", - "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", + "packages/ui/node_modules/@csstools/postcss-nested-calc": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", + "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/configstore": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", - "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", + "packages/ui/node_modules/@csstools/postcss-normalize-display-values": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", + "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", "dev": true, "dependencies": { - "dot-prop": "^6.0.1", - "graceful-fs": "^4.2.6", - "unique-string": "^3.0.0", - "write-file-atomic": "^3.0.3", - "xdg-basedir": "^5.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/yeoman/configstore?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/crypto-random-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", - "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", + "packages/ui/node_modules/@csstools/postcss-oklab-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", + "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", "dev": true, "dependencies": { - "type-fest": "^1.0.1" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/update-notifier/node_modules/crypto-random-string/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true, - "engines": { - "node": ">=10" + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/dot-prop": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", - "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", + "packages/ui/node_modules/@csstools/postcss-stepped-value-functions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", + "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", "dev": true, "dependencies": { - "is-obj": "^2.0.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/update-notifier/node_modules/is-ci": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", - "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", - "dev": true, - "dependencies": { - "ci-info": "^3.2.0" + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, - "bin": { - "is-ci": "bin.js" + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/semver-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", - "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", + "packages/ui/node_modules/@csstools/postcss-text-decoration-shorthand": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", + "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", "dev": true, "dependencies": { - "semver": "^7.3.5" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "packages/ui/node_modules/@csstools/postcss-trigonometric-functions": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", + "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", "dev": true, "dependencies": { - "ansi-regex": "^6.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=12" + "node": "^14 || >=16" }, "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "packages/ui/node_modules/@csstools/postcss-unset-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", + "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", "dev": true, "engines": { - "node": ">=12.20" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/update-notifier/node_modules/unique-string": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", - "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", + "packages/ui/node_modules/@csstools/selector-specificity": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz", + "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==", "dev": true, - "dependencies": { - "crypto-random-string": "^4.0.0" - }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2", + "postcss-selector-parser": "^6.0.10" } }, - "node_modules/update-notifier/node_modules/widest-line": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", - "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", + "packages/ui/node_modules/@joshwooding/vite-plugin-react-docgen-typescript": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@joshwooding/vite-plugin-react-docgen-typescript/-/vite-plugin-react-docgen-typescript-0.0.5.tgz", + "integrity": "sha512-HwAEj/vAP1+hzBfIv9DTCyg+1O0/LG48Up7j1RmJ+pFwjb/wRxzUBco4LqKFKe7SZ0M6IyASNh1oKP3yHnJElA==", "dev": true, "dependencies": { - "string-width": "^5.0.1" - }, - "engines": { - "node": ">=12" + "@rollup/pluginutils": "^4.2.1", + "glob": "^7.2.0", + "glob-promise": "^4.2.0", + "magic-string": "^0.26.1", + "react-docgen-typescript": "^2.1.1" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "typescript": ">= 4.3.x", + "vite": ">2.0.0-0" } }, - "node_modules/update-notifier/node_modules/wrap-ansi": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.0.1.tgz", - "integrity": "sha512-QFF+ufAqhoYHvoHdajT/Po7KoXVBPXS2bgjIam5isfWJPfIOnQZ50JtUiVvCv/sjgacf3yRrt2ZKUZ/V4itN4g==", + "packages/ui/node_modules/@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", "dev": true, "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "node": ">= 8.0.0" } }, - "node_modules/update-notifier/node_modules/xdg-basedir": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", - "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==", + "packages/ui/node_modules/@storybook/builder-vite": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.2.5.tgz", + "integrity": "sha512-0PktEaYsbR6gGE/YDkW/tI1VxVnaPNZpHGpiWfDU7c5hjCajWYzdFTgHOwcXT8tiTs+WN/rvoCPT2iAhSCcHIw==", "dev": true, - "engines": { - "node": ">=12" + "dependencies": { + "@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5", + "@storybook/core-common": "^6.4.3", + "@storybook/mdx1-csf": "^0.0.4", + "@storybook/node-logger": "^6.4.3", + "@storybook/semver": "^7.3.2", + "@storybook/source-loader": "^6.4.3", + "@vitejs/plugin-react": "^2.0.0", + "ast-types": "^0.14.2", + "es-module-lexer": "^0.9.3", + "glob": "^7.2.0", + "glob-promise": "^4.2.0", + "magic-string": "^0.26.1", + "react-docgen": "^6.0.0-alpha.0", + "slash": "^3.0.0", + "sveltedoc-parser": "^4.2.1" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "@storybook/mdx2-csf": "^0.0.3", + "@sveltejs/vite-plugin-svelte": "^1.0.0", + "@vitejs/plugin-vue": "^3.0.0", + "vite": ">= 3.0.0", + "vue-docgen-api": "^4.40.0" + }, + "peerDependenciesMeta": { + "@storybook/mdx2-csf": { + "optional": true + }, + "@sveltejs/vite-plugin-svelte": { + "optional": true + }, + "@vitejs/plugin-vue": { + "optional": true + }, + "vue-docgen-api": { + "optional": true + } } }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "packages/ui/node_modules/@storybook/mdx1-csf": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.4.tgz", + "integrity": "sha512-xxUEMy0D+0G1aSYxbeVNbs+XBU5nCqW4I7awpBYSTywXDv/MJWeC6FDRpj5P1pgfq8j8jWDD5ZDvBQ7syFg0LQ==", + "dev": true, "dependencies": { - "punycode": "^2.1.0" + "@babel/generator": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/preset-env": "^7.12.11", + "@babel/types": "^7.12.11", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", + "@types/lodash": "^4.14.167", + "js-string-escape": "^1.0.1", + "loader-utils": "^2.0.0", + "lodash": "^4.17.21", + "prettier": ">=2.2.1 <=2.3.0", + "ts-dedent": "^2.0.0" } }, - "node_modules/urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "deprecated": "Please see https://github.com/lydell/urix#deprecated", - "dev": true - }, - "node_modules/url": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz", - "integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=", - "dependencies": { - "punycode": "1.3.2", - "querystring": "0.2.0" + "packages/ui/node_modules/@storybook/mdx1-csf/node_modules/prettier": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", + "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" } }, - "node_modules/url-join": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", - "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" + "packages/ui/node_modules/@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true, + "peer": true }, - "node_modules/url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", + "packages/ui/node_modules/@types/node": { + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", + "dev": true, + "peer": true + }, + "packages/ui/node_modules/@vitejs/plugin-react": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.2.0.tgz", + "integrity": "sha512-FFpefhvExd1toVRlokZgxgy2JtnBOdp4ZDsq7ldCWaqGSGn9UhWMAVm/1lxPL14JfNS5yGz+s9yFrQY6shoStA==", "dev": true, "dependencies": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" + "@babel/core": "^7.19.6", + "@babel/plugin-transform-react-jsx": "^7.19.0", + "@babel/plugin-transform-react-jsx-development": "^7.18.6", + "@babel/plugin-transform-react-jsx-self": "^7.18.6", + "@babel/plugin-transform-react-jsx-source": "^7.19.6", + "magic-string": "^0.26.7", + "react-refresh": "^0.14.0" }, "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "file-loader": "*", - "webpack": "^4.0.0 || ^5.0.0" + "vite": "^3.0.0" + } + }, + "packages/ui/node_modules/@vitejs/plugin-vue": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz", + "integrity": "sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==", + "dev": true, + "engines": { + "node": "^14.18.0 || >=16.0.0" }, - "peerDependenciesMeta": { - "file-loader": { - "optional": true - } + "peerDependencies": { + "vite": "^3.0.0", + "vue": "^3.2.25" } }, - "node_modules/url-loader/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "packages/ui/node_modules/@vitejs/plugin-vue-jsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-2.1.1.tgz", + "integrity": "sha512-JgDhxstQlwnHBvZ1BSnU5mbmyQ14/t5JhREc6YH5kWyu2QdAAOsLF6xgHoIWarj8tddaiwFrNzLbWJPudpXKYA==", "dev": true, "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" + "@babel/core": "^7.19.6", + "@babel/plugin-transform-typescript": "^7.20.0", + "@vue/babel-plugin-jsx": "^1.1.1" }, "engines": { - "node": ">= 10.13.0" + "node": "^14.18.0 || >=16.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "peerDependencies": { + "vite": "^3.0.0", + "vue": "^3.0.0" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "packages/ui/node_modules/@vue/eslint-config-standard": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-standard/-/eslint-config-standard-8.0.1.tgz", + "integrity": "sha512-+FsTb8kOf2GSbXXTwbigRBRRur/byMbwL6Ijii2JoXW4hsLB4arl9lbgV54OUOV5o20INLHDmBVONO16rP/a1g==", "dev": true, "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" + "eslint-config-standard": "^17.0.0", + "eslint-import-resolver-custom-alias": "^1.3.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-n": "^15.2.4", + "eslint-plugin-promise": "^6.0.0" + }, + "peerDependencies": { + "eslint": "^8.0.1", + "eslint-plugin-vue": "^9.2.0" } }, - "node_modules/url/node_modules/punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + "packages/ui/node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true, + "peer": true }, - "node_modules/use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "packages/ui/node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", "dev": true, - "engines": { - "node": ">=0.10.0" - } + "peer": true }, - "node_modules/util": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", - "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "packages/ui/node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "dev": true, + "peer": true + }, + "packages/ui/node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", "dev": true, + "peer": true, "dependencies": { - "inherits": "2.0.3" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" } }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "node_modules/util.promisify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", - "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "packages/ui/node_modules/@webassemblyjs/helper-wasm-section/node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "peer": true, "dependencies": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, - "node_modules/util/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - }, - "node_modules/utila": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", - "dev": true - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "engines": { - "node": ">= 0.4.0" + "packages/ui/node_modules/@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dev": true, + "peer": true, + "dependencies": { + "@xtuc/ieee754": "^1.2.0" } }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" + "packages/ui/node_modules/@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dev": true, + "peer": true, + "dependencies": { + "@xtuc/long": "4.2.2" } }, - "node_modules/uuid-browser": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/uuid-browser/-/uuid-browser-3.1.0.tgz", - "integrity": "sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=", - "dev": true - }, - "node_modules/v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, - "node_modules/v8-compile-cache-lib": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" + "packages/ui/node_modules/@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "dev": true, + "peer": true }, - "node_modules/v8-to-istanbul": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", - "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "packages/ui/node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", "dev": true, "peer": true, "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "engines": { - "node": ">=10.12.0" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" } }, - "node_modules/v8-to-istanbul/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "packages/ui/node_modules/@webassemblyjs/wasm-gen/node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, "peer": true, - "engines": { - "node": ">= 8" + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "packages/ui/node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", "dev": true, + "peer": true, "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" } }, - "node_modules/validate-npm-package-name": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-4.0.0.tgz", - "integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==", + "packages/ui/node_modules/@webassemblyjs/wasm-opt/node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "peer": true, "dependencies": { - "builtins": "^5.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, - "node_modules/value-or-promise": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", - "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", - "engines": { - "node": ">=12" + "packages/ui/node_modules/@webassemblyjs/wasm-opt/node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dev": true, + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" } }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "engines": { - "node": ">= 0.8" + "packages/ui/node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dev": true, + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" } }, - "node_modules/vfile": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", + "packages/ui/node_modules/@webassemblyjs/wast-printer/node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "peer": true, "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, - "node_modules/vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", + "packages/ui/node_modules/chalk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", "dev": true, + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "packages/ui/node_modules/cssdb": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.0.1.tgz", + "integrity": "sha512-pT3nzyGM78poCKLAEy2zWIVX2hikq6dIrjuZzLV98MumBg+xMTNYfHx7paUlfiRTgg91O/vR889CIf+qiv79Rw==", "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/csstools" } }, - "node_modules/vite": { - "version": "2.9.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.8.tgz", - "integrity": "sha512-zsBGwn5UT3YS0NLSJ7hnR54+vUKfgzMUh/Z9CxF1YKEBVIe213+63jrFLmZphgGI5zXwQCSmqIdbPuE8NJywPw==", + "packages/ui/node_modules/enhanced-resolve": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", + "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", "dev": true, + "peer": true, "dependencies": { - "esbuild": "^0.14.27", - "postcss": "^8.4.13", - "resolve": "^1.22.0", - "rollup": "^2.59.0" - }, - "bin": { - "vite": "bin/vite.js" + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" }, "engines": { - "node": ">=12.2.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - }, - "peerDependencies": { - "less": "*", - "sass": "*", - "stylus": "*" - }, - "peerDependenciesMeta": { - "less": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - } + "node": ">=10.13.0" } }, - "node_modules/vite-plugin-mdx": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/vite-plugin-mdx/-/vite-plugin-mdx-3.5.10.tgz", - "integrity": "sha512-tfGNRwkO23pln9EYqhbsOLEx9Qot5+enl+727gop7+HGEoC87+88hLRWGL+FU/It1Y0a5P3OAyDbTKKHX6tEJw==", + "packages/ui/node_modules/eslint-plugin-vue": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz", + "integrity": "sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ==", "dev": true, "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "esbuild": "0.13.8", - "resolve": "^1.20.0", - "unified": "^9.2.1" + "eslint-utils": "^3.0.0", + "natural-compare": "^1.4.0", + "nth-check": "^2.0.1", + "postcss-selector-parser": "^6.0.9", + "semver": "^7.3.5", + "vue-eslint-parser": "^9.0.1", + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || >=16.0.0" }, "peerDependencies": { - "@mdx-js/mdx": "*", - "vite": "*" + "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/vite-plugin-mdx/node_modules/esbuild": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.8.tgz", - "integrity": "sha512-A4af7G7YZLfG5OnARJRMtlpEsCkq/zHZQXewgPA864l9D6VjjbH1SuFYK/OSV6BtHwDGkdwyRrX0qQFLnMfUcw==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "optionalDependencies": { - "esbuild-android-arm64": "0.13.8", - "esbuild-darwin-64": "0.13.8", - "esbuild-darwin-arm64": "0.13.8", - "esbuild-freebsd-64": "0.13.8", - "esbuild-freebsd-arm64": "0.13.8", - "esbuild-linux-32": "0.13.8", - "esbuild-linux-64": "0.13.8", - "esbuild-linux-arm": "0.13.8", - "esbuild-linux-arm64": "0.13.8", - "esbuild-linux-mips64le": "0.13.8", - "esbuild-linux-ppc64le": "0.13.8", - "esbuild-netbsd-64": "0.13.8", - "esbuild-openbsd-64": "0.13.8", - "esbuild-sunos-64": "0.13.8", - "esbuild-windows-32": "0.13.8", - "esbuild-windows-64": "0.13.8", - "esbuild-windows-arm64": "0.13.8" - } - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-android-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.8.tgz", - "integrity": "sha512-AilbChndywpk7CdKkNSZ9klxl+9MboLctXd9LwLo3b0dawmOF/i/t2U5d8LM6SbT1Xw36F8yngSUPrd8yPs2RA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-darwin-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.8.tgz", - "integrity": "sha512-b6sdiT84zV5LVaoF+UoMVGJzR/iE2vNUfUDfFQGrm4LBwM/PWXweKpuu6RD9mcyCq18cLxkP6w/LD/w9DtX3ng==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-darwin-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.8.tgz", - "integrity": "sha512-R8YuPiiJayuJJRUBG4H0VwkEKo6AvhJs2m7Tl0JaIer3u1FHHXwGhMxjJDmK+kXwTFPriSysPvcobXC/UrrZCQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-freebsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.8.tgz", - "integrity": "sha512-zBn6urrn8FnKC+YSgDxdof9jhPCeU8kR/qaamlV4gI8R3KUaUK162WYM7UyFVAlj9N0MyD3AtB+hltzu4cysTw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-freebsd-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.8.tgz", - "integrity": "sha512-pWW2slN7lGlkx0MOEBoUGwRX5UgSCLq3dy2c8RIOpiHtA87xAUpDBvZK10MykbT+aMfXc0NI2lu1X+6kI34xng==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.8.tgz", - "integrity": "sha512-T0I0ueeKVO/Is0CAeSEOG9s2jeNNb8jrrMwG9QBIm3UU18MRB60ERgkS2uV3fZ1vP2F8i3Z2e3Zju4lg9dhVmw==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.8.tgz", - "integrity": "sha512-Bm8SYmFtvfDCIu9sjKppFXzRXn2BVpuCinU1ChTuMtdKI/7aPpXIrkqBNOgPTOQO9AylJJc1Zw6EvtKORhn64w==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-arm": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.8.tgz", - "integrity": "sha512-4/HfcC40LJ4GPyboHA+db0jpFarTB628D1ifU+/5bunIgY+t6mHkJWyxWxAAE8wl/ZIuRYB9RJFdYpu1AXGPdg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.8.tgz", - "integrity": "sha512-X4pWZ+SL+FJ09chWFgRNO3F+YtvAQRcWh0uxKqZSWKiWodAB20flsW/OWFYLXBKiVCTeoGMvENZS/GeVac7+tQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-mips64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.8.tgz", - "integrity": "sha512-o7e0D+sqHKT31v+mwFircJFjwSKVd2nbkHEn4l9xQ1hLR+Bv8rnt3HqlblY3+sBdlrOTGSwz0ReROlKUMJyldA==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-ppc64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.8.tgz", - "integrity": "sha512-eZSQ0ERsWkukJp2px/UWJHVNuy0lMoz/HZcRWAbB6reoaBw7S9vMzYNUnflfL3XA6WDs+dZn3ekHE4Y2uWLGig==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-netbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.8.tgz", - "integrity": "sha512-gZX4kP7gVvOrvX0ZwgHmbuHczQUwqYppxqtoyC7VNd80t5nBHOFXVhWo2Ad/Lms0E8b+wwgI/WjZFTCpUHOg9Q==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-openbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.8.tgz", - "integrity": "sha512-afzza308X4WmcebexbTzAgfEWt9MUkdTvwIa8xOu4CM2qGbl2LanqEl8/LUs8jh6Gqw6WsicEK52GPrS9wvkcw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-sunos-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.8.tgz", - "integrity": "sha512-mWPZibmBbuMKD+LDN23LGcOZ2EawMYBONMXXHmbuxeT0XxCNwadbCVwUQ/2p5Dp5Kvf6mhrlIffcnWOiCBpiVw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-windows-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.8.tgz", - "integrity": "sha512-QsZ1HnWIcnIEApETZWw8HlOhDSWqdZX2SylU7IzGxOYyVcX7QI06ety/aDcn437mwyO7Ph4RrbhB+2ntM8kX8A==", - "cpu": [ - "ia32" - ], + "packages/ui/node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true, - "optional": true, - "os": [ - "win32" - ] + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-windows-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.8.tgz", - "integrity": "sha512-76Fb57B9eE/JmJi1QmUW0tRLQZfGo0it+JeYoCDTSlbTn7LV44ecOHIMJSSgZADUtRMWT9z0Kz186bnaB3amSg==", - "cpu": [ - "x64" - ], + "packages/ui/node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, - "optional": true, - "os": [ - "win32" - ] + "peer": true, + "engines": { + "node": ">=0.8.x" + } }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-windows-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.8.tgz", - "integrity": "sha512-HW6Mtq5eTudllxY2YgT62MrVcn7oq2o8TAoAvDUhyiEmRmDY8tPwAhb1vxw5/cdkbukM3KdMYtksnUhF/ekWeg==", - "cpu": [ - "arm64" - ], + "packages/ui/node_modules/glob-promise": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-4.2.2.tgz", + "integrity": "sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==", "dev": true, - "optional": true, - "os": [ - "win32" - ] + "dependencies": { + "@types/glob": "^7.1.3" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/ahmadnassri" + }, + "peerDependencies": { + "glob": "^7.1.6" + } }, - "node_modules/vite-plugin-mdx/node_modules/is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "packages/ui/node_modules/graphql": { + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "dev": true, "engines": { - "node": ">=8" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, - "node_modules/vite-plugin-mdx/node_modules/unified": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", - "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", + "packages/ui/node_modules/magic-string": { + "version": "0.26.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", + "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", "dev": true, "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" + "sourcemap-codec": "^1.4.8" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">=12" } }, - "node_modules/vite/node_modules/picocolors": { + "packages/ui/node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, - "node_modules/vite/node_modules/postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "packages/ui/node_modules/postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "funding": [ { @@ -36550,7 +35934,7 @@ } ], "dependencies": { - "nanoid": "^3.3.3", + "nanoid": "^3.3.4", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -36558,24972 +35942,9629 @@ "node": "^10 || ^12 || >=14" } }, - "node_modules/vm-browserify": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", - "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", - "dev": true - }, - "node_modules/void-elements": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", - "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/vue": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.37.tgz", - "integrity": "sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==", - "dev": true, - "dependencies": { - "@vue/compiler-dom": "3.2.37", - "@vue/compiler-sfc": "3.2.37", - "@vue/runtime-dom": "3.2.37", - "@vue/server-renderer": "3.2.37", - "@vue/shared": "3.2.37" - } - }, - "node_modules/vue-docgen-api": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/vue-docgen-api/-/vue-docgen-api-4.46.0.tgz", - "integrity": "sha512-rWIeTtdZ9VxoHQ9fXqJJrXg0wO0c1xQUb754+IBO62hYpSMDwmh7r6u0rKeCexc8z9A4QaqKKs5f0L8AJ6VNbQ==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.13.12", - "@babel/types": "^7.13.12", - "@vue/compiler-dom": "^3.2.0", - "@vue/compiler-sfc": "^3.2.0", - "ast-types": "0.14.2", - "hash-sum": "^1.0.2", - "lru-cache": "^4.1.5", - "pug": "^3.0.2", - "recast": "0.20.5", - "ts-map": "^1.0.3", - "vue-inbrowser-compiler-utils": "^4.44.23" - } - }, - "node_modules/vue-docgen-api/node_modules/ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", + "packages/ui/node_modules/postcss-attribute-case-insensitive": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", + "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", "dev": true, "dependencies": { - "tslib": "^2.0.1" + "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": ">=4" - } - }, - "node_modules/vue-docgen-api/node_modules/lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dev": true, - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/vue-docgen-api/node_modules/yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", - "dev": true - }, - "node_modules/vue-docgen-loader": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/vue-docgen-loader/-/vue-docgen-loader-1.5.1.tgz", - "integrity": "sha512-coMmQYsg+fy18SVtBNU7/tztdqEyrneFfwQFLmx8O7jaJ11VZ//9tRWXlwGzJM07cPRwMHDKMlAdWrpuw3U46A==", + "packages/ui/node_modules/postcss-color-functional-notation": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", + "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", "dev": true, "dependencies": { - "clone": "^2.1.2", - "jscodeshift": "^0.13.1", - "loader-utils": "^1.2.3", - "querystring": "^0.2.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">= 8.16" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "vue-docgen-api": ">=3", - "webpack": ">=4" + "postcss": "^8.2" } }, - "node_modules/vue-docgen-loader/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "packages/ui/node_modules/postcss-color-hex-alpha": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", + "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", "dev": true, "dependencies": { - "minimist": "^1.2.0" + "postcss-value-parser": "^4.2.0" }, - "bin": { - "json5": "lib/cli.js" + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/vue-docgen-loader/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "packages/ui/node_modules/postcss-color-rebeccapurple": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", + "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", "dev": true, "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=4.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/vue-eslint-parser": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz", - "integrity": "sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==", + "packages/ui/node_modules/postcss-custom-media": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", + "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", "dev": true, "dependencies": { - "debug": "^4.3.2", - "eslint-scope": "^7.0.0", - "eslint-visitor-keys": "^3.1.0", - "espree": "^9.0.0", - "esquery": "^1.4.0", - "lodash": "^4.17.21", - "semver": "^7.3.5" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "eslint": ">=6.0.0" + "postcss": "^8.3" } }, - "node_modules/vue-eslint-parser/node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "packages/ui/node_modules/postcss-custom-properties": { + "version": "12.1.8", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.8.tgz", + "integrity": "sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA==", "dev": true, "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "packages/ui/node_modules/postcss-custom-selectors": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", + "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.3" } }, - "node_modules/vue-eslint-parser/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "packages/ui/node_modules/postcss-dir-pseudo-class": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", + "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.10" + }, "engines": { - "node": ">=4.0" - } - }, - "node_modules/vue-inbrowser-compiler-demi": { - "version": "4.44.23", - "resolved": "https://registry.npmjs.org/vue-inbrowser-compiler-demi/-/vue-inbrowser-compiler-demi-4.44.23.tgz", - "integrity": "sha512-/gZxAana4VTJWACNTi4RL5Zs5bVDIUDJ9XlaibzmY3Nf32WK43tvmjrUe+f5uGYLysCHE9SFjFvRKaAhXnzXgA==", - "dev": true, - "hasInstallScript": true, + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, "peerDependencies": { - "vue": ">=2" + "postcss": "^8.2" } }, - "node_modules/vue-inbrowser-compiler-utils": { - "version": "4.44.23", - "resolved": "https://registry.npmjs.org/vue-inbrowser-compiler-utils/-/vue-inbrowser-compiler-utils-4.44.23.tgz", - "integrity": "sha512-M2U6TPTU1QCiKFYUxgHy47xdZcKLPSbeTpeamHBtfIut1sjKOMtYmAOQ3IrX3W/v8A7j7jGadY4ieA1j3zQICw==", + "packages/ui/node_modules/postcss-double-position-gradients": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", + "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", "dev": true, "dependencies": { - "camelcase": "^5.3.1", - "vue-inbrowser-compiler-demi": "^4.44.23" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "vue": ">=2" + "postcss": "^8.2" } }, - "node_modules/vue-inbrowser-compiler-utils/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "packages/ui/node_modules/postcss-gap-properties": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", + "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", "dev": true, "engines": { - "node": ">=6" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/vue-loader": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.0.tgz", - "integrity": "sha512-OWSXjrzIvbF2LtOUmxT3HYgwwubbfFelN8PAP9R9dwpIkj48TVioHhWWSx7W7fk+iF5cgg3CBJRxwTdtLU4Ecg==", + "packages/ui/node_modules/postcss-image-set-function": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", + "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", "dev": true, "dependencies": { - "chalk": "^4.1.0", - "hash-sum": "^2.0.0", - "loader-utils": "^2.0.0" + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "webpack": "^4.1.0 || ^5.0.0-0" + "postcss": "^8.2" } }, - "node_modules/vue-loader/node_modules/hash-sum": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", - "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", - "dev": true - }, - "node_modules/vue-meta": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.4.0.tgz", - "integrity": "sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw==", + "packages/ui/node_modules/postcss-lab-function": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", + "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", "dev": true, "dependencies": { - "deepmerge": "^4.2.2" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/vue-router": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.4.tgz", - "integrity": "sha512-UgYen33gOtwT3cOG1+yRen+Brk9py8CSlC9LEa3UjvKZ4EAoSo8NjZPDeDnmNerfazorHIJG1NC7qdi1SuQJnQ==", + "packages/ui/node_modules/postcss-loader": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.0.1.tgz", + "integrity": "sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ==", "dev": true, "dependencies": { - "@vue/devtools-api": "^6.1.4" + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.7" + }, + "engines": { + "node": ">= 14.15.0" }, "funding": { - "url": "https://github.com/sponsors/posva" + "type": "opencollective", + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "vue": "^3.2.0" + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" } }, - "node_modules/vue-template-compiler": { - "version": "2.7.10", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.10.tgz", - "integrity": "sha512-QO+8R9YRq1Gudm8ZMdo/lImZLJVUIAM8c07Vp84ojdDAf8HmPJc7XB556PcXV218k2AkKznsRz6xB5uOjAC4EQ==", + "packages/ui/node_modules/postcss-nesting": { + "version": "10.1.10", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.10.tgz", + "integrity": "sha512-lqd7LXCq0gWc0wKXtoKDru5wEUNjm3OryLVNRZ8OnW8km6fSNUuFrjEhU3nklxXE2jvd4qrox566acgh+xQt8w==", "dev": true, "dependencies": { - "de-indent": "^1.0.2", - "he": "^1.2.0" + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/vue-tsc": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-1.0.9.tgz", - "integrity": "sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==", + "packages/ui/node_modules/postcss-overflow-shorthand": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", + "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", "dev": true, "dependencies": { - "@volar/vue-language-core": "1.0.9", - "@volar/vue-typescript": "1.0.9" + "postcss-value-parser": "^4.2.0" }, - "bin": { - "vue-tsc": "bin/vue-tsc.js" + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "typescript": "*" + "postcss": "^8.2" } }, - "node_modules/vuex": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.0.2.tgz", - "integrity": "sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==", + "packages/ui/node_modules/postcss-place": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", + "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", "dev": true, "dependencies": { - "@vue/devtools-api": "^6.0.0-beta.11" + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" }, "peerDependencies": { - "vue": "^3.0.2" + "postcss": "^8.2" } }, - "node_modules/vuex-router-sync": { - "version": "6.0.0-rc.1", - "resolved": "https://registry.npmjs.org/vuex-router-sync/-/vuex-router-sync-6.0.0-rc.1.tgz", - "integrity": "sha512-pzVrX/rmQsDjJiKPAjgKxpkxWdiBBQmxATFA6eFyS2Tmo6jauq8iDk9BWxkw41/OA+pbq4wkONRC0aeErDw8GQ==", + "packages/ui/node_modules/postcss-preset-env": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.0.tgz", + "integrity": "sha512-leqiqLOellpLKfbHkD06E04P6d9ZQ24mat6hu4NSqun7WG0UhspHR5Myiv/510qouCjoo4+YJtNOqg5xHaFnCA==", "dev": true, + "dependencies": { + "@csstools/postcss-cascade-layers": "^1.0.5", + "@csstools/postcss-color-function": "^1.1.1", + "@csstools/postcss-font-format-keywords": "^1.0.1", + "@csstools/postcss-hwb-function": "^1.0.2", + "@csstools/postcss-ic-unit": "^1.0.1", + "@csstools/postcss-is-pseudo-class": "^2.0.7", + "@csstools/postcss-nested-calc": "^1.0.0", + "@csstools/postcss-normalize-display-values": "^1.0.1", + "@csstools/postcss-oklab-function": "^1.1.1", + "@csstools/postcss-progressive-custom-properties": "^1.3.0", + "@csstools/postcss-stepped-value-functions": "^1.0.1", + "@csstools/postcss-text-decoration-shorthand": "^1.0.0", + "@csstools/postcss-trigonometric-functions": "^1.0.2", + "@csstools/postcss-unset-value": "^1.0.2", + "autoprefixer": "^10.4.8", + "browserslist": "^4.21.3", + "css-blank-pseudo": "^3.0.3", + "css-has-pseudo": "^3.0.4", + "css-prefers-color-scheme": "^6.0.3", + "cssdb": "^7.0.0", + "postcss-attribute-case-insensitive": "^5.0.2", + "postcss-clamp": "^4.1.0", + "postcss-color-functional-notation": "^4.2.4", + "postcss-color-hex-alpha": "^8.0.4", + "postcss-color-rebeccapurple": "^7.1.1", + "postcss-custom-media": "^8.0.2", + "postcss-custom-properties": "^12.1.8", + "postcss-custom-selectors": "^6.0.3", + "postcss-dir-pseudo-class": "^6.0.5", + "postcss-double-position-gradients": "^3.1.2", + "postcss-env-function": "^4.0.6", + "postcss-focus-visible": "^6.0.4", + "postcss-focus-within": "^5.0.4", + "postcss-font-variant": "^5.0.0", + "postcss-gap-properties": "^3.0.5", + "postcss-image-set-function": "^4.0.7", + "postcss-initial": "^4.0.1", + "postcss-lab-function": "^4.2.1", + "postcss-logical": "^5.0.4", + "postcss-media-minmax": "^5.0.0", + "postcss-nesting": "^10.1.10", + "postcss-opacity-percentage": "^1.1.2", + "postcss-overflow-shorthand": "^3.0.4", + "postcss-page-break": "^3.0.4", + "postcss-place": "^7.0.5", + "postcss-pseudo-class-any-link": "^7.1.6", + "postcss-replace-overflow-wrap": "^4.0.0", + "postcss-selector-not": "^6.0.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, "peerDependencies": { - "vue-router": "^4.0.0", - "vuex": "^4.0.0" + "postcss": "^8.2" } }, - "node_modules/w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", - "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "packages/ui/node_modules/postcss-preset-env/node_modules/autoprefixer": { + "version": "10.4.8", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz", + "integrity": "sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + ], "dependencies": { - "browser-process-hrtime": "^1.0.0" + "browserslist": "^4.21.3", + "caniuse-lite": "^1.0.30001373", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", - "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", + "packages/ui/node_modules/postcss-pseudo-class-any-link": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", + "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", "dev": true, - "peer": true, "dependencies": { - "xml-name-validator": "^3.0.0" + "postcss-selector-parser": "^6.0.10" }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "packages/ui/node_modules/postcss-selector-not": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", + "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", "dev": true, "dependencies": { - "makeerror": "1.0.12" + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" } }, - "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "packages/ui/node_modules/react-refresh": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", + "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", "dev": true, - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, "engines": { - "node": ">=10.13.0" + "node": ">=0.10.0" } }, - "node_modules/watchpack-chokidar2": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", - "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", + "packages/ui/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, - "optional": true, + "peer": true, "dependencies": { - "chokidar": "^2.1.8" + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/watchpack-chokidar2/node_modules/anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "packages/ui/node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, - "optional": true, - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" + "peer": true, + "engines": { + "node": ">=6" } }, - "node_modules/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "packages/ui/node_modules/vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", "dev": true, - "optional": true, "dependencies": { - "remove-trailing-separator": "^1.0.1" + "esbuild": "^0.15.9", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" + }, + "bin": { + "vite": "bin/vite.js" }, "engines": { - "node": ">=0.10.0" + "node": "^14.18.0 || >=16.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } } }, - "node_modules/watchpack-chokidar2/node_modules/binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "packages/ui/node_modules/vue-eslint-parser": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.0.3.tgz", + "integrity": "sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==", "dev": true, - "optional": true, + "dependencies": { + "debug": "^4.3.4", + "eslint-scope": "^7.1.1", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "esquery": "^1.4.0", + "lodash": "^4.17.21", + "semver": "^7.3.6" + }, "engines": { - "node": ">=0.10.0" + "node": "^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=6.0.0" } }, - "node_modules/watchpack-chokidar2/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "packages/ui/node_modules/vue-eslint-parser/node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", "dev": true, - "optional": true, "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" }, "engines": { - "node": ">=0.10.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/watchpack-chokidar2/node_modules/chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", + "packages/ui/node_modules/vue-eslint-parser/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, - "optional": true, - "dependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "optionalDependencies": { - "fsevents": "^1.2.7" - } - }, - "node_modules/watchpack-chokidar2/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "optional": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=4.0" } }, - "node_modules/watchpack-chokidar2/node_modules/fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", + "packages/ui/node_modules/webpack": { + "version": "5.74.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", + "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], + "peer": true, "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1" + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.10.0", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.4.0", + "webpack-sources": "^3.2.3" }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "optional": true, - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "optional": true, - "dependencies": { - "is-extglob": "^2.1.0" + "bin": { + "webpack": "bin/webpack.js" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dev": true, - "optional": true, - "dependencies": { - "binary-extensions": "^1.0.0" + "node": ">=10.13.0" }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true, - "optional": true - }, - "node_modules/watchpack-chokidar2/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "optional": true, - "dependencies": { - "is-plain-object": "^2.0.4" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" }, - "engines": { - "node": ">=0.10.0" + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } } }, - "node_modules/watchpack-chokidar2/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "packages/ui/node_modules/webpack/node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, - "optional": true, + "peer": true, "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, - "node_modules/watchpack-chokidar2/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "packages/ui/node_modules/webpack/node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", "dev": true, - "optional": true, + "peer": true, "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" } }, - "node_modules/watchpack-chokidar2/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "packages/ui/node_modules/webpack/node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", "dev": true, - "optional": true, + "peer": true, "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" } }, - "node_modules/watchpack-chokidar2/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "packages/ui/node_modules/webpack/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } + "peer": true }, - "node_modules/watchpack-chokidar2/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "packages/ui/node_modules/webpack/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, - "optional": true, + "peer": true, "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 10.13.0" } }, - "node_modules/watchpack-chokidar2/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "packages/ui/node_modules/webpack/node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, - "optional": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, + "peer": true, "engines": { - "node": ">=0.10.0" + "node": ">=6.11.5" } }, - "node_modules/watchpack-chokidar2/node_modules/readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "packages/ui/node_modules/webpack/node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", "dev": true, - "optional": true, + "peer": true, "dependencies": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "engines": { - "node": ">=0.10" + "randombytes": "^2.1.0" } }, - "node_modules/watchpack-chokidar2/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "packages/ui/node_modules/webpack/node_modules/terser": { + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz", + "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==", "dev": true, - "optional": true, + "peer": true, "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", - "dev": true, - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", - "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "node": ">=10" } }, - "node_modules/webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", - "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", + "packages/ui/node_modules/webpack/node_modules/terser-webpack-plugin": { + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.5.tgz", + "integrity": "sha512-AOEDLDxD2zylUGf/wxHxklEkOe2/r+seuyOWujejFrIxHf11brA1/dWQNIgXa1c6/Wkxgu7zvv0JhOWfc2ELEA==", "dev": true, "peer": true, - "engines": { - "node": ">=10.4" - } - }, - "node_modules/webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "bin": { - "webpack": "bin/webpack.js" + "@jridgewell/trace-mapping": "^0.3.14", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.14.1" }, "engines": { - "node": ">=6.11.5" + "node": ">= 10.13.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, + "peerDependencies": { + "webpack": "^5.1.0" + }, "peerDependenciesMeta": { - "webpack-cli": { + "@swc/core": { "optional": true }, - "webpack-command": { + "esbuild": { + "optional": true + }, + "uglify-js": { "optional": true } } }, - "node_modules/webpack-dev-middleware": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", - "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", + "packages/ui/node_modules/webpack/node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, - "dependencies": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, + "peer": true, "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==", - "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "node": ">=10.13.0" } }, - "node_modules/webpack-dev-middleware/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "packages/ui/node_modules/xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", "dev": true, - "bin": { - "mime": "cli.js" - }, "engines": { - "node": ">=4.0.0" + "node": ">=12" } }, - "node_modules/webpack-dev-middleware/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "packages/ui/stub/types__react": { + "name": "@types/react", + "version": "0.0.0", + "extraneous": true + }, + "stub/types__react": { + "dev": true + } + }, + "dependencies": { + "@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" + "requires": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, - "node_modules/webpack-filter-warnings-plugin": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/webpack-filter-warnings-plugin/-/webpack-filter-warnings-plugin-1.2.1.tgz", - "integrity": "sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg==", + "@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, - "engines": { - "node": ">= 4.3 < 5.0.0 || >= 5.10" - }, - "peerDependencies": { - "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" + "requires": { + "@babel/highlight": "^7.18.6" } }, - "node_modules/webpack-hot-middleware": { - "version": "2.25.1", - "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.1.tgz", - "integrity": "sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==", + "@babel/compat-data": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", + "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", + "dev": true + }, + "@babel/core": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", + "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", "dev": true, + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.2", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-module-transforms": "^7.20.2", + "@babel/helpers": "^7.20.1", + "@babel/parser": "^7.20.2", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, "dependencies": { - "ansi-html-community": "0.0.8", - "html-entities": "^2.1.0", - "querystring": "^0.2.0", - "strip-ansi": "^6.0.0" + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, - "node_modules/webpack-log": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", - "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "@babel/eslint-parser": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz", + "integrity": "sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==", "dev": true, - "dependencies": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" + "requires": { + "eslint-scope": "^5.1.1", + "eslint-visitor-keys": "^2.1.0", + "semver": "^6.3.0" }, - "engines": { - "node": ">= 6" + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, - "node_modules/webpack-log/node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", - "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", - "dev": true, - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/webpack-virtual-modules": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.2.2.tgz", - "integrity": "sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA==", + "@babel/generator": { + "version": "7.20.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", + "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", "dev": true, + "requires": { + "@babel/types": "^7.20.2", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, "dependencies": { - "debug": "^3.0.0" + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } } }, - "node_modules/webpack-virtual-modules/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", "dev": true, - "dependencies": { - "ms": "^2.1.1" + "requires": { + "@babel/types": "^7.18.6" } }, - "node_modules/webpack/node_modules/acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "requires": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" } }, - "node_modules/webpack/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "@babel/helper-compilation-targets": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", + "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", "dev": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" + "requires": { + "@babel/compat-data": "^7.20.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "semver": "^6.3.0" }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/cacache": { - "version": "12.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", - "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", - "dev": true, "dependencies": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, - "node_modules/webpack/node_modules/chownr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", - "dev": true - }, - "node_modules/webpack/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "node_modules/webpack/node_modules/enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "@babel/helper-create-class-features-plugin": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz", + "integrity": "sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6" } }, - "node_modules/webpack/node_modules/enhanced-resolve/node_modules/memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "@babel/helper-create-regexp-features-plugin": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", + "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.1.0" } }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "@babel/helper-define-polyfill-provider": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz", + "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==", "dev": true, - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" + "requires": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/webpack/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, - "node_modules/webpack/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", "dev": true }, - "node_modules/webpack/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/types": "^7.18.6" } }, - "node_modules/webpack/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "@babel/helper-function-name": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" } }, - "node_modules/webpack/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/types": "^7.18.6" } }, - "node_modules/webpack/node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", + "@babel/helper-member-expression-to-functions": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", + "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", "dev": true, - "engines": { - "node": ">=4" + "requires": { + "@babel/types": "^7.18.9" } }, - "node_modules/webpack/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/types": "^7.18.6" } }, - "node_modules/webpack/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "@babel/helper-module-transforms": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", + "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2" } }, - "node_modules/webpack/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" + "requires": { + "@babel/types": "^7.18.6" } }, - "node_modules/webpack/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } + "@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true }, - "node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" } }, - "node_modules/webpack/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "@babel/helper-replace-supers": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", + "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.19.1", + "@babel/types": "^7.19.0" } }, - "node_modules/webpack/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/types": "^7.20.2" } }, - "node_modules/webpack/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz", + "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==", "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" + "requires": { + "@babel/types": "^7.18.9" } }, - "node_modules/webpack/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" + "requires": { + "@babel/types": "^7.18.6" } }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } + "@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true }, - "node_modules/webpack/node_modules/serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "dev": true, - "dependencies": { - "randombytes": "^2.1.0" - } + "@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true }, - "node_modules/webpack/node_modules/ssri": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", - "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", - "dev": true, - "dependencies": { - "figgy-pudding": "^3.5.1" - } + "@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true }, - "node_modules/webpack/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "@babel/helper-wrap-function": { + "version": "7.18.11", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.11.tgz", + "integrity": "sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==", "dev": true, - "engines": { - "node": ">=6" + "requires": { + "@babel/helper-function-name": "^7.18.9", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.11", + "@babel/types": "^7.18.10" } }, - "node_modules/webpack/node_modules/terser": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", - "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==", + "@babel/helpers": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", + "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", "dev": true, - "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=6.0.0" + "requires": { + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.0" } }, - "node_modules/webpack/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", + "@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, - "dependencies": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "engines": { - "node": ">= 6.9.0" + "requires": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" }, - "peerDependencies": { - "webpack": "^4.0.0" - } - }, - "node_modules/webpack/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } } }, - "node_modules/webpack/node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "node_modules/webpack/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "@babel/parser": { + "version": "7.20.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", + "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", "dev": true }, - "node_modules/wgs84": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/wgs84/-/wgs84-0.0.0.tgz", - "integrity": "sha1-NP3FVZF7blfPKigu0ENxDASc3HY=" - }, - "node_modules/whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", - "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", "dev": true, - "peer": true, - "dependencies": { - "iconv-lite": "0.4.24" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "node_modules/whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", - "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", + "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", "dev": true, - "peer": true + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-proposal-optional-chaining": "^7.18.9" + } }, - "node_modules/whatwg-url": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", - "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz", + "integrity": "sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==", "dev": true, - "peer": true, - "dependencies": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - }, - "engines": { - "node": ">=10" + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" } }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" + "@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", "dev": true, - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" } }, - "node_modules/wide-align": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "@babel/plugin-proposal-decorators": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.12.tgz", + "integrity": "sha512-gL0qSSeIk/VRfTDgtQg/EtejENssN/r3p5gJsPie1UacwiHibprpr19Z0pcK3XKuqQvjGVxsQ37Tl1MGfXzonA==", "dev": true, - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" + "requires": { + "@babel/helper-create-class-features-plugin": "^7.17.12", + "@babel/helper-plugin-utils": "^7.17.12", + "@babel/helper-replace-supers": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/plugin-syntax-decorators": "^7.17.12", + "charcodes": "^0.2.0" } }, - "node_modules/wide-align/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/wide-align/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", "dev": true, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" } }, - "node_modules/wide-align/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "@babel/plugin-proposal-export-default-from": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.17.12.tgz", + "integrity": "sha512-LpsTRw725eBAXXKUOnJJct+SEaOzwR78zahcLuripD2+dKc2Sj+8Q2DzA+GC/jOpOu/KlDXuxrzG214o1zTauQ==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.17.12", + "@babel/plugin-syntax-export-default-from": "^7.16.7" } }, - "node_modules/widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", "dev": true, - "dependencies": { - "string-width": "^4.0.0" - }, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" } }, - "node_modules/widest-line/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/widest-line/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", "dev": true, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" } }, - "node_modules/widest-line/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", + "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" } }, - "node_modules/wildcard": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-1.1.2.tgz", - "integrity": "sha1-pwIEUwhNjNLv5wup02liY94XEKU=", - "dev": true - }, - "node_modules/with": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz", - "integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==", + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", "dev": true, - "dependencies": { - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", - "assert-never": "^1.2.1", - "babel-walk": "3.0.0-canary-5" - }, - "engines": { - "node": ">= 10.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" } }, - "node_modules/wkt-parser": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/wkt-parser/-/wkt-parser-1.3.2.tgz", - "integrity": "sha512-A26BOOo7sHAagyxG7iuRhnKMO7Q3mEOiOT4oGUmohtN/Li5wameeU4S6f8vWw6NADTVKljBs8bzA8JPQgSEMVQ==" - }, - "node_modules/wmf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz", - "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==", - "engines": { - "node": ">=0.8" + "@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" } }, - "node_modules/word": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz", - "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==", - "engines": { - "node": ">=0.8" + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz", + "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.18.8" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", "dev": true, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" } }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true - }, - "node_modules/worker-farm": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", - "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "@babel/plugin-proposal-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", + "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", "dev": true, - "dependencies": { - "errno": "~0.1.7" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" } }, - "node_modules/worker-rpc": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz", - "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==", + "@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", "dev": true, - "dependencies": { - "microevent.ts": "~0.1.1" + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", + "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" } }, - "node_modules/wrap-ansi/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", "dev": true, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "node_modules/wrap-ansi/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" } }, - "node_modules/ws": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.7.0.tgz", - "integrity": "sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==", + "@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "dev": true, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" } }, - "node_modules/x-default-browser": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/x-default-browser/-/x-default-browser-0.4.0.tgz", - "integrity": "sha1-cM8NqF2nwKtcsPFaiX8jIqa91IE=", + "@babel/plugin-syntax-decorators": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.12.tgz", + "integrity": "sha512-D1Hz0qtGTza8K2xGyEdVNCYLdVHukAcbQr4K3/s6r/esadyEriZovpJimQOpu8ju4/jV8dW/1xdaE0UpDroidw==", "dev": true, - "bin": { - "x-default-browser": "bin/x-default-browser.js" - }, - "optionalDependencies": { - "default-browser-id": "^1.0.4" + "requires": { + "@babel/helper-plugin-utils": "^7.17.12" } }, - "node_modules/xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", - "engines": { - "node": ">=8" + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "node_modules/xlsx": { - "version": "0.18.5", - "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz", - "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==", - "dependencies": { - "adler-32": "~1.3.0", - "cfb": "~1.2.1", - "codepage": "~1.15.0", - "crc-32": "~1.2.1", - "ssf": "~0.11.2", - "wmf": "~1.0.1", - "word": "~0.3.0" - }, - "bin": { - "xlsx": "bin/xlsx.njs" - }, - "engines": { - "node": ">=0.8" + "@babel/plugin-syntax-export-default-from": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz", + "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.16.7" } }, - "node_modules/xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", - "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", + "@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, - "peer": true - }, - "node_modules/xml2js": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", - "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", - "dependencies": { - "sax": ">=0.6.0", - "xmlbuilder": "~9.0.1" + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" } }, - "node_modules/xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", - "engines": { - "node": ">=4.0" + "@babel/plugin-syntax-flow": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz", + "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.16.7" } }, - "node_modules/xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", - "dev": true - }, - "node_modules/xstate": { - "version": "4.33.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.4.tgz", - "integrity": "sha512-3giWybQ8XvAr+3tDENlGduR4XREmiUOVxKRjdqFEe6g8eD8UrYhTth3OyLHX/sR9r/9GY2t/LbjfkCC8XFfv4Q==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/xstate" + "@babel/plugin-syntax-import-assertions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", + "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", "dev": true, - "engines": { - "node": ">=10" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dev": true, - "engines": { - "node": ">= 6" + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" } }, - "node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dev": true, - "engines": { - "node": ">=10" + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" } }, - "node_modules/yargs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/yargs/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "node_modules/yargs/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "node_modules/yn": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", - "engines": { - "node": ">=6" + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" } }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" } }, - "node_modules/zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", - "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", + "@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" } }, - "packages/api": { - "name": "camino-api", - "version": "1.0.0", - "dependencies": { - "@graphql-tools/graphql-file-loader": "^7.5.2", - "@graphql-tools/load": "^7.7.4", - "@sentry/node": "^7.11.1", - "@sentry/types": "^7.11.1", - "@sindresorhus/slugify": "^1.1.2", - "@turf/center": "^6.5.0", - "@turf/intersect": "^6.5.0", - "@types/basic-auth": "^1.1.3", - "@types/bcryptjs": "^2.4.2", - "@types/compression": "1.7.2", - "@types/cookie-parser": "^1.4.3", - "@types/cors": "^2.8.12", - "@types/dateformat": "^5.0.0", - "@types/express": "^4.17.13", - "@types/express-jwt": "6.0.4", - "@types/express-serve-static-core": "^4.17.30", - "@types/geojson": "^7946.0.10", - "@types/graphql-type-json": "^0.3.2", - "@types/graphql-upload": "^8.0.11", - "@types/jest": "^28.1.7", - "@types/jsonwebtoken": "^8.5.8", - "@types/node": "^18.7.12", - "@types/node-fetch": "^2.5.12", - "@types/pg": "^8.6.5", - "@types/proj4": "^2.5.2", - "@types/shpjs": "^3.4.1", - "@types/sql-formatter": "^2.3.0", - "basic-auth": "^2.0.1", - "bcryptjs": "^2.4.3", - "camelcase": "^6.3.0", - "cerbere": "^0.2.3", - "chalk": "^4.1.2", - "compression": "^1.7.4", - "cookie-parser": "^1.4.6", - "cors": "^2.8.5", - "cross-env": "^7.0.3", - "crypto-random-string": "^3.3.1", - "dateformat": "^4.5.1", - "decamelize": "^5.0.0", - "dotenv": "^16.0.1", - "email-regex": "4.0.0", - "express": "^4.18.1", - "express-graphql": "^0.12.0", - "express-jwt": "^6.1.1", - "express-rate-limit": "^6.5.1", - "geojson-rewind": "^0.3.1", - "graphql": "^16.6.0", - "graphql-fields": "^2.0.3", - "graphql-scalars": "^1.18.0", - "graphql-type-json": "^0.3.2", - "graphql-upload": "^13.0.0", - "html-to-text": "^8.2.1", - "jsondiffpatch": "^0.4.1", - "jsonwebtoken": "^8.5.1", - "jszip": "^3.10.1", - "knex": "2.2.0", - "make-dir": "^3.1.0", - "matomo-tracker": "^2.2.4", - "node-fetch": "^2.6.5", - "node-mailjet": "^5.1.1", - "objection": "^3.0.1", - "pg": "^8.8.0", - "proj4": "^2.8.0", - "shpjs": "^4.0.4", - "stream-json": "^1.7.4", - "ts-node": "^10.9.1", - "tus-node-server": "^0.7.1", - "typescript": "^4.7.4", - "xlsx": "^0.18.5", - "xstate": "^4.33.4" - }, - "devDependencies": { - "@jest/types": "^28.1.3", - "@types/stream-json": "^1.7.2", - "@types/supertest": "^2.0.12", - "@typescript-eslint/eslint-plugin": "^5.34.0", - "@typescript-eslint/parser": "^5.34.0", - "commitizen": "^4.2.5", - "cz-conventional-changelog": "^3.3.0", - "eslint": "^8.22.0", - "eslint-config-prettier": "^8.5.0", - "eslint-config-standard": "^17.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.8.7", - "eslint-plugin-n": "^15.2.5", - "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-standard": "^5.0.0", - "eslint-plugin-tsdoc": "^0.2.16", - "jest": "^28.1.3", - "nodemon": "^2.0.19", - "npm-check-updates": "^16.0.5", - "pg-escape": "^0.2.0", - "prettier-eslint": "^15.0.1", - "sql-formatter": "^9.2.0", - "standard-version": "^9.5.0", - "supertest": "^6.2.4", - "ts-jest": "^28.0.8" + "@babel/plugin-syntax-typescript": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz", + "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" } }, - "packages/api/node_modules/@jest/console": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", - "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", + "@babel/plugin-transform-arrow-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", + "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/@jest/core": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", - "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", + "@babel/plugin-transform-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", + "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/reporters": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.1.3", - "jest-config": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-resolve-dependencies": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "jest-watcher": "^28.1.3", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "requires": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6" } }, - "packages/api/node_modules/@jest/environment": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", - "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", "dev": true, - "dependencies": { - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/@jest/fake-timers": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", - "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", + "@babel/plugin-transform-block-scoping": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz", + "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@sinonjs/fake-timers": "^9.1.2", - "@types/node": "*", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/@jest/globals": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", - "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", + "@babel/plugin-transform-classes": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz", + "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/types": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" } }, - "packages/api/node_modules/@jest/reporters": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", - "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", + "@babel/plugin-transform-computed-properties": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", + "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", "dev": true, - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^9.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/@jest/source-map": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz", - "integrity": "sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==", + "@babel/plugin-transform-destructuring": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz", + "integrity": "sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==", "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.13", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/@jest/test-result": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", - "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", + "@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/@jest/test-sequencer": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", - "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", + "@babel/plugin-transform-duplicate-keys": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", + "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", "dev": true, - "dependencies": { - "@jest/test-result": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "dependencies": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@babel/plugin-transform-flow-strip-types": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz", + "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/plugin-syntax-flow": "^7.16.7" } }, - "packages/api/node_modules/@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", + "@babel/plugin-transform-for-of": { + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", + "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", - "dependencies": { - "expect": "^28.0.0", - "pretty-format": "^28.0.0" + "@babel/plugin-transform-function-name": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", + "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", - "dependencies": { - "@types/yargs-parser": "*" + "@babel/plugin-transform-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", + "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/api/node_modules/babel-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", - "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", + "@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", "dev": true, - "dependencies": { - "@jest/transform": "^28.1.3", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/babel-plugin-jest-hoist": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", - "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", + "@babel/plugin-transform-modules-amd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", + "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" } }, - "packages/api/node_modules/babel-preset-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", - "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", + "@babel/plugin-transform-modules-commonjs": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", + "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", "dev": true, - "dependencies": { - "babel-plugin-jest-hoist": "^28.1.3", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "packages/api/node_modules/dateformat": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", - "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==", - "engines": { - "node": "*" - } - }, - "packages/api/node_modules/diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" } }, - "packages/api/node_modules/emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "@babel/plugin-transform-modules-systemjs": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz", + "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==", "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" + "requires": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-validator-identifier": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" } }, - "packages/api/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "packages/api/node_modules/expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", - "dependencies": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", - "engines": { - "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", + "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", "dev": true, - "engines": { - "node": ">=8" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", - "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", + "@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", "dev": true, - "dependencies": { - "@jest/core": "^28.1.3", - "@jest/types": "^28.1.3", - "import-local": "^3.0.2", - "jest-cli": "^28.1.3" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" } }, - "packages/api/node_modules/jest-changed-files": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", - "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", + "@babel/plugin-transform-parameters": { + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz", + "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==", "dev": true, - "dependencies": { - "execa": "^5.0.0", - "p-limit": "^3.1.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest-circus": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", - "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", + "@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "p-limit": "^3.1.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest-cli": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", - "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", + "@babel/plugin-transform-react-display-name": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", + "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", "dev": true, - "dependencies": { - "@jest/core": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "prompts": "^2.0.1", - "yargs": "^17.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "requires": { + "@babel/helper-plugin-utils": "^7.16.7" } }, - "packages/api/node_modules/jest-config": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", - "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", + "@babel/plugin-transform-react-jsx": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz", + "integrity": "sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.3", - "@jest/types": "^28.1.3", - "babel-jest": "^28.1.3", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.3", - "jest-environment-node": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@types/node": "*", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "ts-node": { - "optional": true - } + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/types": "^7.19.0" } }, - "packages/api/node_modules/jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@babel/plugin-transform-react-jsx-development": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", + "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", + "dev": true, + "requires": { + "@babel/plugin-transform-react-jsx": "^7.18.6" } }, - "packages/api/node_modules/jest-docblock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", - "integrity": "sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==", + "@babel/plugin-transform-react-jsx-self": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.18.6.tgz", + "integrity": "sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==", "dev": true, - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest-each": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", - "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", + "@babel/plugin-transform-react-jsx-source": { + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.19.6.tgz", + "integrity": "sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "jest-util": "^28.1.3", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" } }, - "packages/api/node_modules/jest-environment-node": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", - "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", + "@babel/plugin-transform-react-pure-annotations": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.0.tgz", + "integrity": "sha512-6+0IK6ouvqDn9bmEG7mEyF/pwlJXVj5lwydybpyyH3D0A7Hftk+NCTdYjnLNZksn261xaOV5ksmp20pQEmc2RQ==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-annotate-as-pure": "^7.16.7", + "@babel/helper-plugin-utils": "^7.17.12" } }, - "packages/api/node_modules/jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@babel/plugin-transform-regenerator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", + "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "regenerator-transform": "^0.15.0" } }, - "packages/api/node_modules/jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", + "@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest-leak-detector": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", - "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", + "@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", "dev": true, - "dependencies": { - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@babel/plugin-transform-spread": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz", + "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" } }, - "packages/api/node_modules/jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest-mock": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", - "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", + "@babel/plugin-transform-template-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", + "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "@babel/plugin-transform-typeof-symbol": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", + "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/jest-resolve": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", - "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", + "@babel/plugin-transform-typescript": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.2.tgz", + "integrity": "sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==", "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-create-class-features-plugin": "^7.20.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-typescript": "^7.20.0" } }, - "packages/api/node_modules/jest-resolve-dependencies": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", - "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", + "@babel/plugin-transform-unicode-escapes": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", + "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", "dev": true, - "dependencies": { - "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" } }, - "packages/api/node_modules/jest-runner": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", - "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", + "@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/environment": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "graceful-fs": "^4.2.9", - "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-leak-detector": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-resolve": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-util": "^28.1.3", - "jest-watcher": "^28.1.3", - "jest-worker": "^28.1.3", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/api/node_modules/jest-runtime": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", - "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", - "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/globals": "^28.1.3", - "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, - "packages/api/node_modules/jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", + "@babel/preset-env": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.10.tgz", + "integrity": "sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" + "requires": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.18.10", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.18.9", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.18.9", + "@babel/plugin-transform-classes": "^7.18.9", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.18.9", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.18.6", + "@babel/plugin-transform-modules-commonjs": "^7.18.6", + "@babel/plugin-transform-modules-systemjs": "^7.18.9", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.18.8", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.18.9", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typeof-symbol": "^7.18.9", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.18.10", + "babel-plugin-polyfill-corejs2": "^0.3.2", + "babel-plugin-polyfill-corejs3": "^0.5.3", + "babel-plugin-polyfill-regenerator": "^0.4.0", + "core-js-compat": "^3.22.1", + "semver": "^6.3.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/api/node_modules/jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, - "packages/api/node_modules/jest-validate": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", - "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", + "@babel/preset-flow": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.16.7.tgz", + "integrity": "sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "leven": "^3.1.0", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-validator-option": "^7.16.7", + "@babel/plugin-transform-flow-strip-types": "^7.16.7" } }, - "packages/api/node_modules/jest-watcher": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", "dev": true, - "dependencies": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", - "string-length": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" } }, - "packages/api/node_modules/jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "@babel/preset-react": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.17.12.tgz", + "integrity": "sha512-h5U+rwreXtZaRBEQhW1hOJLMq8XNJBQ/9oymXiCXTuT/0uOwpbT0gUt+sXeOqoXBgNuUKI7TaObVwoEyWkpFgA==", "dev": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/api/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@babel/helper-plugin-utils": "^7.17.12", + "@babel/helper-validator-option": "^7.16.7", + "@babel/plugin-transform-react-display-name": "^7.16.7", + "@babel/plugin-transform-react-jsx": "^7.17.12", + "@babel/plugin-transform-react-jsx-development": "^7.16.7", + "@babel/plugin-transform-react-pure-annotations": "^7.16.7" } }, - "packages/api/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "packages/api/node_modules/source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "@babel/preset-typescript": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz", + "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==", "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "requires": { + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-validator-option": "^7.16.7", + "@babel/plugin-transform-typescript": "^7.16.7" } }, - "packages/api/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "@babel/register": { + "version": "7.17.7", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz", + "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==", "dev": true, + "requires": { + "clone-deep": "^4.0.1", + "find-cache-dir": "^2.0.0", + "make-dir": "^2.1.0", + "pirates": "^4.0.5", + "source-map-support": "^0.5.16" + }, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "packages/api/node_modules/ts-jest": { - "version": "28.0.8", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.8.tgz", - "integrity": "sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==", - "dev": true, - "dependencies": { - "bs-logger": "0.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^28.0.0", - "json5": "^2.2.1", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "7.x", - "yargs-parser": "^21.0.1" - }, - "bin": { - "ts-jest": "cli.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.0.0-beta.0 <8", - "@jest/types": "^28.0.0", - "babel-jest": "^28.0.0", - "jest": "^28.0.0", - "typescript": ">=4.3" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@jest/types": { - "optional": true + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } }, - "babel-jest": { - "optional": true + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true }, - "esbuild": { - "optional": true + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true } } }, - "packages/api/node_modules/v8-to-istanbul": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", - "integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==", + "@babel/runtime": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", + "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" - }, - "engines": { - "node": ">=10.12.0" + "requires": { + "regenerator-runtime": "^0.13.4" } }, - "packages/api/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "@babel/template": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" } }, - "packages/api/node_modules/yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", + "@babel/traverse": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", + "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "engines": { - "node": ">=12" + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.1", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.1", + "@babel/types": "^7.20.0", + "debug": "^4.1.0", + "globals": "^11.1.0" } }, - "packages/api/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "@babel/types": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", + "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", "dev": true, - "engines": { - "node": ">=12" + "requires": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" } }, - "packages/common": { - "name": "camino-common", - "version": "1.0.0", - "devDependencies": { - "@types/jest": "^28.1.7", - "@typescript-eslint/eslint-plugin": "^5.34.0", - "@typescript-eslint/parser": "^5.34.0", - "eslint-plugin-jest": "^26.8.7", - "jest": "^28.1.3", - "ts-jest": "^28.0.8", - "typescript": "^4.7.4" - } + "@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true }, - "packages/common/node_modules/@jest/console": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", - "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", + "@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "optional": true }, - "packages/common/node_modules/@jest/core": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", - "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", + "@commitlint/config-validator": { + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-16.2.1.tgz", + "integrity": "sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==", "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/reporters": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.1.3", - "jest-config": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-resolve-dependencies": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "jest-watcher": "^28.1.3", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "optional": true, + "requires": { + "@commitlint/types": "^16.2.1", + "ajv": "^6.12.6" } }, - "packages/common/node_modules/@jest/environment": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", - "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", + "@commitlint/execute-rule": { + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz", + "integrity": "sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==", "dev": true, - "dependencies": { - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "optional": true }, - "packages/common/node_modules/@jest/fake-timers": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", - "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", + "@commitlint/load": { + "version": "16.2.4", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.4.tgz", + "integrity": "sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@sinonjs/fake-timers": "^9.1.2", - "@types/node": "*", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "optional": true, + "requires": { + "@commitlint/config-validator": "^16.2.1", + "@commitlint/execute-rule": "^16.2.1", + "@commitlint/resolve-extends": "^16.2.1", + "@commitlint/types": "^16.2.1", + "@types/node": ">=12", + "chalk": "^4.0.0", + "cosmiconfig": "^7.0.0", + "cosmiconfig-typescript-loader": "^1.0.0", + "lodash": "^4.17.19", + "resolve-from": "^5.0.0", + "typescript": "^4.4.3" } }, - "packages/common/node_modules/@jest/globals": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", - "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", + "@commitlint/resolve-extends": { + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz", + "integrity": "sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/types": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "optional": true, + "requires": { + "@commitlint/config-validator": "^16.2.1", + "@commitlint/types": "^16.2.1", + "import-fresh": "^3.0.0", + "lodash": "^4.17.19", + "resolve-from": "^5.0.0", + "resolve-global": "^1.0.0" } }, - "packages/common/node_modules/@jest/reporters": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", - "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", + "@commitlint/types": { + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz", + "integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==", "dev": true, - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^9.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "optional": true, + "requires": { + "chalk": "^4.0.0" } }, - "packages/common/node_modules/@jest/source-map": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz", - "integrity": "sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==", - "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.13", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" + "@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "requires": { + "@jridgewell/trace-mapping": "0.3.9" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "dependencies": { + "@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + } } }, - "packages/common/node_modules/@jest/test-result": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", - "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", + "@csstools/normalize.css": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz", + "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==", + "dev": true + }, + "@csstools/postcss-progressive-custom-properties": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", + "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "postcss-value-parser": "^4.2.0" } }, - "packages/common/node_modules/@jest/test-sequencer": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", - "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", + "@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true + }, + "@esbuild/android-arm": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.14.tgz", + "integrity": "sha512-+Rb20XXxRGisNu2WmNKk+scpanb7nL5yhuI1KR9wQFiC43ddPj/V1fmNyzlFC9bKiG4mYzxW7egtoHVcynr+OA==", "dev": true, - "dependencies": { - "@jest/test-result": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "optional": true }, - "packages/common/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", + "@esbuild/linux-loong64": { + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.14.tgz", + "integrity": "sha512-eQi9rosGNVQFJyJWV0HCA5WZae/qWIQME7s8/j8DMvnylfBv62Pbu+zJ2eUDqNf2O4u3WB+OEXyfkpBoe194sg==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "optional": true }, - "packages/common/node_modules/@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "@eslint/eslintrc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", + "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.2", + "globals": "^13.15.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "dependencies": { + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "globals": { + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } } }, - "packages/common/node_modules/@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" + "@gar/promisify": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "dev": true + }, + "@google-cloud/paginator": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz", + "integrity": "sha512-jJNutk0arIQhmpUUQJPJErsojqo834KcyB6X7a1mxuic8i1tKXxde8E69IZxNZawRIlZdIK2QY4WALvlK5MzYQ==", + "requires": { + "arrify": "^2.0.0", + "extend": "^3.0.2" } }, - "packages/common/node_modules/@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", - "dev": true, - "dependencies": { - "expect": "^28.0.0", - "pretty-format": "^28.0.0" + "@google-cloud/projectify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-3.0.0.tgz", + "integrity": "sha512-HRkZsNmjScY6Li8/kb70wjGlDDyLkVk3KvoEo9uIoxSjYLJasGiCch9+PqRVDOCGUFvEIqyogl+BeqILL4OJHA==" + }, + "@google-cloud/promisify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-3.0.0.tgz", + "integrity": "sha512-91ArYvRgXWb73YvEOBMmOcJc0bDRs5yiVHnqkwoG0f3nm7nZuipllz6e7BvFESBvjkDTBC0zMD8QxedUwNLc1A==" + }, + "@google-cloud/storage": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.4.1.tgz", + "integrity": "sha512-lAddmRJ8tvxPykUqJfONBQA5XGwGk0vut1POXublc64+nCdB5aQMxwuBMf7J1zubx19QGpYPQwW6wR7YTWrvLw==", + "requires": { + "@google-cloud/paginator": "^3.0.7", + "@google-cloud/projectify": "^3.0.0", + "@google-cloud/promisify": "^3.0.0", + "abort-controller": "^3.0.0", + "arrify": "^2.0.0", + "async-retry": "^1.3.3", + "compressible": "^2.0.12", + "duplexify": "^4.0.0", + "ent": "^2.2.0", + "extend": "^3.0.2", + "gaxios": "^5.0.0", + "google-auth-library": "^8.0.1", + "mime": "^3.0.0", + "mime-types": "^2.0.8", + "p-limit": "^3.0.1", + "retry-request": "^5.0.0", + "teeny-request": "^8.0.0", + "uuid": "^8.0.0" } }, - "packages/common/node_modules/@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", - "dev": true, - "dependencies": { - "@types/yargs-parser": "*" + "@graphql-tools/graphql-file-loader": { + "version": "7.5.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.2.tgz", + "integrity": "sha512-4M5c5SRnxTURNwfq46dlEspWGk+nQpO2nF/p9kxaPiXG0iMAQ8suOd3jQk99LEefQpVhFNb5FumyvUnyW0BogA==", + "requires": { + "@graphql-tools/import": "6.7.3", + "@graphql-tools/utils": "8.10.0", + "globby": "^11.0.3", + "tslib": "^2.4.0", + "unixify": "^1.0.0" } }, - "packages/common/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "@graphql-tools/import": { + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.3.tgz", + "integrity": "sha512-7D/nDfwAj1TEkF+vAxm+hxgYNQW3h1kDz8JnYmvvY1Yv7OxZQQHDNd4tVg3BYVtW2kjsz3nzip46Z8ZQ9L7gHg==", + "requires": { + "@graphql-tools/utils": "8.10.0", + "resolve-from": "5.0.0", + "tslib": "^2.4.0" } }, - "packages/common/node_modules/babel-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", - "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", - "dev": true, - "dependencies": { - "@jest/transform": "^28.1.3", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" + "@graphql-tools/load": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.7.4.tgz", + "integrity": "sha512-2VtVWeMNizNTTc8Dv/hs0lrvGHaLko8jpBoP9TewFdBz6pAXPsLHYnNAhEfBYJd+Vk5GZbnWTfVColxhnF8NEQ==", + "requires": { + "@graphql-tools/schema": "9.0.1", + "@graphql-tools/utils": "8.10.0", + "p-limit": "3.1.0", + "tslib": "^2.4.0" } }, - "packages/common/node_modules/babel-plugin-jest-hoist": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", - "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", - "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@graphql-tools/merge": { + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.3.tgz", + "integrity": "sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==", + "requires": { + "@graphql-tools/utils": "8.10.0", + "tslib": "^2.4.0" } }, - "packages/common/node_modules/babel-preset-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", - "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", - "dev": true, - "dependencies": { - "babel-plugin-jest-hoist": "^28.1.3", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "@graphql-tools/schema": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.1.tgz", + "integrity": "sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==", + "requires": { + "@graphql-tools/merge": "8.3.3", + "@graphql-tools/utils": "8.10.0", + "tslib": "^2.4.0", + "value-or-promise": "1.0.11" } }, - "packages/common/node_modules/diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", - "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@graphql-tools/utils": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.10.0.tgz", + "integrity": "sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==", + "requires": { + "tslib": "^2.4.0" } }, - "packages/common/node_modules/emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "@humanwhocodes/config-array": { + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", + "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" } }, - "packages/common/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "@humanwhocodes/gitignore-to-minimatch": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", + "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", "dev": true }, - "packages/common/node_modules/expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", - "dev": true, - "dependencies": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true }, - "packages/common/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "@hutson/parse-repository-url": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz", + "integrity": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==", + "dev": true + }, + "@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true + }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", "dev": true, - "engines": { - "node": ">=8" + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "packages/common/node_modules/jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", - "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", + "@jridgewell/resolve-uri": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz", + "integrity": "sha512-R7xHtBSNm+9SyvpJkdQl+qrM3Hm2fea3Ef197M3mUug+v+yR+Rhfbs7PBtcBUVnIWJ4JcAdjvij+c8hXS9p5aw==" + }, + "@jridgewell/set-array": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.0.tgz", + "integrity": "sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==", + "dev": true + }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", "dev": true, - "dependencies": { - "@jest/core": "^28.1.3", - "@jest/types": "^28.1.3", - "import-local": "^3.0.2", - "jest-cli": "^28.1.3" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "peer": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "peer": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } } } }, - "packages/common/node_modules/jest-changed-files": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", - "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", - "dev": true, - "dependencies": { - "execa": "^5.0.0", - "p-limit": "^3.1.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "@jridgewell/sourcemap-codec": { + "version": "1.4.12", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.12.tgz", + "integrity": "sha512-az/NhpIwP3K33ILr0T2bso+k2E/SLf8Yidd8mHl0n6sCQ4YdyC8qDhZA6kOPDNDBA56ZnIjngVl0U3jREA0BUA==" }, - "packages/common/node_modules/jest-circus": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", - "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", + "@jridgewell/trace-mapping": { + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", + "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "p-limit": "^3.1.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "packages/common/node_modules/jest-cli": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", - "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", - "dev": true, - "dependencies": { - "@jest/core": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "prompts": "^2.0.1", - "yargs": "^17.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "@juggle/resize-observer": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz", + "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==", + "dev": true + }, + "@mapbox/geojson-area": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz", + "integrity": "sha1-GNeBSqNr8j+7zDefjiaiKSfevxA=", + "requires": { + "wgs84": "0.0.0" } }, - "packages/common/node_modules/jest-config": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", - "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", + "@mdx-js/mdx": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", + "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.3", - "@jest/types": "^28.1.3", - "babel-jest": "^28.1.3", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.3", - "jest-environment-node": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@types/node": "*", - "ts-node": ">=9.0.0" + "requires": { + "@babel/core": "7.12.9", + "@babel/plugin-syntax-jsx": "7.12.1", + "@babel/plugin-syntax-object-rest-spread": "7.8.3", + "@mdx-js/util": "1.6.22", + "babel-plugin-apply-mdx-type-prop": "1.6.22", + "babel-plugin-extract-import-names": "1.6.22", + "camelcase-css": "2.0.1", + "detab": "2.0.4", + "hast-util-raw": "6.0.1", + "lodash.uniq": "4.5.0", + "mdast-util-to-hast": "10.0.1", + "remark-footnotes": "2.0.0", + "remark-mdx": "1.6.22", + "remark-parse": "8.0.3", + "remark-squeeze-paragraphs": "4.0.0", + "style-to-object": "0.3.0", + "unified": "9.2.0", + "unist-builder": "2.0.3", + "unist-util-visit": "2.0.3" }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true + "dependencies": { + "@babel/core": { + "version": "7.12.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.5", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.7", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.9", + "@babel/types": "^7.12.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + } }, - "ts-node": { - "optional": true + "@babel/plugin-syntax-jsx": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", + "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true } } }, - "packages/common/node_modules/jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", + "@mdx-js/preact": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@mdx-js/preact/-/preact-2.1.3.tgz", + "integrity": "sha512-3t+R5AUiT9/14kycl7/5ORpPUsidxFWPi7+ipe2z0ZeC5hnAqQnhy1TQ9sqvyK03eDDB2TlXw4xE6i/hRA8OdA==", "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@types/mdx": "^2.0.0" } }, - "packages/common/node_modules/jest-docblock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", - "integrity": "sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==", + "@mdx-js/react": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", + "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", "dev": true, - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "requires": {} + }, + "@mdx-js/util": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", + "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", + "dev": true + }, + "@microsoft/tsdoc": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz", + "integrity": "sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==", + "dev": true }, - "packages/common/node_modules/jest-each": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", - "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", + "@microsoft/tsdoc-config": { + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@microsoft/tsdoc-config/-/tsdoc-config-0.16.1.tgz", + "integrity": "sha512-2RqkwiD4uN6MLnHFljqBlZIXlt/SaUT6cuogU1w2ARw4nKuuppSmR0+s+NC+7kXBQykd9zzu0P4HtBpZT5zBpQ==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "jest-util": "^28.1.3", - "pretty-format": "^28.1.3" + "requires": { + "@microsoft/tsdoc": "0.14.1", + "ajv": "~6.12.6", + "jju": "~1.4.0", + "resolve": "~1.19.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "dependencies": { + "resolve": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", + "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", + "dev": true, + "requires": { + "is-core-module": "^2.1.0", + "path-parse": "^1.0.6" + } + } } }, - "packages/common/node_modules/jest-environment-node": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", - "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", + "@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" + "requires": { + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "dependencies": { + "glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==", + "dev": true + } } }, - "packages/common/node_modules/jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" } }, - "packages/common/node_modules/jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", - "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" } }, - "packages/common/node_modules/jest-leak-detector": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", - "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", + "@npmcli/fs": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.0.tgz", + "integrity": "sha512-DmfBvNXGaetMxj9LTp8NAN9vEidXURrf5ZTslQzEAi/6GbW+4yjaLFQc6Tue5cpZ9Frlk4OBo/Snf1Bh/S7qTQ==", "dev": true, - "dependencies": { - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@gar/promisify": "^1.1.3", + "semver": "^7.3.5" } }, - "packages/common/node_modules/jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", + "@npmcli/git": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.1.tgz", + "integrity": "sha512-UU85F/T+F1oVn3IsB/L6k9zXIMpXBuUBE25QDH0SsURwT6IOBqkC7M16uqo2vVZIyji3X1K4XH9luip7YekH1A==", "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" + "requires": { + "@npmcli/promise-spawn": "^3.0.0", + "lru-cache": "^7.4.4", + "mkdirp": "^1.0.4", + "npm-pick-manifest": "^7.0.0", + "proc-log": "^2.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^2.0.2" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "dependencies": { + "lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", + "dev": true + } } }, - "packages/common/node_modules/jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "@npmcli/installed-package-contents": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz", + "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==", "dev": true, - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "npm-bundled": "^1.1.1", + "npm-normalize-package-bin": "^1.0.1" } }, - "packages/common/node_modules/jest-mock": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", - "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", + "@npmcli/move-file": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz", + "integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" } }, - "packages/common/node_modules/jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "@npmcli/node-gyp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-2.0.0.tgz", + "integrity": "sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A==", + "dev": true + }, + "@npmcli/promise-spawn": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz", + "integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==", "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "infer-owner": "^1.0.4" } }, - "packages/common/node_modules/jest-resolve": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", - "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", + "@npmcli/run-script": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz", + "integrity": "sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg==", "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@npmcli/node-gyp": "^2.0.0", + "@npmcli/promise-spawn": "^3.0.0", + "node-gyp": "^9.0.0", + "read-package-json-fast": "^2.0.3", + "which": "^2.0.2" } }, - "packages/common/node_modules/jest-resolve-dependencies": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", - "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", + "@octokit/auth-token": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz", + "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", "dev": true, - "dependencies": { - "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@octokit/types": "^6.0.3" } }, - "packages/common/node_modules/jest-runner": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", - "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", + "@octokit/core": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", + "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/environment": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "graceful-fs": "^4.2.9", - "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-leak-detector": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-resolve": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-util": "^28.1.3", - "jest-watcher": "^28.1.3", - "jest-worker": "^28.1.3", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/common/node_modules/jest-runtime": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", - "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", - "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/globals": "^28.1.3", - "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@octokit/auth-token": "^2.4.4", + "@octokit/graphql": "^4.5.8", + "@octokit/request": "^5.6.3", + "@octokit/request-error": "^2.0.5", + "@octokit/types": "^6.0.3", + "before-after-hook": "^2.2.0", + "universal-user-agent": "^6.0.0" } }, - "packages/common/node_modules/jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", + "@octokit/endpoint": { + "version": "6.0.12", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz", + "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@octokit/types": "^6.0.3", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" } }, - "packages/common/node_modules/jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "@octokit/graphql": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", + "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@octokit/request": "^5.6.0", + "@octokit/types": "^6.0.3", + "universal-user-agent": "^6.0.0" } }, - "packages/common/node_modules/jest-validate": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", - "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", + "@octokit/openapi-types": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.2.0.tgz", + "integrity": "sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==", + "dev": true + }, + "@octokit/plugin-paginate-rest": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz", + "integrity": "sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "leven": "^3.1.0", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@octokit/types": "^6.34.0" } }, - "packages/common/node_modules/jest-watcher": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "@octokit/plugin-request-log": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz", + "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", "dev": true, - "dependencies": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", - "string-length": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "requires": {} }, - "packages/common/node_modules/jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "@octokit/plugin-rest-endpoint-methods": { + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz", + "integrity": "sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==", "dev": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@octokit/types": "^6.34.0", + "deprecation": "^2.3.1" } }, - "packages/common/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "@octokit/request": { + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz", + "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==", "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@octokit/endpoint": "^6.0.1", + "@octokit/request-error": "^2.1.0", + "@octokit/types": "^6.16.1", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.7", + "universal-user-agent": "^6.0.0" } }, - "packages/common/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", - "dev": true - }, - "packages/common/node_modules/source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "@octokit/request-error": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", + "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "requires": { + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" } }, - "packages/common/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "@octokit/rest": { + "version": "18.12.0", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz", + "integrity": "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==", "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "requires": { + "@octokit/core": "^3.5.1", + "@octokit/plugin-paginate-rest": "^2.16.8", + "@octokit/plugin-request-log": "^1.0.4", + "@octokit/plugin-rest-endpoint-methods": "^5.12.0" } }, - "packages/common/node_modules/ts-jest": { - "version": "28.0.8", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.8.tgz", - "integrity": "sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==", + "@octokit/types": { + "version": "6.34.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.34.0.tgz", + "integrity": "sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==", "dev": true, - "dependencies": { - "bs-logger": "0.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^28.0.0", - "json5": "^2.2.1", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "7.x", - "yargs-parser": "^21.0.1" - }, - "bin": { - "ts-jest": "cli.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.0.0-beta.0 <8", - "@jest/types": "^28.0.0", - "babel-jest": "^28.0.0", - "jest": "^28.0.0", - "typescript": ">=4.3" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@jest/types": { - "optional": true - }, - "babel-jest": { - "optional": true - }, - "esbuild": { - "optional": true - } + "requires": { + "@octokit/openapi-types": "^11.2.0" } }, - "packages/common/node_modules/v8-to-istanbul": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", - "integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==", + "@pnpm/network.ca-file": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.1.tgz", + "integrity": "sha512-gkINruT2KUhZLTaiHxwCOh1O4NVnFT0wLjWFBHmTz9vpKag/C/noIMJXBxFe4F0mYpUVX2puLwAieLYFg2NvoA==", "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" - }, - "engines": { - "node": ">=10.12.0" + "requires": { + "graceful-fs": "4.2.10" } }, - "packages/common/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "@pnpm/npm-conf": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-1.0.5.tgz", + "integrity": "sha512-hD8ml183638O3R6/Txrh0L8VzGOrFXgRtRDG4qQC4tONdZ5Z1M+tlUUDUvrjYdmK6G+JTBTeaCLMna11cXzi8A==", "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "requires": { + "@pnpm/network.ca-file": "^1.0.1", + "config-chain": "^1.1.11" } }, - "packages/common/node_modules/yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", + "@rollup/plugin-inject": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-4.0.4.tgz", + "integrity": "sha512-4pbcU4J/nS+zuHk+c+OL3WtmEQhqxlZ9uqfjQMQDOHOPld7PsCd8k5LWs8h5wjwJN7MgnAn768F2sDxEP4eNFQ==", "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "engines": { - "node": ">=12" + "requires": { + "@rollup/pluginutils": "^3.1.0", + "estree-walker": "^2.0.1", + "magic-string": "^0.25.7" } }, - "packages/common/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "@rollup/pluginutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", "dev": true, - "engines": { - "node": ">=12" - } - }, - "packages/ui": { - "name": "camino-ui", - "version": "1.0.0", - "dependencies": { - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "dotenv": "^16.0.1", - "express": "^4.18.1", - "http-proxy-middleware": "^2.0.6" + "requires": { + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" }, - "devDependencies": { - "@babel/eslint-parser": "^7.18.9", - "@babel/preset-env": "^7.18.10", - "@juggle/resize-observer": "^3.4.0", - "@mdx-js/preact": "^2.1.3", - "@rollup/plugin-inject": "^4.0.4", - "@sentry/tracing": "^7.11.1", - "@sentry/vue": "^7.11.1", - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-controls": "^6.5.10", - "@storybook/addon-postcss": "^2.0.0", - "@storybook/addon-storyshots": "^6.5.10", - "@storybook/builder-vite": "^0.1.36", - "@storybook/vue3": "^6.5.10", - "@types/jest": "^28.1.7", - "@types/leaflet": "^1.7.11", - "@types/leaflet.markercluster": "^1.5.1", - "@types/webpack-env": "^1.18.0", - "@typescript-eslint/parser": "^5.34.0", - "@uppy/core": "^2.1.10", - "@uppy/tus": "^2.2.2", - "@vitejs/plugin-vue": "^2.3.1", - "@vue/eslint-config-prettier": "^7.0.0", - "@vue/eslint-config-standard": "^8.0.1", - "@vue/test-utils": "^2.0.2", - "@vue/vue3-jest": "28.1.0", - "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^28.1.3", - "babel-loader": "^8.2.5", - "babel-plugin-graphql-tag": "^3.3.0", - "babel-preset-vite": "^1.0.4", - "chalk": "^5.0.1", - "chart.js": "^3.9.1", - "commitizen": "^4.2.5", - "core-js": "^3.24.1", - "cross-env": "^7.0.3", - "cross-fetch": "^3.1.5", - "cz-conventional-changelog": "^3.3.0", - "email-validator": "^2.0.4", - "eslint": "^8.22.0", - "eslint-config-prettier": "^8.5.0", - "eslint-config-standard": "^17.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.8.7", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-vue": "^9.4.0", - "file-saver": "^2.0.5", - "graphql": "^16.6.0", - "graphql-react": "^15.0.0", - "graphql-tag": "^2.12.6", - "html-webpack-plugin": "^5.5.0", - "jest": "^28.1.3", - "jest-environment-jsdom": "^28.1.3", - "jest-fetch-mock": "^3.0.3", - "jest-serializer-vue": "^2.0.2", - "jest-transform-stub": "^2.0.0", - "jest-util": "^28.1.3", - "json2csv": "^5.0.7", - "jsondiffpatch": "^0.4.1", - "leaflet": "1.8.0", - "leaflet-fullscreen": "^1.0.2", - "leaflet-gesture-handling": "^1.2.2", - "leaflet.markercluster": "^1.5.3", - "npm-check-updates": "^16.0.5", - "postcss": "^8.4.16", - "postcss-calc": "^8.2.4", - "postcss-import": "14.1.0", - "postcss-loader": "^7.0.1", - "postcss-normalize": "^10.0.1", - "postcss-preset-env": "^7.8.0", - "prettier": "^2.7.1", - "rbush": "^3.0.1", - "rollup-plugin-visualizer": "^5.8.0", - "snarkdown": "^2.0.0", - "standard-version": "^9.5.0", - "ts-jest": "^28.0.8", - "typescript": "^4.7.4", - "vite": "^2.9.7", - "vue": "^3.2.37", - "vue-loader": "^17.0.0", - "vue-meta": "^2.4.0", - "vue-router": "^4.1.4", - "vue-tsc": "^1.0.3", - "vuex": "^4.0.2", - "vuex-router-sync": "^6.0.0-rc.1" + "dependencies": { + "estree-walker": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "dev": true + } } }, - "packages/ui/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dev": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" + "@selderee/plugin-htmlparser2": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.6.0.tgz", + "integrity": "sha512-J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==", + "requires": { + "domhandler": "^4.2.0", + "selderee": "^0.6.0" } }, - "packages/ui/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "@semantic-release/commit-analyzer": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", + "integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", "dev": true, - "bin": { - "semver": "bin/semver.js" + "requires": { + "conventional-changelog-angular": "^5.0.0", + "conventional-commits-filter": "^2.0.0", + "conventional-commits-parser": "^3.2.3", + "debug": "^4.0.0", + "import-from": "^4.0.0", + "lodash": "^4.17.4", + "micromatch": "^4.0.2" } }, - "packages/ui/node_modules/@csstools/postcss-cascade-layers": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.0.5.tgz", - "integrity": "sha512-Id/9wBT7FkgFzdEpiEWrsVd4ltDxN0rI0QS0SChbeQiSuux3z21SJCRLu6h2cvCEUmaRi+VD0mHFj+GJD4GFnw==", + "@semantic-release/error": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz", + "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==", + "dev": true + }, + "@semantic-release/github": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz", + "integrity": "sha512-But4e8oqqP3anZI5tjzZssZc2J6eoUdeeE0s7LVKKwyiAXJiQDWNNvtPOpgG2DsIz4+Exuse7cEQgjGMxwtLmg==", "dev": true, - "dependencies": { - "@csstools/selector-specificity": "^2.0.2", - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "requires": { + "@octokit/rest": "^18.0.0", + "@semantic-release/error": "^2.2.0", + "aggregate-error": "^3.0.0", + "bottleneck": "^2.18.1", + "debug": "^4.0.0", + "dir-glob": "^3.0.0", + "fs-extra": "^10.0.0", + "globby": "^11.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "issue-parser": "^6.0.0", + "lodash": "^4.17.4", + "mime": "^3.0.0", + "p-filter": "^2.0.0", + "p-retry": "^4.0.0", + "url-join": "^4.0.0" }, - "peerDependencies": { - "postcss": "^8.2" + "dependencies": { + "@semantic-release/error": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz", + "integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==", + "dev": true + } } }, - "packages/ui/node_modules/@csstools/postcss-color-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", - "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + "@semantic-release/npm": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.1.tgz", + "integrity": "sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==", "dev": true, - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" + "requires": { + "@semantic-release/error": "^3.0.0", + "aggregate-error": "^3.0.0", + "execa": "^5.0.0", + "fs-extra": "^10.0.0", + "lodash": "^4.17.15", + "nerf-dart": "^1.0.0", + "normalize-url": "^6.0.0", + "npm": "^8.3.0", + "rc": "^1.2.8", + "read-pkg": "^5.0.0", + "registry-auth-token": "^4.0.0", + "semver": "^7.1.2", + "tempy": "^1.0.0" } }, - "packages/ui/node_modules/@csstools/postcss-font-format-keywords": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", - "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "@semantic-release/release-notes-generator": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz", + "integrity": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==", "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" + "requires": { + "conventional-changelog-angular": "^5.0.0", + "conventional-changelog-writer": "^5.0.0", + "conventional-commits-filter": "^2.0.0", + "conventional-commits-parser": "^3.2.3", + "debug": "^4.0.0", + "get-stream": "^6.0.0", + "import-from": "^4.0.0", + "into-stream": "^6.0.0", + "lodash": "^4.17.4", + "read-pkg-up": "^7.0.0" } }, - "packages/ui/node_modules/@csstools/postcss-hwb-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", - "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + "@sentry/browser": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.11.1.tgz", + "integrity": "sha512-k2XHuzPfnm8VJPK5eWd1+Y5VCgN42sLveb8Qxc3prb5PSL416NWMLZaoB7RMIhy430fKrSFiosnm6QDk2M6pbA==", "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "requires": { + "@sentry/core": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" }, - "peerDependencies": { - "postcss": "^8.2" + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "packages/ui/node_modules/@csstools/postcss-ic-unit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", - "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", - "dev": true, - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "@sentry/core": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.11.1.tgz", + "integrity": "sha512-kaDSZ6VNuO4ZZdqUOOX6XM6x+kjo2bMnDQ3IJG51FPvVjr8lXYhXj1Ccxcot3pBYAIWPPby2+vNDOXllmXqoBA==", + "requires": { + "@sentry/hub": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" }, - "peerDependencies": { - "postcss": "^8.2" + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } } }, - "packages/ui/node_modules/@csstools/postcss-is-pseudo-class": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", - "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", - "dev": true, - "dependencies": { - "@csstools/selector-specificity": "^2.0.0", - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "@sentry/hub": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.11.1.tgz", + "integrity": "sha512-M6ClgdXdptS0lUBKB5KpXXe2qMQhsoiEN2pEGRI6+auqhfHCUQB1ZXsfjiOYexKC9fwx7TyFyZ9Jcaf2DTxEhw==", + "requires": { + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" }, - "peerDependencies": { - "postcss": "^8.2" + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } } }, - "packages/ui/node_modules/@csstools/postcss-nested-calc": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", - "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "@sentry/node": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.11.1.tgz", + "integrity": "sha512-EAAHou/eHSzwRK0Z5qnQiwXNbkpnjWjloaG979gftA+MS/kM0AxQHdOrSJQbOEaqRf3F7/eC4Hj+1tfglAuaLQ==", + "requires": { + "@sentry/core": "7.11.1", + "@sentry/hub": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "cookie": "^0.4.1", + "https-proxy-agent": "^5.0.0", + "lru_map": "^0.3.3", + "tslib": "^1.9.3" }, - "peerDependencies": { - "postcss": "^8.2" + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } } }, - "packages/ui/node_modules/@csstools/postcss-normalize-display-values": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", - "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + "@sentry/tracing": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.11.1.tgz", + "integrity": "sha512-ilgnHfpdYUWKG/5yAXIfIbPVsCfrC4ONFBR/wN25/hdAyVfXMa3AJx7NCCXxZBOPDWH3hMW8rl4La5yuDbXofg==", "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" + "requires": { + "@sentry/hub": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "@sentry/types": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.11.1.tgz", + "integrity": "sha512-gIEhOPxC2cjrxQ0+K2SFJ1P6e/an5osSxVc9OOtekN28eHtVsXFCLB8XVWeNQnS7N2VkrVrkqORMBz1kvIcvVQ==" + }, + "@sentry/utils": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.11.1.tgz", + "integrity": "sha512-tRVXNT5O9ilkV31pyHeTqA1PcPQfMV/2OR6yUYM4ah+QVISovC0f0ybhByuH5nYg6x/Gsnx1o7pc8L1GE3+O7A==", + "requires": { + "@sentry/types": "7.11.1", + "tslib": "^1.9.3" }, - "peerDependencies": { - "postcss": "^8.2" + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } } }, - "packages/ui/node_modules/@csstools/postcss-oklab-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", - "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + "@sentry/vue": { + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@sentry/vue/-/vue-7.11.1.tgz", + "integrity": "sha512-4RiaMbvGITpKpnzJBixCR874HjYCmK11yt9YRt/rwXE185TKCVyq54h+57l3680WgNz4MU9oI+PF6C/1E/LfXg==", "dev": true, - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/@csstools/postcss-stepped-value-functions": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", - "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/@csstools/postcss-text-decoration-shorthand": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", - "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "requires": { + "@sentry/browser": "7.11.1", + "@sentry/core": "7.11.1", + "@sentry/types": "7.11.1", + "@sentry/utils": "7.11.1", + "tslib": "^1.9.3" }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/@csstools/postcss-trigonometric-functions": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", - "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", - "dev": true, "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/@csstools/postcss-unset-value": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", - "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", - "dev": true, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/@csstools/selector-specificity": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz", - "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==", - "dev": true, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2", - "postcss-selector-parser": "^6.0.10" + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } } }, - "packages/ui/node_modules/@jest/console": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", - "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", - "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "@sindresorhus/is": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz", + "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==", + "dev": true }, - "packages/ui/node_modules/@jest/console/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@sindresorhus/slugify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz", + "integrity": "sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==", + "requires": { + "@sindresorhus/transliterate": "^0.1.1", + "escape-string-regexp": "^4.0.0" } }, - "packages/ui/node_modules/@jest/console/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" + "@sindresorhus/transliterate": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.2.tgz", + "integrity": "sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==", + "requires": { + "escape-string-regexp": "^2.0.0", + "lodash.deburr": "^4.1.0" }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/@jest/core": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", - "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", - "dev": true, "dependencies": { - "@jest/console": "^28.1.3", - "@jest/reporters": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.1.3", - "jest-config": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-resolve-dependencies": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "jest-watcher": "^28.1.3", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" } } }, - "packages/ui/node_modules/@jest/core/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/@jest/core/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/@jest/core/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/@jest/core/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "@storybook/addon-actions": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.5.13.tgz", + "integrity": "sha512-3Tji0gIy95havhTpSc6CsFl5lNxGn4O5Y1U9fyji+GRkKqDFOrvVLYAHPtLOpYdEI5tF0bDo+akiqfDouY8+eA==", "dev": true, - "engines": { - "node": ">=10" + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "polished": "^4.2.2", + "prop-types": "^15.7.2", + "react-inspector": "^5.1.0", + "regenerator-runtime": "^0.13.7", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2", + "uuid-browser": "^3.1.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/ui/node_modules/@jest/core/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } } }, - "packages/ui/node_modules/@jest/core/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "@storybook/addon-controls": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-6.5.13.tgz", + "integrity": "sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q==", "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/node-logger": "6.5.13", + "@storybook/store": "6.5.13", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "lodash": "^4.17.21", + "ts-dedent": "^2.0.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "packages/ui/node_modules/@jest/environment": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", - "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", - "dev": true, "dependencies": { - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } } }, - "packages/ui/node_modules/@jest/fake-timers": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", - "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", + "@storybook/addon-postcss": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@storybook/addon-postcss/-/addon-postcss-2.0.0.tgz", + "integrity": "sha512-Nt82A7e9zJH4+A+VzLKKswUfru+T6FJTakj4dccP0i8DSn7a0CkzRPrLuZBq8tg4voV6gD74bcDf3gViCVBGtA==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@sinonjs/fake-timers": "^9.1.2", - "@types/node": "*", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@storybook/node-logger": "^6.1.14", + "css-loader": "^3.6.0", + "postcss": "^7.0.35", + "postcss-loader": "^4.2.0", + "style-loader": "^1.3.0" } }, - "packages/ui/node_modules/@jest/globals": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", - "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", + "@storybook/addons": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.7.tgz", + "integrity": "sha512-tUZ2c1uegUcwY31ztNQZGU/HUwAEEGIR8fEOvvO8S0TNQGoo6cwFtZmWBh3mTSRGcmzK2SNBjFHZua5Ee9TefA==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/types": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@storybook/api": "6.5.7", + "@storybook/channels": "6.5.7", + "@storybook/client-logger": "6.5.7", + "@storybook/core-events": "6.5.7", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.7", + "@storybook/theming": "6.5.7", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" } }, - "packages/ui/node_modules/@jest/reporters": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", - "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", + "@storybook/api": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.7.tgz", + "integrity": "sha512-QCNypz4X+lYuFW7EzvRPXMf8uS3gfSIV8sqXtEe5XoMb0HQXhy6AGU7/4iAeuUimtETqLTxq+kOxaSg4uPowxg==", "dev": true, - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^9.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "requires": { + "@storybook/channels": "6.5.7", + "@storybook/client-logger": "6.5.7", + "@storybook/core-events": "6.5.7", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.7", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.7", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" } }, - "packages/ui/node_modules/@jest/reporters/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", + "@storybook/builder-webpack4": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack4/-/builder-webpack4-6.5.13.tgz", + "integrity": "sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" + "requires": { + "@babel/core": "^7.12.10", + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/node-logger": "6.5.13", + "@storybook/preview-web": "6.5.13", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/store": "6.5.13", + "@storybook/theming": "6.5.13", + "@storybook/ui": "6.5.13", + "@types/node": "^14.0.10 || ^16.0.0", + "@types/webpack": "^4.41.26", + "autoprefixer": "^9.8.6", + "babel-loader": "^8.0.0", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "core-js": "^3.8.2", + "css-loader": "^3.6.0", + "file-loader": "^6.2.0", + "find-up": "^5.0.0", + "fork-ts-checker-webpack-plugin": "^4.1.6", + "glob": "^7.1.6", + "glob-promise": "^3.4.0", + "global": "^4.4.0", + "html-webpack-plugin": "^4.0.0", + "pnp-webpack-plugin": "1.6.4", + "postcss": "^7.0.36", + "postcss-flexbugs-fixes": "^4.2.1", + "postcss-loader": "^4.2.0", + "raw-loader": "^4.0.2", + "stable": "^0.1.8", + "style-loader": "^1.3.0", + "terser-webpack-plugin": "^4.2.3", + "ts-dedent": "^2.0.0", + "url-loader": "^4.1.1", + "util-deprecate": "^1.0.2", + "webpack": "4", + "webpack-dev-middleware": "^3.7.3", + "webpack-filter-warnings-plugin": "^1.2.1", + "webpack-hot-middleware": "^2.25.1", + "webpack-virtual-modules": "^0.2.2" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/@jest/reporters/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/@jest/reporters/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/@jest/reporters/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "packages/ui/node_modules/@jest/source-map": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz", - "integrity": "sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==", - "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.13", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/@jest/test-result": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", - "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", - "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/@jest/test-sequencer": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", - "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", - "dev": true, - "dependencies": { - "@jest/test-result": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "packages/ui/node_modules/@storybook/addon-storyshots": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addon-storyshots/-/addon-storyshots-6.5.10.tgz", - "integrity": "sha512-26vYmjcUupgsfCkfM3oGpbiyxH8bsdArPngwDdC8PRR7+wuhdKtFtQMYE/FcPQZTiF2IvvYdUZ7smPUmL732Yg==", - "dev": true, - "dependencies": { - "@jest/transform": "^26.6.2", - "@storybook/addons": "6.5.10", - "@storybook/babel-plugin-require-context-hook": "1.0.1", - "@storybook/client-api": "6.5.10", - "@storybook/core": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@types/glob": "^7.1.3", - "@types/jest": "^26.0.16", - "@types/jest-specific-snapshot": "^0.5.3", - "core-js": "^3.8.2", - "glob": "^7.1.6", - "global": "^4.4.0", - "jest-specific-snapshot": "^4.0.0", - "preact-render-to-string": "^5.1.19", - "pretty-format": "^26.6.2", - "react-test-renderer": "^16.8.0 || ^17.0.0", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "@angular/core": ">=6.0.0", - "@angular/platform-browser-dynamic": ">=6.0.0", - "@storybook/angular": "*", - "@storybook/react": "*", - "@storybook/vue": "*", - "@storybook/vue3": "*", - "jest": "*", - "jest-preset-angular": "*", - "jest-vue-preprocessor": "*", - "preact": "^10.5.13", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "rxjs": "*", - "svelte": "*", - "vue": "*", - "vue-jest": "*" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } }, - "@angular/platform-browser-dynamic": { - "optional": true + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } }, - "@storybook/angular": { - "optional": true + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } }, - "@storybook/react": { - "optional": true + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } }, - "@storybook/vue": { - "optional": true + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } }, - "@storybook/vue3": { - "optional": true + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } }, - "jest-preset-angular": { - "optional": true + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } }, - "jest-vue-preprocessor": { - "optional": true + "@types/html-minifier-terser": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", + "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", + "dev": true }, - "preact": { - "optional": true + "@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true }, - "react": { - "optional": true + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true }, - "react-dom": { - "optional": true + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } }, - "rxjs": { - "optional": true + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + } }, - "svelte": { - "optional": true + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } }, - "vue": { - "optional": true + "clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } }, - "vue-jest": { - "optional": true + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + } + }, + "fork-ts-checker-webpack-plugin": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", + "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.5.5", + "chalk": "^2.4.1", + "micromatch": "^3.1.10", + "minimatch": "^3.0.4", + "semver": "^5.6.0", + "tapable": "^1.0.0", + "worker-rpc": "^0.1.0" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dev": true, + "requires": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + } + }, + "html-webpack-plugin": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", + "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", + "dev": true, + "requires": { + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.20", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dev": true, + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + } + } + }, + "pretty-error": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", + "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", + "dev": true, + "requires": { + "lodash": "^4.17.20", + "renderkid": "^2.0.4" + } + }, + "renderkid": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", + "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", + "dev": true, + "requires": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^3.0.1" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "terser": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } } } }, - "packages/ui/node_modules/@storybook/addon-storyshots/node_modules/@types/jest": { - "version": "26.0.24", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz", - "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==", - "dev": true, - "dependencies": { - "jest-diff": "^26.0.0", - "pretty-format": "^26.0.0" - } - }, - "packages/ui/node_modules/@storybook/addon-storyshots/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "@storybook/channel-postmessage": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.5.13.tgz", + "integrity": "sha512-R79MBs0mQ7TV8M/a6x/SiTRyvZBidDfMEEthG7Cyo9p35JYiKOhj2535zhW4qlVMESBu95pwKYBibTjASoStPw==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "core-js": "^3.8.2", + "global": "^4.4.0", + "qs": "^6.10.0", + "telejson": "^6.0.8" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "dependencies": { + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + } } }, - "packages/ui/node_modules/@storybook/addon-storyshots/node_modules/diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", + "@storybook/channel-websocket": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channel-websocket/-/channel-websocket-6.5.13.tgz", + "integrity": "sha512-kwh667H+tzCiNvs92GNwYOwVXdj9uHZyieRAN5rJtTBJ7XgLzGkpTEU50mWlbc0nDKhgE0qYvzyr5H393Iy5ug==", "dev": true, - "engines": { - "node": ">= 10.14.2" + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "global": "^4.4.0", + "telejson": "^6.0.8" + }, + "dependencies": { + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + } } }, - "packages/ui/node_modules/@storybook/addon-storyshots/node_modules/jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", + "@storybook/channels": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.7.tgz", + "integrity": "sha512-v880fWBpWgiWrDmZesTIstNfMZhrPfgXAtLNcL5Z89NAPahsHskOSszc0BDxKN3gb+ZeTKUqHxY57dQdp+1rhg==", "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" } }, - "packages/ui/node_modules/@storybook/addon-storyshots/node_modules/jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==", + "@storybook/client-api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.13.tgz", + "integrity": "sha512-uH1mAWbidPiuuTdMUVEiuaNOfrYXm+9QLSP1MMYTKULqEOZI5MSOGkEDqRfVWxbYv/iWBOPTQ+OM9TQ6ecYacg==", "dev": true, - "engines": { - "node": ">= 10.14.2" + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/store": "6.5.13", + "@types/qs": "^6.9.5", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "synchronous-promise": "^2.0.15", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + }, + "dependencies": { + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } } }, - "packages/ui/node_modules/@storybook/addon-storyshots/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "@storybook/client-logger": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.7.tgz", + "integrity": "sha512-ycDy1kXeXRg3djSTXRGMVxc0kvaWw/UhHDs2VGFmOPScsoeWpdbePHXJMFbsqippxuexpsofqTryBwH2b6BPhw==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" } }, - "packages/ui/node_modules/@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", + "@storybook/components": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.13.tgz", + "integrity": "sha512-6Hhx70JK5pGfKCkqMU4yq/BBH+vRTmzj7tZKfPwba+f8VmTMoOr/2ysTQFRtXryiHB6Z15xBYgfq5x2pIwQzLQ==", "dev": true, - "dependencies": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "requires": { + "@storybook/client-logger": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", - "@types/webpack-env": "^1.16.0", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7", + "util-deprecate": "^1.0.2" }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "dependencies": { + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } } }, - "packages/ui/node_modules/@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", + "@storybook/core": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core/-/core-6.5.13.tgz", + "integrity": "sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw==", "dev": true, - "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "requires": { + "@storybook/core-client": "6.5.13", + "@storybook/core-server": "6.5.13" + } + }, + "@storybook/core-client": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-6.5.13.tgz", + "integrity": "sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==", + "dev": true, + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/channel-websocket": "6.5.13", + "@storybook/client-api": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", + "@storybook/preview-web": "6.5.13", + "@storybook/store": "6.5.13", + "@storybook/ui": "6.5.13", + "airbnb-js-shims": "^2.2.1", + "ansi-to-html": "^0.6.11", "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", "global": "^4.4.0", "lodash": "^4.17.21", - "memoizerific": "^1.11.3", + "qs": "^6.10.0", "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", "ts-dedent": "^2.0.0", + "unfetch": "^4.2.0", "util-deprecate": "^1.0.2" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "dependencies": { + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } } }, - "packages/ui/node_modules/@storybook/builder-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack4/-/builder-webpack4-6.5.10.tgz", - "integrity": "sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==", + "@storybook/core-common": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.13.tgz", + "integrity": "sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==", "dev": true, - "dependencies": { + "requires": { "@babel/core": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/preview-web": "6.5.10", - "@storybook/router": "6.5.10", + "@babel/plugin-proposal-class-properties": "^7.12.1", + "@babel/plugin-proposal-decorators": "^7.12.12", + "@babel/plugin-proposal-export-default-from": "^7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", + "@babel/plugin-proposal-optional-chaining": "^7.12.7", + "@babel/plugin-proposal-private-methods": "^7.12.1", + "@babel/plugin-proposal-private-property-in-object": "^7.12.1", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-arrow-functions": "^7.12.1", + "@babel/plugin-transform-block-scoping": "^7.12.12", + "@babel/plugin-transform-classes": "^7.12.1", + "@babel/plugin-transform-destructuring": "^7.12.1", + "@babel/plugin-transform-for-of": "^7.12.1", + "@babel/plugin-transform-parameters": "^7.12.1", + "@babel/plugin-transform-shorthand-properties": "^7.12.1", + "@babel/plugin-transform-spread": "^7.12.1", + "@babel/preset-env": "^7.12.11", + "@babel/preset-react": "^7.12.10", + "@babel/preset-typescript": "^7.12.7", + "@babel/register": "^7.12.1", + "@storybook/node-logger": "6.5.13", "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "autoprefixer": "^9.8.6", + "@types/pretty-hrtime": "^1.0.0", "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", + "babel-plugin-macros": "^3.0.1", + "babel-plugin-polyfill-corejs3": "^0.1.0", + "chalk": "^4.1.0", "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "file-loader": "^6.2.0", + "express": "^4.17.1", + "file-system-cache": "^1.0.5", "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^4.1.6", + "fork-ts-checker-webpack-plugin": "^6.0.4", + "fs-extra": "^9.0.1", "glob": "^7.1.6", - "glob-promise": "^3.4.0", - "global": "^4.4.0", - "html-webpack-plugin": "^4.0.0", - "pnp-webpack-plugin": "1.6.4", - "postcss": "^7.0.36", - "postcss-flexbugs-fixes": "^4.2.1", - "postcss-loader": "^4.2.0", - "raw-loader": "^4.0.2", - "stable": "^0.1.8", - "style-loader": "^1.3.0", - "terser-webpack-plugin": "^4.2.3", + "handlebars": "^4.7.7", + "interpret": "^2.2.0", + "json5": "^2.1.3", + "lazy-universal-dotenv": "^3.0.1", + "picomatch": "^2.3.0", + "pkg-dir": "^5.0.0", + "pretty-hrtime": "^1.0.3", + "resolve-from": "^5.0.0", + "slash": "^3.0.0", + "telejson": "^6.0.8", "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-filter-warnings-plugin": "^1.2.1", - "webpack-hot-middleware": "^2.25.1", - "webpack-virtual-modules": "^0.2.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "webpack": "4" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true + "dependencies": { + "@babel/helper-define-polyfill-provider": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", + "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.13.0", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/traverse": "^7.13.0", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + } + }, + "@types/node": { + "version": "16.11.36", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz", + "integrity": "sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==", + "dev": true + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", + "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.1.5", + "core-js-compat": "^3.8.1" + } + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true } } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "@storybook/core-events": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.7.tgz", + "integrity": "sha512-epqYy67Ypry5QdCt7FpN57/X9uuS7R2+DLFORZIpL/SJG1dIdN4POQ1icWOhPzHl+eiSgaV7e2oPaUsN+LPhJQ==", "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "requires": { + "core-js": "^3.8.2" } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "@storybook/core-server": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-6.5.13.tgz", + "integrity": "sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ==", "dev": true, - "dependencies": { - "color-convert": "^1.9.0" + "requires": { + "@discoveryjs/json-ext": "^0.5.3", + "@storybook/builder-webpack4": "6.5.13", + "@storybook/core-client": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/csf-tools": "6.5.13", + "@storybook/manager-webpack4": "6.5.13", + "@storybook/node-logger": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/store": "6.5.13", + "@storybook/telemetry": "6.5.13", + "@types/node": "^14.0.10 || ^16.0.0", + "@types/node-fetch": "^2.5.7", + "@types/pretty-hrtime": "^1.0.0", + "@types/webpack": "^4.41.26", + "better-opn": "^2.1.1", + "boxen": "^5.1.2", + "chalk": "^4.1.0", + "cli-table3": "^0.6.1", + "commander": "^6.2.1", + "compression": "^1.7.4", + "core-js": "^3.8.2", + "cpy": "^8.1.2", + "detect-port": "^1.3.0", + "express": "^4.17.1", + "fs-extra": "^9.0.1", + "global": "^4.4.0", + "globby": "^11.0.2", + "ip": "^2.0.0", + "lodash": "^4.17.21", + "node-fetch": "^2.6.7", + "open": "^8.4.0", + "pretty-hrtime": "^1.0.3", + "prompts": "^2.4.0", + "regenerator-runtime": "^0.13.7", + "serve-favicon": "^2.5.0", + "slash": "^3.0.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2", + "watchpack": "^2.2.0", + "webpack": "4", + "ws": "^8.2.3", + "x-default-browser": "^0.4.0" }, - "engines": { - "node": ">=4" + "dependencies": { + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true + }, + "commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "dev": true + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "ip": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "dev": true + } } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "@storybook/csf": { + "version": "0.0.2--canary.4566f4d.1", + "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.4566f4d.1.tgz", + "integrity": "sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==", "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" + "requires": { + "lodash": "^4.17.15" } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "@storybook/csf-tools": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.13.tgz", + "integrity": "sha512-63Ev+VmBqzwSwfUzbuXOLKBD5dMTK2zBYLQ9anTVw70FuTikwTsGIbPgb098K0vsxRCgxl7KM7NpivHqtZtdjw==", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" + "requires": { + "@babel/core": "^7.12.10", + "@babel/generator": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/plugin-transform-react-jsx": "^7.12.12", + "@babel/preset-env": "^7.12.11", + "@babel/traverse": "^7.12.11", + "@babel/types": "^7.12.11", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/mdx1-csf": "^0.0.1", + "core-js": "^3.8.2", + "fs-extra": "^9.0.1", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7", + "ts-dedent": "^2.0.0" }, - "engines": { - "node": ">=6.9.0" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/enhanced-resolve/node_modules/memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + } } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "@storybook/docs-tools": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-6.5.13.tgz", + "integrity": "sha512-hB+hk+895ny4SW84j3X5iV55DHs3bCfTOp7cDdcZJdQrlm0wuDb4A6d4ffNC7ZLh9VkUjU6ST4VEV5Bb0Cptow==", "dev": true, - "engines": { - "node": ">=0.8.0" + "requires": { + "@babel/core": "^7.12.10", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/store": "6.5.13", + "core-js": "^3.8.2", + "doctrine": "^3.0.0", + "lodash": "^4.17.21", + "regenerator-runtime": "^0.13.7" } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "@storybook/manager-webpack4": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.13.tgz", + "integrity": "sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ==", "dev": true, - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" + "requires": { + "@babel/core": "^7.12.10", + "@babel/plugin-transform-template-literals": "^7.12.1", + "@babel/preset-react": "^7.12.10", + "@storybook/addons": "6.5.13", + "@storybook/core-client": "6.5.13", + "@storybook/core-common": "6.5.13", + "@storybook/node-logger": "6.5.13", + "@storybook/theming": "6.5.13", + "@storybook/ui": "6.5.13", + "@types/node": "^14.0.10 || ^16.0.0", + "@types/webpack": "^4.41.26", + "babel-loader": "^8.0.0", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "chalk": "^4.1.0", + "core-js": "^3.8.2", + "css-loader": "^3.6.0", + "express": "^4.17.1", + "file-loader": "^6.2.0", + "find-up": "^5.0.0", + "fs-extra": "^9.0.1", + "html-webpack-plugin": "^4.0.0", + "node-fetch": "^2.6.7", + "pnp-webpack-plugin": "1.6.4", + "read-pkg-up": "^7.0.1", + "regenerator-runtime": "^0.13.7", + "resolve-from": "^5.0.0", + "style-loader": "^1.3.0", + "telejson": "^6.0.8", + "terser-webpack-plugin": "^4.2.3", + "ts-dedent": "^2.0.0", + "url-loader": "^4.1.1", + "util-deprecate": "^1.0.2", + "webpack": "4", + "webpack-dev-middleware": "^3.7.3", + "webpack-virtual-modules": "^0.2.2" }, - "engines": { - "node": ">=4.0.0" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + }, + "@types/html-minifier-terser": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", + "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", + "dev": true + }, + "@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true + }, + "clean-css": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", + "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "html-minifier-terser": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", + "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "dev": true, + "requires": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + } + }, + "html-webpack-plugin": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", + "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", + "dev": true, + "requires": { + "@types/html-minifier-terser": "^5.0.0", + "@types/tapable": "^1.0.5", + "@types/webpack": "^4.41.8", + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.20", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" + } + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "pretty-error": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", + "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", + "dev": true, + "requires": { + "lodash": "^4.17.20", + "renderkid": "^2.0.4" + } + }, + "renderkid": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", + "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", + "dev": true, + "requires": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^3.0.1" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "terser": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", + "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } + } + } } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", - "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", + "@storybook/mdx1-csf": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.1.tgz", + "integrity": "sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==", "dev": true, - "dependencies": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" + "requires": { + "@babel/generator": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/preset-env": "^7.12.11", + "@babel/types": "^7.12.11", + "@mdx-js/mdx": "^1.6.22", + "@types/lodash": "^4.14.167", + "js-string-escape": "^1.0.1", + "loader-utils": "^2.0.0", + "lodash": "^4.17.21", + "prettier": ">=2.2.1 <=2.3.0", + "ts-dedent": "^2.0.0" }, - "engines": { - "node": ">=6.11.5", - "yarn": ">=1.0.0" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/fork-ts-checker-webpack-plugin/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" + "dependencies": { + "prettier": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", + "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==", + "dev": true + } } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "@storybook/node-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.13.tgz", + "integrity": "sha512-/r5aVZAqZRoy5FyNk/G4pj7yKJd3lJfPbAaOHVROv2IF7PJP/vtRaDkcfh0g2U6zwuDxGIqSn80j+qoEli9m5A==", "dev": true, - "engines": { - "node": ">=4" + "requires": { + "@types/npmlog": "^4.1.2", + "chalk": "^4.1.0", + "core-js": "^3.8.2", + "npmlog": "^5.0.1", + "pretty-hrtime": "^1.0.3" } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", + "@storybook/preview-web": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.13.tgz", + "integrity": "sha512-GNNYVzw4SmRua3dOc52Ye6Us4iQbq5GKQ56U3iwnzZM3TBdJB+Rft94Fn1/pypHujEHS8hl5Xgp9td6C1lLCow==", "dev": true, - "dependencies": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "engines": { - "node": ">=6.9" + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/channel-postmessage": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/store": "6.5.13", + "ansi-to-html": "^0.6.11", + "core-js": "^3.8.2", + "global": "^4.4.0", + "lodash": "^4.17.21", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7", + "synchronous-promise": "^2.0.15", + "ts-dedent": "^2.0.0", + "unfetch": "^4.2.0", + "util-deprecate": "^1.0.2" }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/html-webpack-plugin/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "@storybook/router": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.7.tgz", + "integrity": "sha512-edWEdAb8O0rSgdXoBZDDuNlQg2cOmC/nJ6gXj9zBotzmXqsbxWyjKGooG1dU6dnKshUqE1RmWF7/N1WMluLf0A==", "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "requires": { + "@storybook/client-logger": "6.5.7", + "core-js": "^3.8.2", + "regenerator-runtime": "^0.13.7" } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "@storybook/semver": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@storybook/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg==", "dev": true, + "requires": { + "core-js": "^3.6.5", + "find-up": "^4.1.0" + }, "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/postcss-loader": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", - "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", - "dev": true, - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=6.11.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } }, - "webpack-command": { - "optional": true + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } } } }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "packages/ui/node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dev": true, - "dependencies": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0" - } - }, - "packages/ui/node_modules/@storybook/channel-postmessage": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.5.10.tgz", - "integrity": "sha512-t9PTA0UzFvYa3IlOfpBOolfrRMPTjUMIeCQ6FNyM0aj5GqLKSvoQzP8NeoRpIrvyf6ljFKKdaMaZ3fiCvh45ag==", - "dev": true, - "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "core-js": "^3.8.2", - "global": "^4.4.0", - "qs": "^6.10.0", - "telejson": "^6.0.8" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "packages/ui/node_modules/@storybook/channel-websocket": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-websocket/-/channel-websocket-6.5.10.tgz", - "integrity": "sha512-RTXMZbMWCS3xU+4GVIdfnUXsKcwg/WTozy88/5OxaKjGw6KgRedqLAQJKJ6Y5XlnwIcWelirkHj/COwTTXhbPg==", + "@storybook/source-loader": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/source-loader/-/source-loader-6.5.7.tgz", + "integrity": "sha512-nj24TSGdF9J1gD5Fj9Z2hPRAQwqBJoBKD/fmTSFZop0qaJOOyeuxZR5022dQh8UWWoBa3WOQADMTNi5RqQZkiA==", "dev": true, - "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", + "requires": { + "@storybook/addons": "6.5.7", + "@storybook/client-logger": "6.5.7", + "@storybook/csf": "0.0.2--canary.4566f4d.1", "core-js": "^3.8.2", + "estraverse": "^5.2.0", "global": "^4.4.0", - "telejson": "^6.0.8" + "loader-utils": "^2.0.0", + "lodash": "^4.17.21", + "prettier": ">=2.2.1 <=2.3.0", + "regenerator-runtime": "^0.13.7" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "packages/ui/node_modules/@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", - "dev": true, "dependencies": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + }, + "prettier": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", + "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==", + "dev": true + } } }, - "packages/ui/node_modules/@storybook/client-api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.10.tgz", - "integrity": "sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==", + "@storybook/store": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.13.tgz", + "integrity": "sha512-GG6lm+8fBX1tNUnX7x3raBOjYhhf14bPWLtYiPlxDTFEMs3sJte7zWKZq6NQ79MoBLL6jjzTeolBfDCBw6fiWQ==", "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", "lodash": "^4.17.21", "memoizerific": "^1.11.3", - "qs": "^6.10.0", "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", + "slash": "^3.0.0", + "stable": "^0.1.8", "synchronous-promise": "^2.0.15", "ts-dedent": "^2.0.0", "util-deprecate": "^1.0.2" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "dependencies": { + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } } }, - "packages/ui/node_modules/@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", + "@storybook/telemetry": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/telemetry/-/telemetry-6.5.13.tgz", + "integrity": "sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ==", "dev": true, - "dependencies": { + "requires": { + "@storybook/client-logger": "6.5.13", + "@storybook/core-common": "6.5.13", + "chalk": "^4.1.0", "core-js": "^3.8.2", - "global": "^4.4.0" + "detect-package-manager": "^2.0.1", + "fetch-retry": "^5.0.2", + "fs-extra": "^9.0.1", + "global": "^4.4.0", + "isomorphic-unfetch": "^3.1.0", + "nanoid": "^3.3.1", + "read-pkg-up": "^7.0.1", + "regenerator-runtime": "^0.13.7" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "dependencies": { + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + } } }, - "packages/ui/node_modules/@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", + "@storybook/testing-vue3": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@storybook/testing-vue3/-/testing-vue3-0.0.2.tgz", + "integrity": "sha512-kmgv+zddTzZwQx5AYz0zM/ySJ/2lmNNij8WvXDy9u84fnc3HZPQ1yckUYtviaKty8VFB/TZaqxEqNm37wKd03Q==", "dev": true, - "dependencies": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", + "requires": {} + }, + "@storybook/theming": { + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.7.tgz", + "integrity": "sha512-6zp1V84DSBcS8BtFOCJlF2/nIonjQmr+dILPxaM3lCm/X003i2jAQrBKTfPlmzCeDn07PBhzHaRJ3wJskfmeNw==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.7", + "core-js": "^3.8.2", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/ui": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.13.tgz", + "integrity": "sha512-MklJuSg4Bc+MWjwhZVmZhJaucaeEBUMMa2V9oRWbIgZOdRHqdW72S2vCbaarDAYfBQdnfaoq1GkSQiw+EnWOzA==", + "dev": true, + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/components": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", "core-js": "^3.8.2", "memoizerific": "^1.11.3", "qs": "^6.10.0", "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "resolve-from": "^5.0.0" }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "packages/ui/node_modules/@storybook/core": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-6.5.10.tgz", - "integrity": "sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==", - "dev": true, "dependencies": { - "@storybook/core-client": "6.5.10", - "@storybook/core-server": "6.5.10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "webpack": "*" - }, - "peerDependenciesMeta": { - "@storybook/builder-webpack5": { - "optional": true + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + } }, - "@storybook/manager-webpack5": { - "optional": true + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } }, - "typescript": { - "optional": true + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } } } }, - "packages/ui/node_modules/@storybook/core-client": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-6.5.10.tgz", - "integrity": "sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==", + "@storybook/vue3": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/vue3/-/vue3-6.5.13.tgz", + "integrity": "sha512-9tq83Q3eLoE/5deFXXYI6fmx4/AlFg3/OjkZKL5LstRT6cD+Iz95aMY6+wvMObdGaABXYPW1+jyAbNLAr1cZdg==", "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channel-websocket": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "requires": { + "@storybook/addons": "6.5.13", + "@storybook/core": "6.5.13", + "@storybook/core-common": "6.5.13", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/preview-web": "6.5.10", - "@storybook/store": "6.5.10", - "@storybook/ui": "6.5.10", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", + "@storybook/docs-tools": "6.5.13", + "@storybook/store": "6.5.13", + "@types/node": "^14.14.20 || ^16.0.0", + "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", + "react": "16.14.0", + "react-dom": "16.14.0", + "read-pkg-up": "^7.0.1", "regenerator-runtime": "^0.13.7", "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" + "ts-loader": "^8.0.14", + "vue-docgen-api": "^4.44.15", + "vue-docgen-loader": "^1.5.0", + "vue-loader": "^16.4.1", + "webpack": ">=4.0.0 <6.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "webpack": "*" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true + "dependencies": { + "@storybook/addons": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.13.tgz", + "integrity": "sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==", + "dev": true, + "requires": { + "@storybook/api": "6.5.13", + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/theming": "6.5.13", + "@types/webpack-env": "^1.16.0", + "core-js": "^3.8.2", + "global": "^4.4.0", + "regenerator-runtime": "^0.13.7" + }, + "dependencies": { + "@storybook/api": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.13.tgz", + "integrity": "sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==", + "dev": true, + "requires": { + "@storybook/channels": "6.5.13", + "@storybook/client-logger": "6.5.13", + "@storybook/core-events": "6.5.13", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/router": "6.5.13", + "@storybook/semver": "^7.3.2", + "@storybook/theming": "6.5.13", + "core-js": "^3.8.2", + "fast-deep-equal": "^3.1.3", + "global": "^4.4.0", + "lodash": "^4.17.21", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7", + "store2": "^2.12.0", + "telejson": "^6.0.8", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/router": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.13.tgz", + "integrity": "sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "qs": "^6.10.0", + "regenerator-runtime": "^0.13.7" + } + }, + "@storybook/theming": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.13.tgz", + "integrity": "sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==", + "dev": true, + "requires": { + "@storybook/client-logger": "6.5.13", + "core-js": "^3.8.2", + "memoizerific": "^1.11.3", + "regenerator-runtime": "^0.13.7" + } + } + } + }, + "@storybook/channels": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.13.tgz", + "integrity": "sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "ts-dedent": "^2.0.0", + "util-deprecate": "^1.0.2" + } + }, + "@storybook/client-logger": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.13.tgz", + "integrity": "sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==", + "dev": true, + "requires": { + "core-js": "^3.8.2", + "global": "^4.4.0" + } + }, + "@storybook/core-events": { + "version": "6.5.13", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.13.tgz", + "integrity": "sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==", + "dev": true, + "requires": { + "core-js": "^3.8.2" + } + }, + "@types/node": { + "version": "16.18.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz", + "integrity": "sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==", + "dev": true + }, + "hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "dev": true + }, + "vue-loader": { + "version": "16.8.3", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz", + "integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "hash-sum": "^2.0.0", + "loader-utils": "^2.0.0" + } } } }, - "packages/ui/node_modules/@storybook/core-common": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.10.tgz", - "integrity": "sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==", + "@szmarczak/http-timer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", + "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", "dev": true, - "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", + "requires": { + "defer-to-connect": "^2.0.1" + } + }, + "@testing-library/dom": { + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.19.0.tgz", + "integrity": "sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^4.2.0", + "aria-query": "^5.0.0", "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "handlebars": "^4.7.7", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "picomatch": "^2.3.0", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.4.4", + "pretty-format": "^27.0.2" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true + }, + "pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + } } } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "@testing-library/vue": { + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-6.6.1.tgz", + "integrity": "sha512-vpyBPrHzKTwEGS7ehUC8/IXgnqTBEMk6jd52Gouf51arG2jUorPhmkbsxUwJOyxz6L0gj2ZcmWnznG1OJcTCDQ==", "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "requires": { + "@babel/runtime": "^7.15.4", + "@testing-library/dom": "^8.5.0", + "@vue/test-utils": "^2.0.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" + }, + "@transloadit/prettier-bytes": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz", + "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==", + "dev": true + }, + "@tsconfig/node10": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", + "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==" + }, + "@tsconfig/node12": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", + "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==" + }, + "@tsconfig/node14": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", + "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==" + }, + "@tsconfig/node16": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", + "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==" + }, + "@turf/bbox": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-6.5.0.tgz", + "integrity": "sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==", + "requires": { + "@turf/helpers": "^6.5.0", + "@turf/meta": "^6.5.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" + "@turf/center": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/center/-/center-6.5.0.tgz", + "integrity": "sha512-T8KtMTfSATWcAX088rEDKjyvQCBkUsLnK/Txb6/8WUXIeOZyHu42G7MkdkHRoHtwieLdduDdmPLFyTdG5/e7ZQ==", + "requires": { + "@turf/bbox": "^6.5.0", + "@turf/helpers": "^6.5.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/enhanced-resolve/node_modules/memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" + "@turf/helpers": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", + "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==" + }, + "@turf/intersect": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/intersect/-/intersect-6.5.0.tgz", + "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==", + "requires": { + "@turf/helpers": "^6.5.0", + "@turf/invariant": "^6.5.0", + "polygon-clipping": "^0.15.3" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" + "@turf/invariant": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.5.0.tgz", + "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==", + "requires": { + "@turf/helpers": "^6.5.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@turf/meta": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.5.0.tgz", + "integrity": "sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==", + "requires": { + "@turf/helpers": "^6.5.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" + "@types/accepts": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", + "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/loader-utils/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "@types/aria-query": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz", + "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==", + "dev": true + }, + "@types/babel__core": { + "version": "7.1.19", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", + "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "@babel/types": "^7.0.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "@types/babel__traverse": { + "version": "7.17.1", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz", + "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "requires": { + "@babel/types": "^7.3.0" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/tapable": { + "@types/basic-auth": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true, - "engines": { - "node": ">=6" + "resolved": "https://registry.npmjs.org/@types/basic-auth/-/basic-auth-1.1.3.tgz", + "integrity": "sha512-W3rv6J0IGlxqgE2eQ2pTb0gBjaGtejQpJ6uaCjz3UQ65+TFTPC5/lAE+POfx1YLdjtxvejJzsIAfd3MxWiVmfg==", + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dev": true, - "dependencies": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0" + "@types/bcryptjs": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@types/bcryptjs/-/bcryptjs-2.4.2.tgz", + "integrity": "sha512-LiMQ6EOPob/4yUL66SZzu6Yh77cbzJFYll+ZfaPiPPFswtIlA/Fs1MzdKYA7JApHU49zQTbJGX3PDmCpIdDBRQ==" + }, + "@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "requires": { + "@types/connect": "*", + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", + "@types/cacheable-request": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz", + "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" + "requires": { + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" } }, - "packages/ui/node_modules/@storybook/core-common/node_modules/webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", + "@types/chai": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.4.tgz", + "integrity": "sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==", + "dev": true + }, + "@types/chai-subset": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@types/chai-subset/-/chai-subset-1.3.3.tgz", + "integrity": "sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==", "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=6.11.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - }, - "webpack-command": { - "optional": true - } + "requires": { + "@types/chai": "*" } }, - "packages/ui/node_modules/@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", - "dev": true, - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "@types/compression": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@types/compression/-/compression-1.7.2.tgz", + "integrity": "sha512-lwEL4M/uAGWngWFLSG87ZDr2kLrbuR8p7X+QZB1OQlT+qkHsCPDVFnHPyXf4Vyl4yDDorNY+mAhosxkCvppatg==", + "requires": { + "@types/express": "*" } }, - "packages/ui/node_modules/@storybook/core-server": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-6.5.10.tgz", - "integrity": "sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==", - "dev": true, - "dependencies": { - "@discoveryjs/json-ext": "^0.5.3", - "@storybook/builder-webpack4": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/csf-tools": "6.5.10", - "@storybook/manager-webpack4": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/telemetry": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/node-fetch": "^2.5.7", - "@types/pretty-hrtime": "^1.0.0", - "@types/webpack": "^4.41.26", - "better-opn": "^2.1.1", - "boxen": "^5.1.2", - "chalk": "^4.1.0", - "cli-table3": "^0.6.1", - "commander": "^6.2.1", - "compression": "^1.7.4", - "core-js": "^3.8.2", - "cpy": "^8.1.2", - "detect-port": "^1.3.0", - "express": "^4.17.1", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "globby": "^11.0.2", - "ip": "^2.0.0", - "lodash": "^4.17.21", - "node-fetch": "^2.6.7", - "open": "^8.4.0", - "pretty-hrtime": "^1.0.3", - "prompts": "^2.4.0", - "regenerator-runtime": "^0.13.7", - "serve-favicon": "^2.5.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "watchpack": "^2.2.0", - "webpack": "4", - "ws": "^8.2.3", - "x-default-browser": "^0.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@storybook/builder-webpack5": { - "optional": true - }, - "@storybook/manager-webpack5": { - "optional": true - }, - "typescript": { - "optional": true - } + "@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } + "@types/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-0mPF08jn9zYI0n0Q/Pnz7C4kThdSt+6LD4amsrYDDpgBfrVWa3TcCOxKX1zkGgYniGagRv8heN2cbh+CAn+uuQ==" }, - "packages/ui/node_modules/@storybook/core-server/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@types/cookie-parser": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.3.tgz", + "integrity": "sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==", + "requires": { + "@types/express": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } + "@types/cookiejar": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.2.tgz", + "integrity": "sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==", + "dev": true }, - "packages/ui/node_modules/@storybook/core-server/node_modules/enhanced-resolve/node_modules/memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" + "@types/cookies": { + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.7.tgz", + "integrity": "sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==", + "requires": { + "@types/connect": "*", + "@types/express": "*", + "@types/keygrip": "*", + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" - } + "@types/cors": { + "version": "2.8.12", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", + "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" }, - "packages/ui/node_modules/@storybook/core-server/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } + "@types/dateformat": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/dateformat/-/dateformat-5.0.0.tgz", + "integrity": "sha512-SZg4JdHIWHQGEokbYGZSDvo5wA4TLYPXaqhigs/wH+REDOejcJzgH+qyY+HtEUtWOZxEUkbhbdYPqQDiEgrXeA==" }, - "packages/ui/node_modules/@storybook/core-server/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "@types/eslint": { + "version": "8.4.6", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.6.tgz", + "integrity": "sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==", "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" + "peer": true, + "requires": { + "@types/eslint": "*", + "@types/estree": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } + "@types/estree": { + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", + "dev": true }, - "packages/ui/node_modules/@storybook/core-server/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" + "@types/express": { + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", + "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "requires": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@types/express-jwt": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@types/express-jwt/-/express-jwt-6.0.4.tgz", + "integrity": "sha512-I53KRQ9D0eTA6hVCN9S73iOeprKS3JNWK+Cp2mDPB6uOIkTVpkgSkX394kHQzb5cd0U02I0adRmsMxHk+zX8tA==", + "requires": { + "@types/express": "*", + "@types/express-unless": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true, - "engines": { - "node": ">=6" + "@types/express-serve-static-core": { + "version": "4.17.30", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.30.tgz", + "integrity": "sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==", + "requires": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dev": true, - "dependencies": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0" + "@types/express-unless": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@types/express-unless/-/express-unless-0.5.3.tgz", + "integrity": "sha512-TyPLQaF6w8UlWdv4gj8i46B+INBVzURBNRahCozCSXfsK2VTlL1wNyTlMKw817VHygBtlcl5jfnPadlydr06Yw==", + "requires": { + "@types/express": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=6.11.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - }, - "webpack-command": { - "optional": true - } + "@types/fs-capacitor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", + "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/core-server/node_modules/webpack/node_modules/watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", + "@types/geojson": { + "version": "7946.0.10", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz", + "integrity": "sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==" + }, + "@types/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" + "requires": { + "@types/minimatch": "*", + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/csf-tools": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.10.tgz", - "integrity": "sha512-H77kZQEisu7+skzeIbNZwmE09OqLjwJTeFhLN1pcjxKVa30LEI3pBHcNBxVKqgxl+Yg3KkB7W/ArLO2N+i2ohw==", - "dev": true, - "dependencies": { - "@babel/core": "^7.12.10", - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/plugin-transform-react-jsx": "^7.12.12", - "@babel/preset-env": "^7.12.11", - "@babel/traverse": "^7.12.11", - "@babel/types": "^7.12.11", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/mdx1-csf": "^0.0.1", - "core-js": "^3.8.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "@storybook/mdx2-csf": "^0.0.3" + "@types/graphql-type-json": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@types/graphql-type-json/-/graphql-type-json-0.3.2.tgz", + "integrity": "sha512-c1cq4o8EhY0Z39ua8UXwG8uBs23xBYA/Uw0tXFl6SuTUpkVv/IJqf6pHQbfdC7nwFRhX2ifTOV/UIg0Q/IJsbg==", + "requires": { + "graphql": "^14.5.3" }, - "peerDependenciesMeta": { - "@storybook/mdx2-csf": { - "optional": true + "dependencies": { + "graphql": { + "version": "14.7.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz", + "integrity": "sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==", + "requires": { + "iterall": "^1.2.2" + } } } }, - "packages/ui/node_modules/@storybook/manager-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.10.tgz", - "integrity": "sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.12.10", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fs-extra": "^9.0.1", - "html-webpack-plugin": "^4.0.0", - "node-fetch": "^2.6.7", - "pnp-webpack-plugin": "1.6.4", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "style-loader": "^1.3.0", - "telejson": "^6.0.8", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-virtual-modules": "^0.2.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "@types/graphql-upload": { + "version": "8.0.11", + "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.11.tgz", + "integrity": "sha512-AE8RWANHutpsQt945lQZKlkq0V/zBxU5R0xhKLZN3KkBMlW95/5uJzk01HUl8gbDkG7hGl8l8lJKbi91k0UnPw==", + "requires": { + "@types/express": "*", + "@types/fs-capacitor": "*", + "@types/koa": "*", + "graphql": "0.13.1 - 16" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "@types/hast": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", + "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "requires": { + "@types/unist": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "dev": true + }, + "@types/http-assert": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.3.tgz", + "integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==" + }, + "@types/http-cache-semantics": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", + "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", + "dev": true + }, + "@types/http-errors": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.2.tgz", + "integrity": "sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==" + }, + "@types/http-proxy": { + "version": "1.17.9", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", + "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" + "@types/is-function": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/is-function/-/is-function-1.0.1.tgz", + "integrity": "sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==", + "dev": true + }, + "@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true + }, + "@types/json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==", + "dev": true + }, + "@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "dev": true + }, + "@types/jsonwebtoken": { + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz", + "integrity": "sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==", + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/enhanced-resolve/node_modules/memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "@types/keygrip": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", + "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" + }, + "@types/keyv": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", + "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" + "@types/koa": { + "version": "2.13.4", + "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.13.4.tgz", + "integrity": "sha512-dfHYMfU+z/vKtQB7NUrthdAEiSvnLebvBjwHtfFmpZmB7em2N3WVQdHgnFq+xvyVgxW5jKDmjWfLD3lw4g4uTw==", + "requires": { + "@types/accepts": "*", + "@types/content-disposition": "*", + "@types/cookies": "*", + "@types/http-assert": "*", + "@types/http-errors": "*", + "@types/keygrip": "*", + "@types/koa-compose": "*", + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@types/koa-compose": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", + "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", + "requires": { + "@types/koa": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", + "@types/leaflet": { + "version": "1.7.11", + "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.11.tgz", + "integrity": "sha512-VwAYom2pfIAf/pLj1VR5aLltd4tOtHyvfaJlNYCoejzP2nu52PrMi1ehsLRMUS+bgafmIIKBV1cMfKeS+uJ0Vg==", "dev": true, - "dependencies": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "engines": { - "node": ">=6.9" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" + "requires": { + "@types/geojson": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "@types/leaflet.markercluster": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@types/leaflet.markercluster/-/leaflet.markercluster-1.5.1.tgz", + "integrity": "sha512-gzJzP10qO6Zkts5QNVmSAEDLYicQHTEBLT9HZpFrJiSww9eDAs5OWHvIskldf41MvDv1gbMukuEBQEawHn+wtA==", "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "requires": { + "@types/leaflet": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "@types/lodash": { + "version": "4.14.182", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", + "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", + "dev": true + }, + "@types/mdast": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" + "requires": { + "@types/unist": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" + "@types/mdx": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.2.tgz", + "integrity": "sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==", + "dev": true + }, + "@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" + }, + "@types/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "dev": true + }, + "@types/minimist": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "dev": true + }, + "@types/node": { + "version": "18.7.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", + "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==" + }, + "@types/node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", + "requires": { + "@types/node": "*", + "form-data": "^3.0.0" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/schema-utils": { + "@types/normalize-package-data": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", + "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", + "dev": true + }, + "@types/npmlog": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.4.tgz", + "integrity": "sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==", + "dev": true + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/parse5": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", + "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==", + "dev": true + }, + "@types/pg": { + "version": "8.6.5", + "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.6.5.tgz", + "integrity": "sha512-tOkGtAqRVkHa/PVZicq67zuujI4Oorfglsr2IbKofDwBSysnaqSx7W1mDqFqdkGE6Fbgh+PZAl0r/BWON/mozw==", + "requires": { + "@types/node": "*", + "pg-protocol": "*", + "pg-types": "^2.2.0" + } + }, + "@types/prettier": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.0.tgz", + "integrity": "sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==", + "dev": true + }, + "@types/pretty-hrtime": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/pretty-hrtime/-/pretty-hrtime-1.0.1.tgz", + "integrity": "sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==", + "dev": true + }, + "@types/proj4": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@types/proj4/-/proj4-2.5.2.tgz", + "integrity": "sha512-/Nmfn9p08yaYw6xo5f2b0L+2oHk2kZeOkp5v+4VCeNfq+ETlLQbmHmC97/pjDIEZy8jxwz7pdPpwNzDHM5cuJw==" + }, + "@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" + }, + "@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" + }, + "@types/react": { + "version": "file:stub/types__react" + }, + "@types/responselike": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true + }, + "@types/serve-static": { + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", + "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "requires": { + "@types/mime": "^1", + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true, - "engines": { - "node": ">=6" + "@types/shpjs": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@types/shpjs/-/shpjs-3.4.1.tgz", + "integrity": "sha512-xdJ65Zp2wslzyKKAid+PPl7Hxz5+eFS7W5G42RfryoJRk2u0CA+5jtX3wBgZhmz1s/mGX0PWzmKCBYTYgRsELg==", + "requires": { + "@types/geojson": "*", + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", + "@types/source-list-map": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", + "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", + "dev": true + }, + "@types/sql-formatter": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@types/sql-formatter/-/sql-formatter-2.3.0.tgz", + "integrity": "sha512-Xh9kEOaKWhm3vYD5lUjYFFiSfpN4y3/iQCJUAVwFaQ1rVvHs4WXTa5C8E7gyF3kxwsMS8KgttW7WBAPtFlsvAg==" + }, + "@types/stream-chain": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stream-chain/-/stream-chain-2.0.1.tgz", + "integrity": "sha512-D+Id9XpcBpampptkegH7WMsEk6fUdf9LlCIX7UhLydILsqDin4L0QT7ryJR0oycwC7OqohIzdfcMHVZ34ezNGg==", "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" + "requires": { + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", + "@types/stream-json": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@types/stream-json/-/stream-json-1.7.2.tgz", + "integrity": "sha512-i4LE2aWVb1R3p/Z6S6Sw9kmmOs4Drhg0SybZUyfM499I1c8p7MUKZHs4Sg9jL5eu4mDmcgfQ6eGIG3+rmfUWYw==", "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=6.11.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - }, - "webpack-command": { - "optional": true - } + "requires": { + "@types/node": "*", + "@types/stream-chain": "*" } }, - "packages/ui/node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", + "@types/superagent": { + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.15.tgz", + "integrity": "sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==", "dev": true, - "dependencies": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0" + "requires": { + "@types/cookiejar": "*", + "@types/node": "*" } }, - "packages/ui/node_modules/@storybook/node-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.10.tgz", - "integrity": "sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==", + "@types/supertest": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz", + "integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==", "dev": true, - "dependencies": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^5.0.1", - "pretty-hrtime": "^1.0.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "requires": { + "@types/superagent": "*" } }, - "packages/ui/node_modules/@storybook/node-logger/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "@types/tapable": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.8.tgz", + "integrity": "sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==", + "dev": true + }, + "@types/uglify-js": { + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.1.tgz", + "integrity": "sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "requires": { + "source-map": "^0.6.1" } }, - "packages/ui/node_modules/@storybook/node-logger/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "@types/unist": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", + "dev": true }, - "packages/ui/node_modules/@storybook/preview-web": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.10.tgz", - "integrity": "sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==", + "@types/webpack": { + "version": "4.41.33", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.33.tgz", + "integrity": "sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==", "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "requires": { + "@types/node": "*", + "@types/tapable": "^1", + "@types/uglify-js": "*", + "@types/webpack-sources": "*", + "anymatch": "^3.0.0", + "source-map": "^0.6.0" } }, - "packages/ui/node_modules/@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "dependencies": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } + "@types/webpack-env": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.0.tgz", + "integrity": "sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==", + "dev": true }, - "packages/ui/node_modules/@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", + "@types/webpack-sources": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.0.tgz", + "integrity": "sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==", "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "requires": { + "@types/node": "*", + "@types/source-list-map": "*", + "source-map": "^0.7.3" }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "packages/ui/node_modules/@storybook/telemetry": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/telemetry/-/telemetry-6.5.10.tgz", - "integrity": "sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==", - "dev": true, "dependencies": { - "@storybook/client-logger": "6.5.10", - "@storybook/core-common": "6.5.10", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "detect-package-manager": "^2.0.1", - "fetch-retry": "^5.0.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "isomorphic-unfetch": "^3.1.0", - "nanoid": "^3.3.1", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" + "source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true + } } }, - "packages/ui/node_modules/@storybook/telemetry/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "@typescript-eslint/eslint-plugin": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz", + "integrity": "sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "requires": { + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/type-utils": "5.34.0", + "@typescript-eslint/utils": "5.34.0", + "debug": "^4.3.4", + "functional-red-black-tree": "^1.0.1", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" } }, - "packages/ui/node_modules/@storybook/telemetry/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "@typescript-eslint/parser": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.34.0.tgz", + "integrity": "sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "requires": { + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", + "debug": "^4.3.4" } }, - "packages/ui/node_modules/@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", + "@typescript-eslint/scope-manager": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz", + "integrity": "sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==", "dev": true, - "dependencies": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "requires": { + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0" } }, - "packages/ui/node_modules/@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", + "@typescript-eslint/type-utils": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz", + "integrity": "sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==", "dev": true, - "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "requires": { + "@typescript-eslint/utils": "5.34.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" } }, - "packages/ui/node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", - "dev": true, - "peer": true - }, - "packages/ui/node_modules/@types/html-minifier-terser": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", - "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", + "@typescript-eslint/types": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.34.0.tgz", + "integrity": "sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==", "dev": true }, - "packages/ui/node_modules/@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", + "@typescript-eslint/typescript-estree": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz", + "integrity": "sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==", "dev": true, - "dependencies": { - "expect": "^28.0.0", - "pretty-format": "^28.0.0" + "requires": { + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" } }, - "packages/ui/node_modules/@types/jest/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "@typescript-eslint/utils": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", + "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "requires": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" } }, - "packages/ui/node_modules/@types/jest/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "@typescript-eslint/visitor-keys": { + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz", + "integrity": "sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==", "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" + "requires": { + "@typescript-eslint/types": "5.34.0", + "eslint-visitor-keys": "^3.3.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "dependencies": { + "eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "dev": true + } } }, - "packages/ui/node_modules/@types/node": { - "version": "16.11.54", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", - "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", - "dev": true - }, - "packages/ui/node_modules/@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", + "@uppy/companion-client": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@uppy/companion-client/-/companion-client-2.0.6.tgz", + "integrity": "sha512-a2tsKhNPekW52CYUjBa7oVcK+aPm/Rd9FY/4wMbkjSsyj0BVjNdkR7jSEXfddUyKf+H5qLqNFXEHfGp/p9FOEA==", "dev": true, - "dependencies": { - "@types/yargs-parser": "*" + "requires": { + "@uppy/utils": "^4.0.6", + "namespace-emitter": "^2.0.1" } }, - "packages/ui/node_modules/@vue/eslint-config-standard": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-standard/-/eslint-config-standard-8.0.1.tgz", - "integrity": "sha512-+FsTb8kOf2GSbXXTwbigRBRRur/byMbwL6Ijii2JoXW4hsLB4arl9lbgV54OUOV5o20INLHDmBVONO16rP/a1g==", + "@uppy/core": { + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/@uppy/core/-/core-2.1.10.tgz", + "integrity": "sha512-Y6xBtlzG5235P6GTKFJeBF2tczfHNPfEk4ZfDL30aU+n4mVXIuOXTAN60kQ3WsX/SYaIfx7RmX9DSP/SBoQrbA==", "dev": true, - "dependencies": { - "eslint-config-standard": "^17.0.0", - "eslint-import-resolver-custom-alias": "^1.3.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-n": "^15.2.4", - "eslint-plugin-promise": "^6.0.0" - }, - "peerDependencies": { - "eslint": "^8.0.1", - "eslint-plugin-vue": "^9.2.0" + "requires": { + "@transloadit/prettier-bytes": "0.0.7", + "@uppy/store-default": "^2.0.3", + "@uppy/utils": "^4.0.7", + "lodash.throttle": "^4.1.1", + "mime-match": "^1.0.2", + "namespace-emitter": "^2.0.1", + "nanoid": "^3.1.25", + "preact": "^10.5.13" } }, - "packages/ui/node_modules/@vue/vue3-jest": { - "version": "28.1.0", - "resolved": "https://registry.npmjs.org/@vue/vue3-jest/-/vue3-jest-28.1.0.tgz", - "integrity": "sha512-A4Ek39u0KtVlUBwzio6DZld8egggTr8JPrSUcHllX4X96LsQUJReyIgPf+sMVCfpNeZUBDqbZ4QHhudBHa9Xzw==", + "@uppy/store-default": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-2.0.3.tgz", + "integrity": "sha512-2BGlN1sW0cFv4rOqTK8dfSg579S984N1HxCJxLFqeW9nWD6zd/O8Omyd85tbxGQ+FLZLTmLOm/feD0YeCBMahg==", + "dev": true + }, + "@uppy/tus": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-2.2.2.tgz", + "integrity": "sha512-EAR/nfQmfj0zBS0pRBdnKLV1RnOdSTdJNljL1f8Wx73RlJRQfS8VTkCVQ8evI4mrwXvczmbhwnS1hhmF3Y5VfQ==", "dev": true, - "dependencies": { - "@babel/plugin-transform-modules-commonjs": "^7.2.0", - "chalk": "^2.1.0", - "convert-source-map": "^1.6.0", - "css-tree": "^2.0.1", - "source-map": "0.5.6", - "tsconfig": "^7.0.0" - }, - "engines": { - "node": ">10" - }, - "peerDependencies": { - "@babel/core": "7.x", - "babel-jest": "28.x", - "jest": "28.x", - "typescript": ">= 4.3", - "vue": "^3.0.0-0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "requires": { + "@uppy/companion-client": "^2.0.5", + "@uppy/utils": "^4.0.5", + "tus-js-client": "^2.1.1" } }, - "packages/ui/node_modules/@vue/vue3-jest/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "@uppy/utils": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-4.0.7.tgz", + "integrity": "sha512-nKViMT8XchKy+NWpb3DtVKuzZBmW7au26LrMq89EsvTwIOT6UR9+7bmz/+zr3+lc7UC7vMgNChIC6G+/Ya9wWQ==", "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" + "requires": { + "lodash.throttle": "^4.1.1" } }, - "packages/ui/node_modules/@vue/vue3-jest/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "@vitest/coverage-c8": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.2.tgz", + "integrity": "sha512-qKsiUJh3bjbB5Q229CbxEWCqiDBwvIrcZ9OOuQdMEC0pce3/LlTUK3+K3hd7WqAYEbbiqXfC5MVMKHZkV82PgA==", "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" + "requires": { + "c8": "^7.12.0", + "vitest": "0.25.2" } }, - "packages/ui/node_modules/@vue/vue3-jest/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "@volar/language-core": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.0.9.tgz", + "integrity": "sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==", "dev": true, - "engines": { - "node": ">=0.8.0" + "requires": { + "@volar/source-map": "1.0.9", + "@vue/reactivity": "^3.2.40", + "muggle-string": "^0.1.0" } }, - "packages/ui/node_modules/@vue/vue3-jest/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "@volar/source-map": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.0.9.tgz", + "integrity": "sha512-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ==", "dev": true, - "engines": { - "node": ">=4" + "requires": { + "muggle-string": "^0.1.0" } }, - "packages/ui/node_modules/@vue/vue3-jest/node_modules/source-map": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==", + "@volar/typescript": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.0.9.tgz", + "integrity": "sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==", "dev": true, - "engines": { - "node": ">=0.10.0" + "requires": { + "@volar/language-core": "1.0.9" } }, - "packages/ui/node_modules/@vue/vue3-jest/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "@volar/vue-language-core": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-1.0.9.tgz", + "integrity": "sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==", "dev": true, - "dependencies": { - "has-flag": "^3.0.0" + "requires": { + "@volar/language-core": "1.0.9", + "@volar/source-map": "1.0.9", + "@vue/compiler-dom": "^3.2.40", + "@vue/compiler-sfc": "^3.2.40", + "@vue/reactivity": "^3.2.40", + "@vue/shared": "^3.2.40", + "minimatch": "^5.1.0", + "vue-template-compiler": "^2.7.10" }, - "engines": { - "node": ">=4" + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, - "packages/ui/node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", - "dev": true, - "peer": true - }, - "packages/ui/node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "@volar/vue-typescript": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-1.0.9.tgz", + "integrity": "sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw==", "dev": true, - "peer": true + "requires": { + "@volar/typescript": "1.0.9", + "@volar/vue-language-core": "1.0.9" + } }, - "packages/ui/node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", - "dev": true, - "peer": true + "@vue/babel-helper-vue-transform-on": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz", + "integrity": "sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==", + "dev": true }, - "packages/ui/node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "@vue/babel-plugin-jsx": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz", + "integrity": "sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==", "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "requires": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.0.0", + "@babel/template": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "@vue/babel-helper-vue-transform-on": "^1.0.2", + "camelcase": "^6.0.0", + "html-tags": "^3.1.0", + "svg-tags": "^1.0.0" } }, - "packages/ui/node_modules/@webassemblyjs/helper-wasm-section/node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "@vue/compiler-core": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.45.tgz", + "integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "requires": { + "@babel/parser": "^7.16.4", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "source-map": "^0.6.1" } }, - "packages/ui/node_modules/@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "@vue/compiler-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", + "integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", "dev": true, - "peer": true, - "dependencies": { - "@xtuc/ieee754": "^1.2.0" + "requires": { + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45" } }, - "packages/ui/node_modules/@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "@vue/compiler-sfc": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", + "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", "dev": true, - "peer": true, - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "packages/ui/node_modules/@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", - "dev": true, - "peer": true - }, - "packages/ui/node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", - "dev": true, - "peer": true, + "requires": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-ssr": "3.2.45", + "@vue/reactivity-transform": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7", + "postcss": "^8.1.10", + "source-map": "^0.6.1" + }, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "postcss": { + "version": "8.4.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", + "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "dev": true, + "requires": { + "nanoid": "^3.3.3", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + } } }, - "packages/ui/node_modules/@webassemblyjs/wasm-gen/node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "@vue/compiler-ssr": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", + "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "requires": { + "@vue/compiler-dom": "3.2.45", + "@vue/shared": "3.2.45" } }, - "packages/ui/node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", - "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" - } + "@vue/devtools-api": { + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.4.5.tgz", + "integrity": "sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==", + "dev": true }, - "packages/ui/node_modules/@webassemblyjs/wasm-opt/node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "@vue/eslint-config-prettier": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz", + "integrity": "sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==", "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "requires": { + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-prettier": "^4.0.0" } }, - "packages/ui/node_modules/@webassemblyjs/wasm-opt/node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "@vue/reactivity": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", + "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "requires": { + "@vue/shared": "3.2.45" } }, - "packages/ui/node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "@vue/reactivity-transform": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", + "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" + "requires": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7" } }, - "packages/ui/node_modules/@webassemblyjs/wast-printer/node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "@vue/runtime-core": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.45.tgz", + "integrity": "sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==", "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "requires": { + "@vue/reactivity": "3.2.45", + "@vue/shared": "3.2.45" } }, - "packages/ui/node_modules/babel-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", - "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", + "@vue/runtime-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz", + "integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==", "dev": true, - "dependencies": { - "@jest/transform": "^28.1.3", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" + "requires": { + "@vue/runtime-core": "3.2.45", + "@vue/shared": "3.2.45", + "csstype": "^2.6.8" } }, - "packages/ui/node_modules/babel-jest/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", + "@vue/server-renderer": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.45.tgz", + "integrity": "sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==", "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@vue/compiler-ssr": "3.2.45", + "@vue/shared": "3.2.45" } }, - "packages/ui/node_modules/babel-jest/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } + "@vue/shared": { + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", + "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", + "dev": true }, - "packages/ui/node_modules/babel-jest/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "@vue/test-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.2.tgz", + "integrity": "sha512-E2P4oXSaWDqTZNbmKZFVLrNN/siVN78YkEqs7pHryWerrlZR9bBFLWdJwRoguX45Ru6HxIflzKl4vQvwRMwm5g==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "requires": {} }, - "packages/ui/node_modules/babel-jest/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "@webassemblyjs/ast": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "requires": { + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" } }, - "packages/ui/node_modules/babel-plugin-jest-hoist": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", - "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", - "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", + "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==", + "dev": true }, - "packages/ui/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", - "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } + "@webassemblyjs/helper-api-error": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", + "dev": true }, - "packages/ui/node_modules/babel-preset-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", - "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", - "dev": true, - "dependencies": { - "babel-plugin-jest-hoist": "^28.1.3", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } + "@webassemblyjs/helper-buffer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "dev": true }, - "packages/ui/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "@webassemblyjs/helper-code-frame": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", "dev": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "@webassemblyjs/wast-printer": "1.9.0" } }, - "packages/ui/node_modules/cacache": { - "version": "12.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", - "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", - "dev": true, - "dependencies": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } + "@webassemblyjs/helper-fsm": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==", + "dev": true }, - "packages/ui/node_modules/cacache/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "@webassemblyjs/helper-module-context": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", + "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", "dev": true, - "dependencies": { - "yallist": "^3.0.2" + "requires": { + "@webassemblyjs/ast": "1.9.0" } }, - "packages/ui/node_modules/cacache/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", "dev": true, - "dependencies": { - "glob": "^7.1.3" + "peer": true, + "requires": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" }, - "bin": { - "rimraf": "bin.js" + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "dev": true, + "peer": true + }, + "@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true, + "peer": true + } } }, - "packages/ui/node_modules/cacache/node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", + "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==", "dev": true }, - "packages/ui/node_modules/chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "@webassemblyjs/helper-wasm-section": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", "dev": true, - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0" } }, - "packages/ui/node_modules/chownr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", - "dev": true - }, - "packages/ui/node_modules/clean-css": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", - "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + "@webassemblyjs/ieee754": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", "dev": true, - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" + "requires": { + "@xtuc/ieee754": "^1.2.0" } }, - "packages/ui/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "@webassemblyjs/leb128": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", "dev": true, - "dependencies": { - "color-name": "1.1.3" + "requires": { + "@xtuc/long": "4.2.2" } }, - "packages/ui/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "@webassemblyjs/utf8": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", "dev": true }, - "packages/ui/node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "packages/ui/node_modules/cssdb": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.0.1.tgz", - "integrity": "sha512-pT3nzyGM78poCKLAEy2zWIVX2hikq6dIrjuZzLV98MumBg+xMTNYfHx7paUlfiRTgg91O/vR889CIf+qiv79Rw==", + "@webassemblyjs/wasm-edit": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/helper-wasm-section": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-opt": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0", + "@webassemblyjs/wast-printer": "1.9.0" } }, - "packages/ui/node_modules/cssom": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", - "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", - "dev": true - }, - "packages/ui/node_modules/data-urls": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", - "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", + "@webassemblyjs/wasm-gen": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", "dev": true, - "dependencies": { - "abab": "^2.0.6", - "whatwg-mimetype": "^3.0.0", - "whatwg-url": "^11.0.0" - }, - "engines": { - "node": ">=12" + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" } }, - "packages/ui/node_modules/data-urls/node_modules/whatwg-url": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", - "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "@webassemblyjs/wasm-opt": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", "dev": true, - "dependencies": { - "tr46": "^3.0.0", - "webidl-conversions": "^7.0.0" - }, - "engines": { - "node": ">=12" + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-buffer": "1.9.0", + "@webassemblyjs/wasm-gen": "1.9.0", + "@webassemblyjs/wasm-parser": "1.9.0" } }, - "packages/ui/node_modules/diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", + "@webassemblyjs/wasm-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/ieee754": "1.9.0", + "@webassemblyjs/leb128": "1.9.0", + "@webassemblyjs/utf8": "1.9.0" } }, - "packages/ui/node_modules/domexception": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", - "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "@webassemblyjs/wast-parser": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", "dev": true, - "dependencies": { - "webidl-conversions": "^7.0.0" - }, - "engines": { - "node": ">=12" + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/floating-point-hex-parser": "1.9.0", + "@webassemblyjs/helper-api-error": "1.9.0", + "@webassemblyjs/helper-code-frame": "1.9.0", + "@webassemblyjs/helper-fsm": "1.9.0", + "@xtuc/long": "4.2.2" } }, - "packages/ui/node_modules/emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "@webassemblyjs/wast-printer": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" + "requires": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" } }, - "packages/ui/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "dev": true }, - "packages/ui/node_modules/enhanced-resolve": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", - "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", - "dev": true, - "peer": true, - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "packages/ui/node_modules/eslint-plugin-vue": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz", - "integrity": "sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ==", - "dev": true, - "dependencies": { - "eslint-utils": "^3.0.0", - "natural-compare": "^1.4.0", - "nth-check": "^2.0.1", - "postcss-selector-parser": "^6.0.9", - "semver": "^7.3.5", - "vue-eslint-parser": "^9.0.1", - "xml-name-validator": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0" - } + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true }, - "packages/ui/node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } + "optional": true, + "peer": true }, - "packages/ui/node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true, - "peer": true, - "engines": { - "node": ">=0.8.x" - } + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true }, - "packages/ui/node_modules/expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", - "dev": true, - "dependencies": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "requires": { + "event-target-shim": "^5.0.0" } }, - "packages/ui/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", - "dev": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" } }, - "packages/ui/node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } + "acorn": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==" }, - "packages/ui/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", "dev": true, - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "optional": true, + "peer": true, + "requires": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" }, - "engines": { - "node": ">=10" - } - }, - "packages/ui/node_modules/graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/html-encoding-sniffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", - "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", - "dev": true, "dependencies": { - "whatwg-encoding": "^2.0.0" - }, - "engines": { - "node": ">=12" + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "optional": true, + "peer": true + } } }, - "packages/ui/node_modules/html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", - "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", "dev": true, - "dependencies": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "bin": { - "html-minifier-terser": "cli.js" - }, - "engines": { - "node": ">=6" - } + "peer": true, + "requires": {} }, - "packages/ui/node_modules/html-minifier-terser/node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, - "engines": { - "node": ">= 6" - } + "requires": {} }, - "packages/ui/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", "dev": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "optional": true, + "peer": true }, - "packages/ui/node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "add-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", + "integrity": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==", "dev": true }, - "packages/ui/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "address": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.1.tgz", + "integrity": "sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA==", "dev": true }, - "packages/ui/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } + "adler-32": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz", + "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==" }, - "packages/ui/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" } }, - "packages/ui/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "agentkeepalive": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", + "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", "dev": true, - "dependencies": { - "kind-of": "^3.0.2" + "requires": { + "debug": "^4.1.0", + "depd": "^1.1.2", + "humanize-ms": "^1.2.1" }, - "engines": { - "node": ">=0.10.0" - } - }, - "packages/ui/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "dev": true + } } }, - "packages/ui/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" } }, - "packages/ui/node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "airbnb-js-shims": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz", + "integrity": "sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==", "dev": true, - "engines": { - "node": ">=4" + "requires": { + "array-includes": "^3.0.3", + "array.prototype.flat": "^1.2.1", + "array.prototype.flatmap": "^1.2.1", + "es5-shim": "^4.5.13", + "es6-shim": "^0.35.5", + "function.prototype.name": "^1.1.0", + "globalthis": "^1.0.0", + "object.entries": "^1.1.0", + "object.fromentries": "^2.0.0 || ^1.0.0", + "object.getownpropertydescriptors": "^2.0.3", + "object.values": "^1.1.0", + "promise.allsettled": "^1.0.0", + "promise.prototype.finally": "^3.1.0", + "string.prototype.matchall": "^4.0.0 || ^3.0.1", + "string.prototype.padend": "^3.0.0", + "string.prototype.padstart": "^3.0.0", + "symbol.prototype.description": "^1.0.0" } }, - "packages/ui/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, - "engines": { - "node": ">=0.10.0" + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, - "packages/ui/node_modules/jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", - "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", "dev": true, - "dependencies": { - "@jest/core": "^28.1.3", - "@jest/types": "^28.1.3", - "import-local": "^3.0.2", - "jest-cli": "^28.1.3" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } + "requires": {} }, - "packages/ui/node_modules/jest-changed-files": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", - "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "dev": true, - "dependencies": { - "execa": "^5.0.0", - "p-limit": "^3.1.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "requires": {} }, - "packages/ui/node_modules/jest-circus": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", - "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", + "ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "p-limit": "^3.1.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" + "requires": { + "string-width": "^4.1.0" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "dependencies": { + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + } } }, - "packages/ui/node_modules/jest-circus/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", + "dev": true + }, + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "requires": { + "type-fest": "^0.21.3" } }, - "packages/ui/node_modules/jest-circus/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" } }, - "packages/ui/node_modules/jest-circus/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "ansi-to-html": { + "version": "0.6.15", + "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.15.tgz", + "integrity": "sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==", "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "requires": { + "entities": "^2.0.0" } }, - "packages/ui/node_modules/jest-circus/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "ansicolors": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", + "integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=", + "dev": true + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" } }, - "packages/ui/node_modules/jest-cli": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", - "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", + "app-root-dir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/app-root-dir/-/app-root-dir-1.0.2.tgz", + "integrity": "sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==", + "dev": true + }, + "aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "dev": true + }, + "are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", "dev": true, - "dependencies": { - "@jest/core": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "prompts": "^2.0.1", - "yargs": "^17.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } } } }, - "packages/ui/node_modules/jest-cli/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-cli/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-config": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", - "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.3", - "@jest/types": "^28.1.3", - "babel-jest": "^28.1.3", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.3", - "jest-environment-node": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@types/node": "*", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "ts-node": { - "optional": true - } - } + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" }, - "packages/ui/node_modules/jest-config/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } + "argv-formatter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", + "integrity": "sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=", + "dev": true }, - "packages/ui/node_modules/jest-config/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "aria-query": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "deep-equal": "^2.0.5" } }, - "packages/ui/node_modules/jest-config/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", + "dev": true }, - "packages/ui/node_modules/jest-config/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true }, - "packages/ui/node_modules/jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", + "dev": true }, - "packages/ui/node_modules/jest-diff/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } + "optional": true }, - "packages/ui/node_modules/jest-diff/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, - "packages/ui/node_modules/jest-diff/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } + "array-ify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", + "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=", + "dev": true }, - "packages/ui/node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "array-includes": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", + "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" } }, - "packages/ui/node_modules/jest-docblock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", - "integrity": "sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==", - "dev": true, - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" }, - "packages/ui/node_modules/jest-each": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", - "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", - "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "jest-util": "^28.1.3", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "dev": true }, - "packages/ui/node_modules/jest-each/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", + "dev": true }, - "packages/ui/node_modules/jest-each/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "array.prototype.flat": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", + "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" } }, - "packages/ui/node_modules/jest-each/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "array.prototype.flatmap": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" } }, - "packages/ui/node_modules/jest-each/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "array.prototype.map": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.5.tgz", + "integrity": "sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" } }, - "packages/ui/node_modules/jest-environment-jsdom": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-28.1.3.tgz", - "integrity": "sha512-HnlGUmZRdxfCByd3GM2F100DgQOajUBzEitjGqIREcb45kGjZvRrKUdlaF6escXBdcXNl0OBh+1ZrfeZT3GnAg==", + "array.prototype.reduce": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz", + "integrity": "sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==", "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/jsdom": "^16.2.4", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3", - "jsdom": "^19.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" } }, - "packages/ui/node_modules/jest-environment-node": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", - "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", - "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" }, - "packages/ui/node_modules/jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", + "dev": true }, - "packages/ui/node_modules/jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", + "asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "packages/ui/node_modules/jest-leak-detector": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", - "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", - "dev": true, "dependencies": { - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true + } } }, - "packages/ui/node_modules/jest-leak-detector/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", "dev": true, - "engines": { - "node": ">=10" + "requires": { + "object-assign": "^4.1.1", + "util": "0.10.3" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/ui/node_modules/jest-leak-detector/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", + "dev": true + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "dev": true, + "requires": { + "inherits": "2.0.1" + } + } } }, - "packages/ui/node_modules/jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "assert-never": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz", + "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", + "dev": true }, - "packages/ui/node_modules/jest-matcher-utils/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true }, - "packages/ui/node_modules/jest-matcher-utils/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", + "dev": true }, - "packages/ui/node_modules/jest-matcher-utils/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "ast-types": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", + "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "requires": { + "tslib": "^2.0.1" } }, - "packages/ui/node_modules/jest-matcher-utils/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true }, - "packages/ui/node_modules/jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" }, - "packages/ui/node_modules/jest-message-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } + "optional": true }, - "packages/ui/node_modules/jest-message-util/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "async-retry": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz", + "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==", + "requires": { + "retry": "0.13.1" } }, - "packages/ui/node_modules/jest-message-util/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, - "packages/ui/node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true }, - "packages/ui/node_modules/jest-mock": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", - "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", - "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true }, - "packages/ui/node_modules/jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "autoprefixer": { + "version": "9.8.8", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", + "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "requires": { + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001109", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "picocolors": "^0.2.1", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" } }, - "packages/ui/node_modules/jest-resolve": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", - "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-resolve-dependencies": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", - "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", - "dev": true, - "dependencies": { - "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-resolve/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-resolve/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-runner": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", - "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", - "dev": true, - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/environment": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "graceful-fs": "^4.2.9", - "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-leak-detector": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-resolve": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-util": "^28.1.3", - "jest-watcher": "^28.1.3", - "jest-worker": "^28.1.3", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-runner/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-runner/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-runner/node_modules/source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "packages/ui/node_modules/jest-runner/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-runner/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "packages/ui/node_modules/jest-runtime": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", - "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", - "dev": true, - "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/globals": "^28.1.3", - "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-runtime/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-runtime/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-runtime/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-runtime/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "packages/ui/node_modules/jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-snapshot/node_modules/@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-snapshot/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-snapshot/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-snapshot/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/ui/node_modules/jest-snapshot/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-snapshot/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "packages/ui/node_modules/jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", - "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-validate": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", - "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", - "dev": true, - "dependencies": { - "@jest/types": "^28.1.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "leven": "^3.1.0", - "pretty-format": "^28.1.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-validate/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-validate/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-validate/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/ui/node_modules/jest-validate/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-watcher": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", - "dev": true, - "dependencies": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", - "string-length": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jest-watcher/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "packages/ui/node_modules/jest-watcher/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/node_modules/jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", - "dev": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "packages/ui/node_modules/jsdom": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", - "integrity": "sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==", - "dev": true, - "dependencies": { - "abab": "^2.0.5", - "acorn": "^8.5.0", - "acorn-globals": "^6.0.0", - "cssom": "^0.5.0", - "cssstyle": "^2.3.0", - "data-urls": "^3.0.1", - "decimal.js": "^10.3.1", - "domexception": "^4.0.0", - "escodegen": "^2.0.0", - "form-data": "^4.0.0", - "html-encoding-sniffer": "^3.0.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^3.0.0", - "webidl-conversions": "^7.0.0", - "whatwg-encoding": "^2.0.0", - "whatwg-mimetype": "^3.0.0", - "whatwg-url": "^10.0.0", - "ws": "^8.2.3", - "xml-name-validator": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } - } - }, - "packages/ui/node_modules/memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==", - "dev": true, - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "packages/ui/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "packages/ui/node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "packages/ui/node_modules/postcss": { - "version": "8.4.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz", - "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], - "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "packages/ui/node_modules/postcss-attribute-case-insensitive": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", - "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-color-functional-notation": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", - "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-color-hex-alpha": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", - "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "packages/ui/node_modules/postcss-color-rebeccapurple": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", - "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-custom-media": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", - "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "packages/ui/node_modules/postcss-custom-properties": { - "version": "12.1.8", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.8.tgz", - "integrity": "sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "packages/ui/node_modules/postcss-custom-selectors": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", - "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "packages/ui/node_modules/postcss-dir-pseudo-class": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", - "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-double-position-gradients": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", - "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", - "dev": true, - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-gap-properties": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", - "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", - "dev": true, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-image-set-function": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", - "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-lab-function": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", - "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", - "dev": true, - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-loader": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.0.1.tgz", - "integrity": "sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ==", - "dev": true, - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.5", - "semver": "^7.3.7" - }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - } - }, - "packages/ui/node_modules/postcss-nesting": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.10.tgz", - "integrity": "sha512-lqd7LXCq0gWc0wKXtoKDru5wEUNjm3OryLVNRZ8OnW8km6fSNUuFrjEhU3nklxXE2jvd4qrox566acgh+xQt8w==", - "dev": true, - "dependencies": { - "@csstools/selector-specificity": "^2.0.0", - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-overflow-shorthand": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", - "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-place": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", - "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-preset-env": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.0.tgz", - "integrity": "sha512-leqiqLOellpLKfbHkD06E04P6d9ZQ24mat6hu4NSqun7WG0UhspHR5Myiv/510qouCjoo4+YJtNOqg5xHaFnCA==", - "dev": true, - "dependencies": { - "@csstools/postcss-cascade-layers": "^1.0.5", - "@csstools/postcss-color-function": "^1.1.1", - "@csstools/postcss-font-format-keywords": "^1.0.1", - "@csstools/postcss-hwb-function": "^1.0.2", - "@csstools/postcss-ic-unit": "^1.0.1", - "@csstools/postcss-is-pseudo-class": "^2.0.7", - "@csstools/postcss-nested-calc": "^1.0.0", - "@csstools/postcss-normalize-display-values": "^1.0.1", - "@csstools/postcss-oklab-function": "^1.1.1", - "@csstools/postcss-progressive-custom-properties": "^1.3.0", - "@csstools/postcss-stepped-value-functions": "^1.0.1", - "@csstools/postcss-text-decoration-shorthand": "^1.0.0", - "@csstools/postcss-trigonometric-functions": "^1.0.2", - "@csstools/postcss-unset-value": "^1.0.2", - "autoprefixer": "^10.4.8", - "browserslist": "^4.21.3", - "css-blank-pseudo": "^3.0.3", - "css-has-pseudo": "^3.0.4", - "css-prefers-color-scheme": "^6.0.3", - "cssdb": "^7.0.0", - "postcss-attribute-case-insensitive": "^5.0.2", - "postcss-clamp": "^4.1.0", - "postcss-color-functional-notation": "^4.2.4", - "postcss-color-hex-alpha": "^8.0.4", - "postcss-color-rebeccapurple": "^7.1.1", - "postcss-custom-media": "^8.0.2", - "postcss-custom-properties": "^12.1.8", - "postcss-custom-selectors": "^6.0.3", - "postcss-dir-pseudo-class": "^6.0.5", - "postcss-double-position-gradients": "^3.1.2", - "postcss-env-function": "^4.0.6", - "postcss-focus-visible": "^6.0.4", - "postcss-focus-within": "^5.0.4", - "postcss-font-variant": "^5.0.0", - "postcss-gap-properties": "^3.0.5", - "postcss-image-set-function": "^4.0.7", - "postcss-initial": "^4.0.1", - "postcss-lab-function": "^4.2.1", - "postcss-logical": "^5.0.4", - "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.1.10", - "postcss-opacity-percentage": "^1.1.2", - "postcss-overflow-shorthand": "^3.0.4", - "postcss-page-break": "^3.0.4", - "postcss-place": "^7.0.5", - "postcss-pseudo-class-any-link": "^7.1.6", - "postcss-replace-overflow-wrap": "^4.0.0", - "postcss-selector-not": "^6.0.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-preset-env/node_modules/autoprefixer": { - "version": "10.4.8", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz", - "integrity": "sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - } - ], - "dependencies": { - "browserslist": "^4.21.3", - "caniuse-lite": "^1.0.30001373", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "packages/ui/node_modules/postcss-pseudo-class-any-link": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", - "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/postcss-selector-not": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", - "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "packages/ui/node_modules/pretty-error": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", - "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", - "dev": true, - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "packages/ui/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", - "dev": true - }, - "packages/ui/node_modules/renderkid": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", - "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", - "dev": true, - "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" - } - }, - "packages/ui/node_modules/renderkid/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "packages/ui/node_modules/renderkid/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "packages/ui/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "packages/ui/node_modules/serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "dev": true, - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "packages/ui/node_modules/ssri": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", - "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", - "dev": true, - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "packages/ui/node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true, - "peer": true, - "engines": { - "node": ">=6" - } - }, - "packages/ui/node_modules/terser": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", - "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", - "dev": true, - "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "packages/ui/node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "packages/ui/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "packages/ui/node_modules/tr46": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", - "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", - "dev": true, - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/ts-jest": { - "version": "28.0.8", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.8.tgz", - "integrity": "sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==", - "dev": true, - "dependencies": { - "bs-logger": "0.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^28.0.0", - "json5": "^2.2.1", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "7.x", - "yargs-parser": "^21.0.1" - }, - "bin": { - "ts-jest": "cli.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.0.0-beta.0 <8", - "@jest/types": "^28.0.0", - "babel-jest": "^28.0.0", - "jest": "^28.0.0", - "typescript": ">=4.3" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@jest/types": { - "optional": true - }, - "babel-jest": { - "optional": true - }, - "esbuild": { - "optional": true - } - } - }, - "packages/ui/node_modules/v8-to-istanbul": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", - "integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==", - "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "packages/ui/node_modules/vue-eslint-parser": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.0.3.tgz", - "integrity": "sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==", - "dev": true, - "dependencies": { - "debug": "^4.3.4", - "eslint-scope": "^7.1.1", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.1", - "esquery": "^1.4.0", - "lodash": "^4.17.21", - "semver": "^7.3.6" - }, - "engines": { - "node": "^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=6.0.0" - } - }, - "packages/ui/node_modules/vue-eslint-parser/node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "packages/ui/node_modules/vue-eslint-parser/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "packages/ui/node_modules/w3c-xmlserializer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz", - "integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==", - "dev": true, - "dependencies": { - "xml-name-validator": "^4.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/webidl-conversions": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", - "dev": true, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", - "dev": true, - "peer": true, - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.10.0", - "es-module-lexer": "^0.9.0", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.4.0", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "packages/ui/node_modules/webpack/node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", - "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - }, - "packages/ui/node_modules/webpack/node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", - "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" - } - }, - "packages/ui/node_modules/webpack/node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", - "dev": true, - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - }, - "packages/ui/node_modules/webpack/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true, - "peer": true - }, - "packages/ui/node_modules/webpack/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, - "peer": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "packages/ui/node_modules/webpack/node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true, - "peer": true, - "engines": { - "node": ">=6.11.5" - } - }, - "packages/ui/node_modules/webpack/node_modules/serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", - "dev": true, - "peer": true, - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "packages/ui/node_modules/webpack/node_modules/terser": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz", - "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==", - "dev": true, - "peer": true, - "dependencies": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "packages/ui/node_modules/webpack/node_modules/terser-webpack-plugin": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.5.tgz", - "integrity": "sha512-AOEDLDxD2zylUGf/wxHxklEkOe2/r+seuyOWujejFrIxHf11brA1/dWQNIgXa1c6/Wkxgu7zvv0JhOWfc2ELEA==", - "dev": true, - "peer": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.14", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "terser": "^5.14.1" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "packages/ui/node_modules/webpack/node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10.13.0" - } - }, - "packages/ui/node_modules/whatwg-encoding": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", - "dev": true, - "dependencies": { - "iconv-lite": "0.6.3" - }, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/whatwg-mimetype": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", - "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", - "dev": true, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/whatwg-url": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz", - "integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==", - "dev": true, - "dependencies": { - "tr46": "^3.0.0", - "webidl-conversions": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/xml-name-validator": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", - "dev": true, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "packages/ui/node_modules/yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "engines": { - "node": ">=12" - } - }, - "packages/ui/node_modules/yargs/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "packages/ui/stub/types__react": { - "name": "@types/react", - "version": "0.0.0", - "extraneous": true - }, - "stub/types__react": { - "dev": true - } - }, - "dependencies": { - "@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true - }, - "@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@babel/code-frame": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", - "requires": { - "@babel/highlight": "^7.18.6" - } - }, - "@babel/compat-data": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz", - "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==", - "dev": true - }, - "@babel/core": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", - "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", - "dev": true, - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.10", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.10", - "@babel/types": "^7.17.10", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/eslint-parser": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz", - "integrity": "sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==", - "dev": true, - "requires": { - "eslint-scope": "^5.1.1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/generator": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", - "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", - "dev": true, - "requires": { - "@babel/types": "^7.18.13", - "@jridgewell/gen-mapping": "^0.3.2", - "jsesc": "^2.5.1" - }, - "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - } - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", - "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", - "dev": true, - "requires": { - "@babel/helper-explode-assignable-expression": "^7.18.6", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", - "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz", - "integrity": "sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", - "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.1.0" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz", - "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", - "dev": true - }, - "@babel/helper-explode-assignable-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", - "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz", - "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", - "dev": true, - "requires": { - "@babel/template": "^7.18.6", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", - "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", - "dev": true, - "requires": { - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-module-transforms": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz", - "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.18.6", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", - "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", - "dev": true - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-replace-supers": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz", - "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-simple-access": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", - "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz", - "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==", - "dev": true, - "requires": { - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-string-parser": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", - "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", - "dev": true - }, - "@babel/helper-validator-identifier": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", - "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==" - }, - "@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", - "dev": true - }, - "@babel/helper-wrap-function": { - "version": "7.18.11", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.11.tgz", - "integrity": "sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==", - "dev": true, - "requires": { - "@babel/helper-function-name": "^7.18.9", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.18.11", - "@babel/types": "^7.18.10" - } - }, - "@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", - "dev": true, - "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" - } - }, - "@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@babel/parser": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz", - "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==", - "dev": true - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", - "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-proposal-optional-chaining": "^7.18.9" - } - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz", - "integrity": "sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-class-static-block": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", - "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-proposal-decorators": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.17.12.tgz", - "integrity": "sha512-gL0qSSeIk/VRfTDgtQg/EtejENssN/r3p5gJsPie1UacwiHibprpr19Z0pcK3XKuqQvjGVxsQ37Tl1MGfXzonA==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.17.12", - "@babel/helper-plugin-utils": "^7.17.12", - "@babel/helper-replace-supers": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/plugin-syntax-decorators": "^7.17.12", - "charcodes": "^0.2.0" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.17.12.tgz", - "integrity": "sha512-LpsTRw725eBAXXKUOnJJct+SEaOzwR78zahcLuripD2+dKc2Sj+8Q2DzA+GC/jOpOu/KlDXuxrzG214o1zTauQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.17.12", - "@babel/plugin-syntax-export-default-from": "^7.16.7" - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", - "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz", - "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.18.8" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", - "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", - "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-decorators": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.17.12.tgz", - "integrity": "sha512-D1Hz0qtGTza8K2xGyEdVNCYLdVHukAcbQr4K3/s6r/esadyEriZovpJimQOpu8ju4/jV8dW/1xdaE0UpDroidw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.17.12" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-default-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz", - "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz", - "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", - "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.17.12.tgz", - "integrity": "sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.17.12" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-typescript": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.10.tgz", - "integrity": "sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", - "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", - "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", - "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz", - "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz", - "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", - "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz", - "integrity": "sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", - "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz", - "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-flow": "^7.16.7" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", - "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", - "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", - "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz", - "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-validator-identifier": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", - "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz", - "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.12.tgz", - "integrity": "sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.17.12", - "@babel/plugin-syntax-jsx": "^7.17.12", - "@babel/types": "^7.17.12" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.17.12.tgz", - "integrity": "sha512-7S9G2B44EnYOx74mue02t1uD8ckWZ/ee6Uz/qfdzc35uWHX5NgRy9i+iJSb2LFRgMd+QV9zNcStQaazzzZ3n3Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.17.12" - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.0.tgz", - "integrity": "sha512-6+0IK6ouvqDn9bmEG7mEyF/pwlJXVj5lwydybpyyH3D0A7Hftk+NCTdYjnLNZksn261xaOV5ksmp20pQEmc2RQ==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-plugin-utils": "^7.17.12" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", - "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "regenerator-transform": "^0.15.0" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz", - "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-typescript": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz", - "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-typescript": "^7.16.7" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", - "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", - "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/preset-env": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.10.tgz", - "integrity": "sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.18.10", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.18.6", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.18.6", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.18.6", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.18.9", - "@babel/plugin-transform-classes": "^7.18.9", - "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.18.9", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.18.8", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.18.6", - "@babel/plugin-transform-modules-commonjs": "^7.18.6", - "@babel/plugin-transform-modules-systemjs": "^7.18.9", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.18.8", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.18.6", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.18.9", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.18.10", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.18.10", - "babel-plugin-polyfill-corejs2": "^0.3.2", - "babel-plugin-polyfill-corejs3": "^0.5.3", - "babel-plugin-polyfill-regenerator": "^0.4.0", - "core-js-compat": "^3.22.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/preset-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.16.7.tgz", - "integrity": "sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-flow-strip-types": "^7.16.7" - } - }, - "@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.17.12.tgz", - "integrity": "sha512-h5U+rwreXtZaRBEQhW1hOJLMq8XNJBQ/9oymXiCXTuT/0uOwpbT0gUt+sXeOqoXBgNuUKI7TaObVwoEyWkpFgA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.17.12", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-react-display-name": "^7.16.7", - "@babel/plugin-transform-react-jsx": "^7.17.12", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-pure-annotations": "^7.16.7" - } - }, - "@babel/preset-typescript": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz", - "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-typescript": "^7.16.7" - } - }, - "@babel/register": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz", - "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==", - "dev": true, - "requires": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.5", - "source-map-support": "^0.5.16" - }, - "dependencies": { - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "@babel/runtime": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", - "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/template": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", - "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.10", - "@babel/types": "^7.18.10" - } - }, - "@babel/traverse": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz", - "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.13", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.13", - "@babel/types": "^7.18.13", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.18.13", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz", - "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==", - "dev": true, - "requires": { - "@babel/helper-string-parser": "^7.18.10", - "@babel/helper-validator-identifier": "^7.18.6", - "to-fast-properties": "^2.0.0" - } - }, - "@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true - }, - "@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz", - "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", - "dev": true, - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - } - }, - "@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "dev": true, - "optional": true - }, - "@commitlint/config-validator": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-16.2.1.tgz", - "integrity": "sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==", - "dev": true, - "optional": true, - "requires": { - "@commitlint/types": "^16.2.1", - "ajv": "^6.12.6" - } - }, - "@commitlint/execute-rule": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz", - "integrity": "sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==", - "dev": true, - "optional": true - }, - "@commitlint/load": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-16.2.4.tgz", - "integrity": "sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==", - "dev": true, - "optional": true, - "requires": { - "@commitlint/config-validator": "^16.2.1", - "@commitlint/execute-rule": "^16.2.1", - "@commitlint/resolve-extends": "^16.2.1", - "@commitlint/types": "^16.2.1", - "@types/node": ">=12", - "chalk": "^4.0.0", - "cosmiconfig": "^7.0.0", - "cosmiconfig-typescript-loader": "^1.0.0", - "lodash": "^4.17.19", - "resolve-from": "^5.0.0", - "typescript": "^4.4.3" - } - }, - "@commitlint/resolve-extends": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz", - "integrity": "sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==", - "dev": true, - "optional": true, - "requires": { - "@commitlint/config-validator": "^16.2.1", - "@commitlint/types": "^16.2.1", - "import-fresh": "^3.0.0", - "lodash": "^4.17.19", - "resolve-from": "^5.0.0", - "resolve-global": "^1.0.0" - } - }, - "@commitlint/types": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz", - "integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==", - "dev": true, - "optional": true, - "requires": { - "chalk": "^4.0.0" - } - }, - "@cspotcode/source-map-support": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", - "requires": { - "@jridgewell/trace-mapping": "0.3.9" - }, - "dependencies": { - "@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", - "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - } - } - }, - "@csstools/normalize.css": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz", - "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==", - "dev": true - }, - "@csstools/postcss-progressive-custom-properties": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", - "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "dev": true - }, - "@eslint/eslintrc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", - "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.3.2", - "globals": "^13.15.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "globals": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", - "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "requires": { - "argparse": "^2.0.1" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } - } - }, - "@gar/promisify": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", - "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "dev": true - }, - "@google-cloud/paginator": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz", - "integrity": "sha512-jJNutk0arIQhmpUUQJPJErsojqo834KcyB6X7a1mxuic8i1tKXxde8E69IZxNZawRIlZdIK2QY4WALvlK5MzYQ==", - "requires": { - "arrify": "^2.0.0", - "extend": "^3.0.2" - } - }, - "@google-cloud/projectify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-3.0.0.tgz", - "integrity": "sha512-HRkZsNmjScY6Li8/kb70wjGlDDyLkVk3KvoEo9uIoxSjYLJasGiCch9+PqRVDOCGUFvEIqyogl+BeqILL4OJHA==" - }, - "@google-cloud/promisify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-3.0.0.tgz", - "integrity": "sha512-91ArYvRgXWb73YvEOBMmOcJc0bDRs5yiVHnqkwoG0f3nm7nZuipllz6e7BvFESBvjkDTBC0zMD8QxedUwNLc1A==" - }, - "@google-cloud/storage": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.4.1.tgz", - "integrity": "sha512-lAddmRJ8tvxPykUqJfONBQA5XGwGk0vut1POXublc64+nCdB5aQMxwuBMf7J1zubx19QGpYPQwW6wR7YTWrvLw==", - "requires": { - "@google-cloud/paginator": "^3.0.7", - "@google-cloud/projectify": "^3.0.0", - "@google-cloud/promisify": "^3.0.0", - "abort-controller": "^3.0.0", - "arrify": "^2.0.0", - "async-retry": "^1.3.3", - "compressible": "^2.0.12", - "duplexify": "^4.0.0", - "ent": "^2.2.0", - "extend": "^3.0.2", - "gaxios": "^5.0.0", - "google-auth-library": "^8.0.1", - "mime": "^3.0.0", - "mime-types": "^2.0.8", - "p-limit": "^3.0.1", - "retry-request": "^5.0.0", - "teeny-request": "^8.0.0", - "uuid": "^8.0.0" - } - }, - "@graphql-tools/graphql-file-loader": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.2.tgz", - "integrity": "sha512-4M5c5SRnxTURNwfq46dlEspWGk+nQpO2nF/p9kxaPiXG0iMAQ8suOd3jQk99LEefQpVhFNb5FumyvUnyW0BogA==", - "requires": { - "@graphql-tools/import": "6.7.3", - "@graphql-tools/utils": "8.10.0", - "globby": "^11.0.3", - "tslib": "^2.4.0", - "unixify": "^1.0.0" - } - }, - "@graphql-tools/import": { - "version": "6.7.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.3.tgz", - "integrity": "sha512-7D/nDfwAj1TEkF+vAxm+hxgYNQW3h1kDz8JnYmvvY1Yv7OxZQQHDNd4tVg3BYVtW2kjsz3nzip46Z8ZQ9L7gHg==", - "requires": { - "@graphql-tools/utils": "8.10.0", - "resolve-from": "5.0.0", - "tslib": "^2.4.0" - } - }, - "@graphql-tools/load": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.7.4.tgz", - "integrity": "sha512-2VtVWeMNizNTTc8Dv/hs0lrvGHaLko8jpBoP9TewFdBz6pAXPsLHYnNAhEfBYJd+Vk5GZbnWTfVColxhnF8NEQ==", - "requires": { - "@graphql-tools/schema": "9.0.1", - "@graphql-tools/utils": "8.10.0", - "p-limit": "3.1.0", - "tslib": "^2.4.0" - } - }, - "@graphql-tools/merge": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.3.tgz", - "integrity": "sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==", - "requires": { - "@graphql-tools/utils": "8.10.0", - "tslib": "^2.4.0" - } - }, - "@graphql-tools/schema": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.1.tgz", - "integrity": "sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==", - "requires": { - "@graphql-tools/merge": "8.3.3", - "@graphql-tools/utils": "8.10.0", - "tslib": "^2.4.0", - "value-or-promise": "1.0.11" - } - }, - "@graphql-tools/utils": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.10.0.tgz", - "integrity": "sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==", - "requires": { - "tslib": "^2.4.0" - } - }, - "@humanwhocodes/config-array": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", - "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", - "dev": true, - "requires": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - } - }, - "@humanwhocodes/gitignore-to-minimatch": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", - "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", - "dev": true - }, - "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true - }, - "@hutson/parse-repository-url": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz", - "integrity": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==", - "dev": true - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - } - } - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true - }, - "@jest/console": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", - "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0" - } - }, - "@jest/core": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", - "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", - "dev": true, - "peer": true, - "requires": { - "@jest/console": "^27.5.1", - "@jest/reporters": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.8.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^27.5.1", - "jest-config": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-resolve-dependencies": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "jest-watcher": "^27.5.1", - "micromatch": "^4.0.4", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - } - } - }, - "@jest/environment": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", - "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", - "dev": true, - "peer": true, - "requires": { - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1" - } - }, - "@jest/expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==", - "dev": true, - "requires": { - "expect": "^28.1.3", - "jest-snapshot": "^28.1.3" - }, - "dependencies": { - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", - "dev": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - }, - "diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", - "dev": true - }, - "expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", - "dev": true, - "requires": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "dev": true - }, - "jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" - } - }, - "jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - } - }, - "jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", - "dev": true - }, - "jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" - } - }, - "jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - } - }, - "jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - } - }, - "react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", - "dev": true - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - } - } - }, - "@jest/expect-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.3.tgz", - "integrity": "sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA==", - "requires": { - "jest-get-type": "^28.0.2" - }, - "dependencies": { - "jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==" - } - } - }, - "@jest/fake-timers": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", - "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@sinonjs/fake-timers": "^8.0.1", - "@types/node": "*", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" - } - }, - "@jest/globals": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", - "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", - "dev": true, - "peer": true, - "requires": { - "@jest/environment": "^27.5.1", - "@jest/types": "^27.5.1", - "expect": "^27.5.1" - } - }, - "@jest/reporters": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", - "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", - "dev": true, - "peer": true, - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-haste-map": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^8.1.0" - }, - "dependencies": { - "@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - } - } - }, - "@jest/schemas": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", - "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", - "requires": { - "@sinclair/typebox": "^0.24.1" - } - }, - "@jest/source-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", - "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", - "dev": true, - "peer": true, - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9", - "source-map": "^0.6.0" - } - }, - "@jest/test-result": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", - "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", - "dev": true, - "peer": true, - "requires": { - "@jest/console": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", - "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", - "dev": true, - "peer": true, - "requires": { - "@jest/test-result": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-runtime": "^27.5.1" - }, - "dependencies": { - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - } - } - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz", - "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==", - "dev": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dev": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "dev": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - } - } - } - }, - "@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "dev": true, - "peer": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - } - }, - "@joshwooding/vite-plugin-react-docgen-typescript": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@joshwooding/vite-plugin-react-docgen-typescript/-/vite-plugin-react-docgen-typescript-0.0.4.tgz", - "integrity": "sha512-ezL7SU//1OV4Oyt/zQ3CsX8uLujVEYUHuULkqgcW6wOuQfRnvgkn99HZtLWwS257GmZVwszGQzhL7VE3PbMAYw==", - "dev": true, - "requires": { - "glob": "^7.2.0", - "glob-promise": "^4.2.0", - "magic-string": "^0.26.1", - "react-docgen-typescript": "^2.1.1" - }, - "dependencies": { - "glob-promise": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-4.2.2.tgz", - "integrity": "sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==", - "dev": true, - "requires": { - "@types/glob": "^7.1.3" - } - }, - "magic-string": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", - "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", - "dev": true, - "requires": { - "sourcemap-codec": "^1.4.8" - } - } - } - }, - "@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz", - "integrity": "sha512-R7xHtBSNm+9SyvpJkdQl+qrM3Hm2fea3Ef197M3mUug+v+yR+Rhfbs7PBtcBUVnIWJ4JcAdjvij+c8hXS9p5aw==" - }, - "@jridgewell/set-array": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.0.tgz", - "integrity": "sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==", - "dev": true - }, - "@jridgewell/source-map": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", - "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", - "dev": true, - "peer": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "peer": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - } - } - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.12.tgz", - "integrity": "sha512-az/NhpIwP3K33ILr0T2bso+k2E/SLf8Yidd8mHl0n6sCQ4YdyC8qDhZA6kOPDNDBA56ZnIjngVl0U3jREA0BUA==" - }, - "@jridgewell/trace-mapping": { - "version": "0.3.15", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", - "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@juggle/resize-observer": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz", - "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==", - "dev": true - }, - "@mapbox/geojson-area": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz", - "integrity": "sha1-GNeBSqNr8j+7zDefjiaiKSfevxA=", - "requires": { - "wgs84": "0.0.0" - } - }, - "@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", - "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", - "dev": true, - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } - } - }, - "@mdx-js/preact": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@mdx-js/preact/-/preact-2.1.3.tgz", - "integrity": "sha512-3t+R5AUiT9/14kycl7/5ORpPUsidxFWPi7+ipe2z0ZeC5hnAqQnhy1TQ9sqvyK03eDDB2TlXw4xE6i/hRA8OdA==", - "dev": true, - "requires": { - "@types/mdx": "^2.0.0" - } - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", - "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", - "dev": true - }, - "@microsoft/tsdoc": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.14.1.tgz", - "integrity": "sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==", - "dev": true - }, - "@microsoft/tsdoc-config": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/@microsoft/tsdoc-config/-/tsdoc-config-0.16.1.tgz", - "integrity": "sha512-2RqkwiD4uN6MLnHFljqBlZIXlt/SaUT6cuogU1w2ARw4nKuuppSmR0+s+NC+7kXBQykd9zzu0P4HtBpZT5zBpQ==", - "dev": true, - "requires": { - "@microsoft/tsdoc": "0.14.1", - "ajv": "~6.12.6", - "jju": "~1.4.0", - "resolve": "~1.19.0" - }, - "dependencies": { - "resolve": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", - "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", - "dev": true, - "requires": { - "is-core-module": "^2.1.0", - "path-parse": "^1.0.6" - } - } - } - }, - "@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", - "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", - "dev": true, - "requires": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "dependencies": { - "glob-to-regexp": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", - "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==", - "dev": true - } - } - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@npmcli/fs": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.0.tgz", - "integrity": "sha512-DmfBvNXGaetMxj9LTp8NAN9vEidXURrf5ZTslQzEAi/6GbW+4yjaLFQc6Tue5cpZ9Frlk4OBo/Snf1Bh/S7qTQ==", - "dev": true, - "requires": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - } - }, - "@npmcli/git": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.1.tgz", - "integrity": "sha512-UU85F/T+F1oVn3IsB/L6k9zXIMpXBuUBE25QDH0SsURwT6IOBqkC7M16uqo2vVZIyji3X1K4XH9luip7YekH1A==", - "dev": true, - "requires": { - "@npmcli/promise-spawn": "^3.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^7.0.0", - "proc-log": "^2.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" - }, - "dependencies": { - "lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", - "dev": true - } - } - }, - "@npmcli/installed-package-contents": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz", - "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==", - "dev": true, - "requires": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "@npmcli/move-file": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz", - "integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==", - "dev": true, - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - } - }, - "@npmcli/node-gyp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-2.0.0.tgz", - "integrity": "sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A==", - "dev": true - }, - "@npmcli/promise-spawn": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz", - "integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==", - "dev": true, - "requires": { - "infer-owner": "^1.0.4" - } - }, - "@npmcli/run-script": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz", - "integrity": "sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg==", - "dev": true, - "requires": { - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3", - "which": "^2.0.2" - } - }, - "@octokit/auth-token": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz", - "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", - "dev": true, - "requires": { - "@octokit/types": "^6.0.3" - } - }, - "@octokit/core": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", - "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", - "dev": true, - "requires": { - "@octokit/auth-token": "^2.4.4", - "@octokit/graphql": "^4.5.8", - "@octokit/request": "^5.6.3", - "@octokit/request-error": "^2.0.5", - "@octokit/types": "^6.0.3", - "before-after-hook": "^2.2.0", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/endpoint": { - "version": "6.0.12", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz", - "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", - "dev": true, - "requires": { - "@octokit/types": "^6.0.3", - "is-plain-object": "^5.0.0", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/graphql": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", - "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", - "dev": true, - "requires": { - "@octokit/request": "^5.6.0", - "@octokit/types": "^6.0.3", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/openapi-types": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.2.0.tgz", - "integrity": "sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==", - "dev": true - }, - "@octokit/plugin-paginate-rest": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz", - "integrity": "sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==", - "dev": true, - "requires": { - "@octokit/types": "^6.34.0" - } - }, - "@octokit/plugin-request-log": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz", - "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", - "dev": true, - "requires": {} - }, - "@octokit/plugin-rest-endpoint-methods": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz", - "integrity": "sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==", - "dev": true, - "requires": { - "@octokit/types": "^6.34.0", - "deprecation": "^2.3.1" - } - }, - "@octokit/request": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz", - "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==", - "dev": true, - "requires": { - "@octokit/endpoint": "^6.0.1", - "@octokit/request-error": "^2.1.0", - "@octokit/types": "^6.16.1", - "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.7", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/request-error": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", - "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", - "dev": true, - "requires": { - "@octokit/types": "^6.0.3", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "@octokit/rest": { - "version": "18.12.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz", - "integrity": "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==", - "dev": true, - "requires": { - "@octokit/core": "^3.5.1", - "@octokit/plugin-paginate-rest": "^2.16.8", - "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "^5.12.0" - } - }, - "@octokit/types": { - "version": "6.34.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.34.0.tgz", - "integrity": "sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==", - "dev": true, - "requires": { - "@octokit/openapi-types": "^11.2.0" - } - }, - "@pnpm/network.ca-file": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.1.tgz", - "integrity": "sha512-gkINruT2KUhZLTaiHxwCOh1O4NVnFT0wLjWFBHmTz9vpKag/C/noIMJXBxFe4F0mYpUVX2puLwAieLYFg2NvoA==", - "dev": true, - "requires": { - "graceful-fs": "4.2.10" - } - }, - "@pnpm/npm-conf": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-1.0.5.tgz", - "integrity": "sha512-hD8ml183638O3R6/Txrh0L8VzGOrFXgRtRDG4qQC4tONdZ5Z1M+tlUUDUvrjYdmK6G+JTBTeaCLMna11cXzi8A==", - "dev": true, - "requires": { - "@pnpm/network.ca-file": "^1.0.1", - "config-chain": "^1.1.11" - } - }, - "@rollup/plugin-inject": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-4.0.4.tgz", - "integrity": "sha512-4pbcU4J/nS+zuHk+c+OL3WtmEQhqxlZ9uqfjQMQDOHOPld7PsCd8k5LWs8h5wjwJN7MgnAn768F2sDxEP4eNFQ==", - "dev": true, - "requires": { - "@rollup/pluginutils": "^3.1.0", - "estree-walker": "^2.0.1", - "magic-string": "^0.25.7" - } - }, - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", - "dev": true, - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", - "dev": true - } - } - }, - "@selderee/plugin-htmlparser2": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.6.0.tgz", - "integrity": "sha512-J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==", - "requires": { - "domhandler": "^4.2.0", - "selderee": "^0.6.0" - } - }, - "@semantic-release/commit-analyzer": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", - "integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", - "dev": true, - "requires": { - "conventional-changelog-angular": "^5.0.0", - "conventional-commits-filter": "^2.0.0", - "conventional-commits-parser": "^3.2.3", - "debug": "^4.0.0", - "import-from": "^4.0.0", - "lodash": "^4.17.4", - "micromatch": "^4.0.2" - } - }, - "@semantic-release/error": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz", - "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==", - "dev": true - }, - "@semantic-release/github": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.0.4.tgz", - "integrity": "sha512-But4e8oqqP3anZI5tjzZssZc2J6eoUdeeE0s7LVKKwyiAXJiQDWNNvtPOpgG2DsIz4+Exuse7cEQgjGMxwtLmg==", - "dev": true, - "requires": { - "@octokit/rest": "^18.0.0", - "@semantic-release/error": "^2.2.0", - "aggregate-error": "^3.0.0", - "bottleneck": "^2.18.1", - "debug": "^4.0.0", - "dir-glob": "^3.0.0", - "fs-extra": "^10.0.0", - "globby": "^11.0.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "issue-parser": "^6.0.0", - "lodash": "^4.17.4", - "mime": "^3.0.0", - "p-filter": "^2.0.0", - "p-retry": "^4.0.0", - "url-join": "^4.0.0" - }, - "dependencies": { - "@semantic-release/error": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz", - "integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==", - "dev": true - } - } - }, - "@semantic-release/npm": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.1.tgz", - "integrity": "sha512-I5nVZklxBzfMFwemhRNbSrkiN/dsH3c7K9+KSk6jUnq0rdLFUuJt7EBsysq4Ir3moajQgFkfEryEHPqiKJj20g==", - "dev": true, - "requires": { - "@semantic-release/error": "^3.0.0", - "aggregate-error": "^3.0.0", - "execa": "^5.0.0", - "fs-extra": "^10.0.0", - "lodash": "^4.17.15", - "nerf-dart": "^1.0.0", - "normalize-url": "^6.0.0", - "npm": "^8.3.0", - "rc": "^1.2.8", - "read-pkg": "^5.0.0", - "registry-auth-token": "^4.0.0", - "semver": "^7.1.2", - "tempy": "^1.0.0" - } - }, - "@semantic-release/release-notes-generator": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz", - "integrity": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==", - "dev": true, - "requires": { - "conventional-changelog-angular": "^5.0.0", - "conventional-changelog-writer": "^5.0.0", - "conventional-commits-filter": "^2.0.0", - "conventional-commits-parser": "^3.2.3", - "debug": "^4.0.0", - "get-stream": "^6.0.0", - "import-from": "^4.0.0", - "into-stream": "^6.0.0", - "lodash": "^4.17.4", - "read-pkg-up": "^7.0.0" - } - }, - "@sentry/browser": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.11.1.tgz", - "integrity": "sha512-k2XHuzPfnm8VJPK5eWd1+Y5VCgN42sLveb8Qxc3prb5PSL416NWMLZaoB7RMIhy430fKrSFiosnm6QDk2M6pbA==", - "dev": true, - "requires": { - "@sentry/core": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - } - } - }, - "@sentry/core": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.11.1.tgz", - "integrity": "sha512-kaDSZ6VNuO4ZZdqUOOX6XM6x+kjo2bMnDQ3IJG51FPvVjr8lXYhXj1Ccxcot3pBYAIWPPby2+vNDOXllmXqoBA==", - "requires": { - "@sentry/hub": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } - } - }, - "@sentry/hub": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.11.1.tgz", - "integrity": "sha512-M6ClgdXdptS0lUBKB5KpXXe2qMQhsoiEN2pEGRI6+auqhfHCUQB1ZXsfjiOYexKC9fwx7TyFyZ9Jcaf2DTxEhw==", - "requires": { - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } - } - }, - "@sentry/node": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.11.1.tgz", - "integrity": "sha512-EAAHou/eHSzwRK0Z5qnQiwXNbkpnjWjloaG979gftA+MS/kM0AxQHdOrSJQbOEaqRf3F7/eC4Hj+1tfglAuaLQ==", - "requires": { - "@sentry/core": "7.11.1", - "@sentry/hub": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "cookie": "^0.4.1", - "https-proxy-agent": "^5.0.0", - "lru_map": "^0.3.3", - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } - } - }, - "@sentry/tracing": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.11.1.tgz", - "integrity": "sha512-ilgnHfpdYUWKG/5yAXIfIbPVsCfrC4ONFBR/wN25/hdAyVfXMa3AJx7NCCXxZBOPDWH3hMW8rl4La5yuDbXofg==", - "dev": true, - "requires": { - "@sentry/hub": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - } - } - }, - "@sentry/types": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.11.1.tgz", - "integrity": "sha512-gIEhOPxC2cjrxQ0+K2SFJ1P6e/an5osSxVc9OOtekN28eHtVsXFCLB8XVWeNQnS7N2VkrVrkqORMBz1kvIcvVQ==" - }, - "@sentry/utils": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.11.1.tgz", - "integrity": "sha512-tRVXNT5O9ilkV31pyHeTqA1PcPQfMV/2OR6yUYM4ah+QVISovC0f0ybhByuH5nYg6x/Gsnx1o7pc8L1GE3+O7A==", - "requires": { - "@sentry/types": "7.11.1", - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } - } - }, - "@sentry/vue": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@sentry/vue/-/vue-7.11.1.tgz", - "integrity": "sha512-4RiaMbvGITpKpnzJBixCR874HjYCmK11yt9YRt/rwXE185TKCVyq54h+57l3680WgNz4MU9oI+PF6C/1E/LfXg==", - "dev": true, - "requires": { - "@sentry/browser": "7.11.1", - "@sentry/core": "7.11.1", - "@sentry/types": "7.11.1", - "@sentry/utils": "7.11.1", - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - } - } - }, - "@sinclair/typebox": { - "version": "0.24.28", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.28.tgz", - "integrity": "sha512-dgJd3HLOkLmz4Bw50eZx/zJwtBq65nms3N9VBYu5LTjJ883oBFkTyXRlCB/ZGGwqYpJJHA5zW2Ibhl5ngITfow==" - }, - "@sindresorhus/is": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz", - "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==", - "dev": true - }, - "@sindresorhus/slugify": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz", - "integrity": "sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==", - "requires": { - "@sindresorhus/transliterate": "^0.1.1", - "escape-string-regexp": "^4.0.0" - } - }, - "@sindresorhus/transliterate": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-0.1.2.tgz", - "integrity": "sha512-5/kmIOY9FF32nicXH+5yLNTX4NJ4atl7jRgqAJuIn/iyDFXBktOKDxCvyGE/EzmF4ngSUvjXxQUQlQiZ5lfw+w==", - "requires": { - "escape-string-regexp": "^2.0.0", - "lodash.deburr": "^4.1.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" - } - } - }, - "@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", - "dev": true, - "requires": { - "type-detect": "4.0.8" - } - }, - "@sinonjs/fake-timers": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", - "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", - "dev": true, - "peer": true, - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "@storybook/addon-actions": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.5.10.tgz", - "integrity": "sha512-vpCnEu81fmtYzOf0QsRYoDuf9wXgVVl2VysE1dWRebRhIUDU0JurrthTnw322e38D4FzaoNGqZE7wnBYBohzZA==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "polished": "^4.2.2", - "prop-types": "^15.7.2", - "react-inspector": "^5.1.0", - "regenerator-runtime": "^0.13.7", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "uuid-browser": "^3.1.0" - }, - "dependencies": { - "@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", - "dev": true, - "requires": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "global": "^4.4.0" - } - }, - "@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", - "dev": true, - "requires": { - "core-js": "^3.8.2" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - } - } - }, - "@storybook/addon-controls": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-6.5.10.tgz", - "integrity": "sha512-lC2y3XcolmQAJwFurIyGrynAHPWmfNtTCdu3rQBTVGwyxCoNwdOOeC2jV0BRqX2+CW6OHzJr9frNWXPSaZ8c4w==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/node-logger": "6.5.10", - "@storybook/store": "6.5.10", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "lodash": "^4.17.21", - "ts-dedent": "^2.0.0" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - } - }, - "@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", - "dev": true, - "requires": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "global": "^4.4.0" - } - }, - "@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/core-common": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.10.tgz", - "integrity": "sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "handlebars": "^4.7.7", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "picomatch": "^2.3.0", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - } - }, - "@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", - "dev": true, - "requires": { - "core-js": "^3.8.2" - } - }, - "@storybook/node-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.10.tgz", - "integrity": "sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==", - "dev": true, - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^5.0.1", - "pretty-hrtime": "^1.0.3" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - }, - "@types/node": { - "version": "16.11.54", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", - "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", - "dev": true - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@storybook/addon-postcss": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@storybook/addon-postcss/-/addon-postcss-2.0.0.tgz", - "integrity": "sha512-Nt82A7e9zJH4+A+VzLKKswUfru+T6FJTakj4dccP0i8DSn7a0CkzRPrLuZBq8tg4voV6gD74bcDf3gViCVBGtA==", - "dev": true, - "requires": { - "@storybook/node-logger": "^6.1.14", - "css-loader": "^3.6.0", - "postcss": "^7.0.35", - "postcss-loader": "^4.2.0", - "style-loader": "^1.3.0" - }, - "dependencies": { - "postcss-loader": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", - "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", - "dev": true, - "requires": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - } - }, - "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "@storybook/addons": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.7.tgz", - "integrity": "sha512-tUZ2c1uegUcwY31ztNQZGU/HUwAEEGIR8fEOvvO8S0TNQGoo6cwFtZmWBh3mTSRGcmzK2SNBjFHZua5Ee9TefA==", - "dev": true, - "requires": { - "@storybook/api": "6.5.7", - "@storybook/channels": "6.5.7", - "@storybook/client-logger": "6.5.7", - "@storybook/core-events": "6.5.7", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.7", - "@storybook/theming": "6.5.7", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/api": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.7.tgz", - "integrity": "sha512-QCNypz4X+lYuFW7EzvRPXMf8uS3gfSIV8sqXtEe5XoMb0HQXhy6AGU7/4iAeuUimtETqLTxq+kOxaSg4uPowxg==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.7", - "@storybook/client-logger": "6.5.7", - "@storybook/core-events": "6.5.7", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.7", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.7", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/babel-plugin-require-context-hook": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@storybook/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.1.tgz", - "integrity": "sha512-WM4vjgSVi8epvGiYfru7BtC3f0tGwNs7QK3Uc4xQn4t5hHQvISnCqbNrHdDYmNW56Do+bBztE8SwP6NGUvd7ww==", - "dev": true - }, - "@storybook/builder-vite": { - "version": "0.1.36", - "resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.1.36.tgz", - "integrity": "sha512-08g3NfPDAlBFIR0Axo30cgT0RT7NLICel4FVJBlJZKvxwA6Go1wi3IoO93DPJsVjAAQTfxoBiQ6/gkDBlhZE5w==", - "dev": true, - "requires": { - "@joshwooding/vite-plugin-react-docgen-typescript": "0.0.4", - "@mdx-js/mdx": "^1.6.22", - "@storybook/csf-tools": "^6.4.3", - "@storybook/source-loader": "^6.4.3", - "@vitejs/plugin-react": "^1.0.8", - "ast-types": "^0.14.2", - "es-module-lexer": "^0.9.3", - "glob": "^7.2.0", - "glob-promise": "^4.2.0", - "magic-string": "^0.26.1", - "react-docgen": "^6.0.0-alpha.0", - "slash": "^3.0.0", - "sveltedoc-parser": "^4.2.1", - "vite-plugin-mdx": "^3.5.6" - }, - "dependencies": { - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dev": true, - "requires": { - "tslib": "^2.0.1" - } - }, - "glob-promise": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-4.2.2.tgz", - "integrity": "sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==", - "dev": true, - "requires": { - "@types/glob": "^7.1.3" - } - }, - "magic-string": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", - "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", - "dev": true, - "requires": { - "sourcemap-codec": "^1.4.8" - } - } - } - }, - "@storybook/channels": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.7.tgz", - "integrity": "sha512-v880fWBpWgiWrDmZesTIstNfMZhrPfgXAtLNcL5Z89NAPahsHskOSszc0BDxKN3gb+ZeTKUqHxY57dQdp+1rhg==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-logger": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.7.tgz", - "integrity": "sha512-ycDy1kXeXRg3djSTXRGMVxc0kvaWw/UhHDs2VGFmOPScsoeWpdbePHXJMFbsqippxuexpsofqTryBwH2b6BPhw==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "global": "^4.4.0" - } - }, - "@storybook/core-common": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.7.tgz", - "integrity": "sha512-/b1oQlmhek8tKDu9ky2O1oEk9g2giAPpl192yRz4lIxap5CFJ7RCfgbkq+F3JBXnH2P84BufC0x3dj4jvBhxCw==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.7", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "handlebars": "^4.7.7", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "picomatch": "^2.3.0", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dev": true, - "peer": true, - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - } - }, - "@types/node": { - "version": "16.11.36", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz", - "integrity": "sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==", - "dev": true, - "peer": true - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", - "dev": true, - "peer": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "peer": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "peer": true - } - } - }, - "@storybook/core-events": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.7.tgz", - "integrity": "sha512-epqYy67Ypry5QdCt7FpN57/X9uuS7R2+DLFORZIpL/SJG1dIdN4POQ1icWOhPzHl+eiSgaV7e2oPaUsN+LPhJQ==", - "dev": true, - "requires": { - "core-js": "^3.8.2" - } - }, - "@storybook/csf": { - "version": "0.0.2--canary.4566f4d.1", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.2--canary.4566f4d.1.tgz", - "integrity": "sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==", - "dev": true, - "requires": { - "lodash": "^4.17.15" - } - }, - "@storybook/csf-tools": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.7.tgz", - "integrity": "sha512-/vBaknzD8c7H/Zsz0gwhmlNlMwe5slZwXadi6rAQXDkKLzaR1kmz4cQFs8yDR1wWpXaGjNvQxOUAGYjFoGQxzA==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/plugin-transform-react-jsx": "^7.12.12", - "@babel/preset-env": "^7.12.11", - "@babel/traverse": "^7.12.11", - "@babel/types": "^7.12.11", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/mdx1-csf": "^0.0.1", - "core-js": "^3.8.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - }, - "dependencies": { - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - } - } - }, - "@storybook/docs-tools": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-6.5.10.tgz", - "integrity": "sha512-/bvYgOO+CxMEcHifkjJg0A60OTGOhcjGxnsB1h0gJuxMrqA/7Qwc108bFmPiX0eiD1BovFkZLJV4O6OY7zP5Vw==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "core-js": "^3.8.2", - "doctrine": "^3.0.0", - "lodash": "^4.17.21", - "regenerator-runtime": "^0.13.7" - }, - "dependencies": { - "@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", - "dev": true, - "requires": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "global": "^4.4.0" - } - }, - "@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", - "dev": true, - "requires": { - "core-js": "^3.8.2" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - } - } - }, - "@storybook/mdx1-csf": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.1.tgz", - "integrity": "sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==", - "dev": true, - "requires": { - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/preset-env": "^7.12.11", - "@babel/types": "^7.12.11", - "@mdx-js/mdx": "^1.6.22", - "@types/lodash": "^4.14.167", - "js-string-escape": "^1.0.1", - "loader-utils": "^2.0.0", - "lodash": "^4.17.21", - "prettier": ">=2.2.1 <=2.3.0", - "ts-dedent": "^2.0.0" - }, - "dependencies": { - "prettier": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", - "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==", - "dev": true - } - } - }, - "@storybook/node-logger": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.7.tgz", - "integrity": "sha512-OrHu5p2E5i7P2v2hQAOtZw6Od1e2nrP6L7w5SxUPgccUnKUD9dRX5Y8qbAcPZO3XCkMLjpjAbC1xBXG0eFkn9g==", - "dev": true, - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^5.0.1", - "pretty-hrtime": "^1.0.3" - } - }, - "@storybook/router": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.7.tgz", - "integrity": "sha512-edWEdAb8O0rSgdXoBZDDuNlQg2cOmC/nJ6gXj9zBotzmXqsbxWyjKGooG1dU6dnKshUqE1RmWF7/N1WMluLf0A==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.7", - "core-js": "^3.8.2", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/semver": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@storybook/semver/-/semver-7.3.2.tgz", - "integrity": "sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg==", - "dev": true, - "requires": { - "core-js": "^3.6.5", - "find-up": "^4.1.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - } - } - }, - "@storybook/source-loader": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/source-loader/-/source-loader-6.5.7.tgz", - "integrity": "sha512-nj24TSGdF9J1gD5Fj9Z2hPRAQwqBJoBKD/fmTSFZop0qaJOOyeuxZR5022dQh8UWWoBa3WOQADMTNi5RqQZkiA==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.7", - "@storybook/client-logger": "6.5.7", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "estraverse": "^5.2.0", - "global": "^4.4.0", - "loader-utils": "^2.0.0", - "lodash": "^4.17.21", - "prettier": ">=2.2.1 <=2.3.0", - "regenerator-runtime": "^0.13.7" - }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - }, - "prettier": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", - "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==", - "dev": true - } - } - }, - "@storybook/theming": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.7.tgz", - "integrity": "sha512-6zp1V84DSBcS8BtFOCJlF2/nIonjQmr+dILPxaM3lCm/X003i2jAQrBKTfPlmzCeDn07PBhzHaRJ3wJskfmeNw==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.7", - "core-js": "^3.8.2", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/vue3": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/vue3/-/vue3-6.5.10.tgz", - "integrity": "sha512-pIPiEeKrBLlJkkruzcLCmz1Mbku9wFEsNMlQaw0gPB/GuhZOf2xcoWxogfC2Yw2raUHZMQ5jO2rXAimtbrzq5g==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/core": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/docs-tools": "6.5.10", - "@storybook/store": "6.5.10", - "@types/node": "^14.14.20 || ^16.0.0", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "react": "16.14.0", - "react-dom": "16.14.0", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "ts-loader": "^8.0.14", - "vue-docgen-api": "^4.44.15", - "vue-docgen-loader": "^1.5.0", - "vue-loader": "^16.4.1", - "webpack": ">=4.0.0 <6.0.0" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - } - }, - "@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", - "dev": true, - "requires": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - }, - "dependencies": { - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - } - } - }, - "@storybook/channel-postmessage": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.5.10.tgz", - "integrity": "sha512-t9PTA0UzFvYa3IlOfpBOolfrRMPTjUMIeCQ6FNyM0aj5GqLKSvoQzP8NeoRpIrvyf6ljFKKdaMaZ3fiCvh45ag==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "core-js": "^3.8.2", - "global": "^4.4.0", - "qs": "^6.10.0", - "telejson": "^6.0.8" - } - }, - "@storybook/channel-websocket": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-websocket/-/channel-websocket-6.5.10.tgz", - "integrity": "sha512-RTXMZbMWCS3xU+4GVIdfnUXsKcwg/WTozy88/5OxaKjGw6KgRedqLAQJKJ6Y5XlnwIcWelirkHj/COwTTXhbPg==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "global": "^4.4.0", - "telejson": "^6.0.8" - } - }, - "@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "global": "^4.4.0" - } - }, - "@storybook/core": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-6.5.10.tgz", - "integrity": "sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==", - "dev": true, - "requires": { - "@storybook/core-client": "6.5.10", - "@storybook/core-server": "6.5.10" - }, - "dependencies": { - "@storybook/core-client": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-6.5.10.tgz", - "integrity": "sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channel-websocket": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/preview-web": "6.5.10", - "@storybook/store": "6.5.10", - "@storybook/ui": "6.5.10", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/client-api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.10.tgz", - "integrity": "sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/preview-web": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.10.tgz", - "integrity": "sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - }, - "dependencies": { - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - } - } - } - } - }, - "@storybook/core-server": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-6.5.10.tgz", - "integrity": "sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==", - "dev": true, - "requires": { - "@discoveryjs/json-ext": "^0.5.3", - "@storybook/builder-webpack4": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/csf-tools": "6.5.10", - "@storybook/manager-webpack4": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/telemetry": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/node-fetch": "^2.5.7", - "@types/pretty-hrtime": "^1.0.0", - "@types/webpack": "^4.41.26", - "better-opn": "^2.1.1", - "boxen": "^5.1.2", - "chalk": "^4.1.0", - "cli-table3": "^0.6.1", - "commander": "^6.2.1", - "compression": "^1.7.4", - "core-js": "^3.8.2", - "cpy": "^8.1.2", - "detect-port": "^1.3.0", - "express": "^4.17.1", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "globby": "^11.0.2", - "ip": "^2.0.0", - "lodash": "^4.17.21", - "node-fetch": "^2.6.7", - "open": "^8.4.0", - "pretty-hrtime": "^1.0.3", - "prompts": "^2.4.0", - "regenerator-runtime": "^0.13.7", - "serve-favicon": "^2.5.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "watchpack": "^2.2.0", - "webpack": "4", - "ws": "^8.2.3", - "x-default-browser": "^0.4.0" - }, - "dependencies": { - "@storybook/builder-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack4/-/builder-webpack4-6.5.10.tgz", - "integrity": "sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/preview-web": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "autoprefixer": "^9.8.6", - "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^4.1.6", - "glob": "^7.1.6", - "glob-promise": "^3.4.0", - "global": "^4.4.0", - "html-webpack-plugin": "^4.0.0", - "pnp-webpack-plugin": "1.6.4", - "postcss": "^7.0.36", - "postcss-flexbugs-fixes": "^4.2.1", - "postcss-loader": "^4.2.0", - "raw-loader": "^4.0.2", - "stable": "^0.1.8", - "style-loader": "^1.3.0", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-filter-warnings-plugin": "^1.2.1", - "webpack-hot-middleware": "^2.25.1", - "webpack-virtual-modules": "^0.2.2" - }, - "dependencies": { - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.10.tgz", - "integrity": "sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/preview-web": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.10.tgz", - "integrity": "sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - } - } - } - }, - "@storybook/manager-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.10.tgz", - "integrity": "sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fs-extra": "^9.0.1", - "html-webpack-plugin": "^4.0.0", - "node-fetch": "^2.6.7", - "pnp-webpack-plugin": "1.6.4", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "style-loader": "^1.3.0", - "telejson": "^6.0.8", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-virtual-modules": "^0.2.2" - }, - "dependencies": { - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - }, - "dependencies": { - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - } - } - } - } - } - } - }, - "fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", - "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "@storybook/core-common": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.10.tgz", - "integrity": "sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "handlebars": "^4.7.7", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "picomatch": "^2.3.0", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - } - }, - "@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", - "dev": true, - "requires": { - "core-js": "^3.8.2" - } - }, - "@storybook/csf-tools": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.10.tgz", - "integrity": "sha512-H77kZQEisu7+skzeIbNZwmE09OqLjwJTeFhLN1pcjxKVa30LEI3pBHcNBxVKqgxl+Yg3KkB7W/ArLO2N+i2ohw==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/plugin-transform-react-jsx": "^7.12.12", - "@babel/preset-env": "^7.12.11", - "@babel/traverse": "^7.12.11", - "@babel/types": "^7.12.11", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/mdx1-csf": "^0.0.1", - "core-js": "^3.8.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - } - }, - "@storybook/node-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.10.tgz", - "integrity": "sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==", - "dev": true, - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^5.0.1", - "pretty-hrtime": "^1.0.3" - } - }, - "@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/telemetry": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/telemetry/-/telemetry-6.5.10.tgz", - "integrity": "sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/core-common": "6.5.10", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "detect-package-manager": "^2.0.1", - "fetch-retry": "^5.0.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "isomorphic-unfetch": "^3.1.0", - "nanoid": "^3.3.1", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7" - } - }, - "@types/html-minifier-terser": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", - "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", - "dev": true - }, - "@types/node": { - "version": "16.11.36", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz", - "integrity": "sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==", - "dev": true - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" - } - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - } - }, - "clean-css": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", - "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", - "dev": true, - "requires": { - "source-map": "~0.6.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "hash-sum": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz", - "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", - "dev": true - }, - "html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", - "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", - "dev": true, - "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": { - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true - } - } - }, - "html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", - "dev": true, - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - } - } - } - }, - "ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "dev": true - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4" - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - } - } - }, - "postcss-loader": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", - "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", - "dev": true, - "requires": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - }, - "dependencies": { - "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "pretty-error": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", - "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", - "dev": true, - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "renderkid": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", - "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", - "dev": true, - "requires": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" - } - }, - "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true - }, - "terser": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", - "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", - "dev": true, - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - } - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "vue-loader": { - "version": "16.8.3", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz", - "integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "hash-sum": "^2.0.0", - "loader-utils": "^2.0.0" - } - } - } - }, - "@szmarczak/http-timer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", - "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", - "dev": true, - "requires": { - "defer-to-connect": "^2.0.1" - } - }, - "@tootallnate/once": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" - }, - "@transloadit/prettier-bytes": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz", - "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==", - "dev": true - }, - "@tsconfig/node10": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", - "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==" - }, - "@tsconfig/node12": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", - "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==" - }, - "@tsconfig/node14": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", - "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==" - }, - "@tsconfig/node16": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", - "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==" - }, - "@turf/bbox": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-6.5.0.tgz", - "integrity": "sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==", - "requires": { - "@turf/helpers": "^6.5.0", - "@turf/meta": "^6.5.0" - } - }, - "@turf/center": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/center/-/center-6.5.0.tgz", - "integrity": "sha512-T8KtMTfSATWcAX088rEDKjyvQCBkUsLnK/Txb6/8WUXIeOZyHu42G7MkdkHRoHtwieLdduDdmPLFyTdG5/e7ZQ==", - "requires": { - "@turf/bbox": "^6.5.0", - "@turf/helpers": "^6.5.0" - } - }, - "@turf/helpers": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", - "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==" - }, - "@turf/intersect": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/intersect/-/intersect-6.5.0.tgz", - "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==", - "requires": { - "@turf/helpers": "^6.5.0", - "@turf/invariant": "^6.5.0", - "polygon-clipping": "^0.15.3" - } - }, - "@turf/invariant": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.5.0.tgz", - "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==", - "requires": { - "@turf/helpers": "^6.5.0" - } - }, - "@turf/meta": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.5.0.tgz", - "integrity": "sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==", - "requires": { - "@turf/helpers": "^6.5.0" - } - }, - "@types/accepts": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", - "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/babel__core": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", - "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@types/babel__traverse": { - "version": "7.17.1", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz", - "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==", - "dev": true, - "requires": { - "@babel/types": "^7.3.0" - } - }, - "@types/basic-auth": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@types/basic-auth/-/basic-auth-1.1.3.tgz", - "integrity": "sha512-W3rv6J0IGlxqgE2eQ2pTb0gBjaGtejQpJ6uaCjz3UQ65+TFTPC5/lAE+POfx1YLdjtxvejJzsIAfd3MxWiVmfg==", - "requires": { - "@types/node": "*" - } - }, - "@types/bcryptjs": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@types/bcryptjs/-/bcryptjs-2.4.2.tgz", - "integrity": "sha512-LiMQ6EOPob/4yUL66SZzu6Yh77cbzJFYll+ZfaPiPPFswtIlA/Fs1MzdKYA7JApHU49zQTbJGX3PDmCpIdDBRQ==" - }, - "@types/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", - "requires": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "@types/cacheable-request": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.2.tgz", - "integrity": "sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==", - "dev": true, - "requires": { - "@types/http-cache-semantics": "*", - "@types/keyv": "*", - "@types/node": "*", - "@types/responselike": "*" - } - }, - "@types/compression": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@types/compression/-/compression-1.7.2.tgz", - "integrity": "sha512-lwEL4M/uAGWngWFLSG87ZDr2kLrbuR8p7X+QZB1OQlT+qkHsCPDVFnHPyXf4Vyl4yDDorNY+mAhosxkCvppatg==", - "requires": { - "@types/express": "*" - } - }, - "@types/connect": { - "version": "3.4.35", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", - "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-0mPF08jn9zYI0n0Q/Pnz7C4kThdSt+6LD4amsrYDDpgBfrVWa3TcCOxKX1zkGgYniGagRv8heN2cbh+CAn+uuQ==" - }, - "@types/cookie-parser": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/@types/cookie-parser/-/cookie-parser-1.4.3.tgz", - "integrity": "sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==", - "requires": { - "@types/express": "*" - } - }, - "@types/cookiejar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.2.tgz", - "integrity": "sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==", - "dev": true - }, - "@types/cookies": { - "version": "0.7.7", - "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.7.tgz", - "integrity": "sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==", - "requires": { - "@types/connect": "*", - "@types/express": "*", - "@types/keygrip": "*", - "@types/node": "*" - } - }, - "@types/cors": { - "version": "2.8.12", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", - "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==" - }, - "@types/dateformat": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/dateformat/-/dateformat-5.0.0.tgz", - "integrity": "sha512-SZg4JdHIWHQGEokbYGZSDvo5wA4TLYPXaqhigs/wH+REDOejcJzgH+qyY+HtEUtWOZxEUkbhbdYPqQDiEgrXeA==" - }, - "@types/eslint": { - "version": "8.4.6", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.6.tgz", - "integrity": "sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==", - "dev": true, - "requires": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", - "dev": true, - "peer": true, - "requires": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "dev": true - }, - "@types/express": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", - "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", - "requires": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.18", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "@types/express-jwt": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@types/express-jwt/-/express-jwt-6.0.4.tgz", - "integrity": "sha512-I53KRQ9D0eTA6hVCN9S73iOeprKS3JNWK+Cp2mDPB6uOIkTVpkgSkX394kHQzb5cd0U02I0adRmsMxHk+zX8tA==", - "requires": { - "@types/express": "*", - "@types/express-unless": "*" - } - }, - "@types/express-serve-static-core": { - "version": "4.17.30", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.30.tgz", - "integrity": "sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==", - "requires": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "@types/express-unless": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@types/express-unless/-/express-unless-0.5.3.tgz", - "integrity": "sha512-TyPLQaF6w8UlWdv4gj8i46B+INBVzURBNRahCozCSXfsK2VTlL1wNyTlMKw817VHygBtlcl5jfnPadlydr06Yw==", - "requires": { - "@types/express": "*" - } - }, - "@types/fs-capacitor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", - "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/geojson": { - "version": "7946.0.10", - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz", - "integrity": "sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==" - }, - "@types/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", - "dev": true, - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/graphql-type-json": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@types/graphql-type-json/-/graphql-type-json-0.3.2.tgz", - "integrity": "sha512-c1cq4o8EhY0Z39ua8UXwG8uBs23xBYA/Uw0tXFl6SuTUpkVv/IJqf6pHQbfdC7nwFRhX2ifTOV/UIg0Q/IJsbg==", - "requires": { - "graphql": "^14.5.3" - }, - "dependencies": { - "graphql": { - "version": "14.7.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz", - "integrity": "sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==", - "requires": { - "iterall": "^1.2.2" - } - } - } - }, - "@types/graphql-upload": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.11.tgz", - "integrity": "sha512-AE8RWANHutpsQt945lQZKlkq0V/zBxU5R0xhKLZN3KkBMlW95/5uJzk01HUl8gbDkG7hGl8l8lJKbi91k0UnPw==", - "requires": { - "@types/express": "*", - "@types/fs-capacitor": "*", - "@types/koa": "*", - "graphql": "0.13.1 - 16" - } - }, - "@types/hast": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", - "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", - "dev": true, - "requires": { - "@types/unist": "*" - } - }, - "@types/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", - "dev": true - }, - "@types/http-assert": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.3.tgz", - "integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==" - }, - "@types/http-cache-semantics": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", - "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", - "dev": true - }, - "@types/http-errors": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.2.tgz", - "integrity": "sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==" - }, - "@types/http-proxy": { - "version": "1.17.9", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", - "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", - "requires": { - "@types/node": "*" - } - }, - "@types/is-function": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/is-function/-/is-function-1.0.1.tgz", - "integrity": "sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==", - "dev": true - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "requires": { - "@types/istanbul-lib-coverage": "*" - } - }, - "@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", - "requires": { - "@types/istanbul-lib-report": "*" - } - }, - "@types/jest": { - "version": "27.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz", - "integrity": "sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==", - "dev": true, - "requires": { - "jest-matcher-utils": "^27.0.0", - "pretty-format": "^27.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } - } - }, - "@types/jest-specific-snapshot": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@types/jest-specific-snapshot/-/jest-specific-snapshot-0.5.5.tgz", - "integrity": "sha512-AaPPw2tE8ewfjD6qGLkEd4DOfM6pPOK7ob/RSOe1Z8Oo70r9Jgo0SlWyfxslPAOvLfQukQtiVPm6DcnjSoZU5A==", - "dev": true, - "requires": { - "@types/jest": "*" - } - }, - "@types/jsdom": { - "version": "16.2.15", - "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-16.2.15.tgz", - "integrity": "sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==", - "dev": true, - "requires": { - "@types/node": "*", - "@types/parse5": "^6.0.3", - "@types/tough-cookie": "*" - }, - "dependencies": { - "@types/parse5": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", - "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==", - "dev": true - } - } - }, - "@types/json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==", - "dev": true - }, - "@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", - "dev": true - }, - "@types/jsonwebtoken": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz", - "integrity": "sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==", - "requires": { - "@types/node": "*" - } - }, - "@types/keygrip": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", - "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" - }, - "@types/keyv": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", - "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/koa": { - "version": "2.13.4", - "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.13.4.tgz", - "integrity": "sha512-dfHYMfU+z/vKtQB7NUrthdAEiSvnLebvBjwHtfFmpZmB7em2N3WVQdHgnFq+xvyVgxW5jKDmjWfLD3lw4g4uTw==", - "requires": { - "@types/accepts": "*", - "@types/content-disposition": "*", - "@types/cookies": "*", - "@types/http-assert": "*", - "@types/http-errors": "*", - "@types/keygrip": "*", - "@types/koa-compose": "*", - "@types/node": "*" - } - }, - "@types/koa-compose": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", - "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", - "requires": { - "@types/koa": "*" - } - }, - "@types/leaflet": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.11.tgz", - "integrity": "sha512-VwAYom2pfIAf/pLj1VR5aLltd4tOtHyvfaJlNYCoejzP2nu52PrMi1ehsLRMUS+bgafmIIKBV1cMfKeS+uJ0Vg==", - "dev": true, - "requires": { - "@types/geojson": "*" - } - }, - "@types/leaflet.markercluster": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@types/leaflet.markercluster/-/leaflet.markercluster-1.5.1.tgz", - "integrity": "sha512-gzJzP10qO6Zkts5QNVmSAEDLYicQHTEBLT9HZpFrJiSww9eDAs5OWHvIskldf41MvDv1gbMukuEBQEawHn+wtA==", - "dev": true, - "requires": { - "@types/leaflet": "*" - } - }, - "@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", - "dev": true - }, - "@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", - "dev": true, - "requires": { - "@types/unist": "*" - } - }, - "@types/mdx": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.2.tgz", - "integrity": "sha512-mJGfgj4aWpiKb8C0nnJJchs1sHBHn0HugkVfqqyQi7Wn6mBRksLeQsPOFvih/Pu8L1vlDzfe/LidhVHBeUk3aQ==", - "dev": true - }, - "@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" - }, - "@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true - }, - "@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "dev": true - }, - "@types/node": { - "version": "18.7.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", - "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==" - }, - "@types/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "dev": true - }, - "@types/npmlog": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.4.tgz", - "integrity": "sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==", - "dev": true - }, - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true - }, - "@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", - "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==", - "dev": true - }, - "@types/pg": { - "version": "8.6.5", - "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.6.5.tgz", - "integrity": "sha512-tOkGtAqRVkHa/PVZicq67zuujI4Oorfglsr2IbKofDwBSysnaqSx7W1mDqFqdkGE6Fbgh+PZAl0r/BWON/mozw==", - "requires": { - "@types/node": "*", - "pg-protocol": "*", - "pg-types": "^2.2.0" - } - }, - "@types/prettier": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.0.tgz", - "integrity": "sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==", - "dev": true - }, - "@types/pretty-hrtime": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/pretty-hrtime/-/pretty-hrtime-1.0.1.tgz", - "integrity": "sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==", - "dev": true - }, - "@types/proj4": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@types/proj4/-/proj4-2.5.2.tgz", - "integrity": "sha512-/Nmfn9p08yaYw6xo5f2b0L+2oHk2kZeOkp5v+4VCeNfq+ETlLQbmHmC97/pjDIEZy8jxwz7pdPpwNzDHM5cuJw==" - }, - "@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "@types/range-parser": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", - "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" - }, - "@types/react": { - "version": "file:stub/types__react" - }, - "@types/responselike": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", - "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", - "dev": true - }, - "@types/serve-static": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", - "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", - "requires": { - "@types/mime": "^1", - "@types/node": "*" - } - }, - "@types/shpjs": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@types/shpjs/-/shpjs-3.4.1.tgz", - "integrity": "sha512-xdJ65Zp2wslzyKKAid+PPl7Hxz5+eFS7W5G42RfryoJRk2u0CA+5jtX3wBgZhmz1s/mGX0PWzmKCBYTYgRsELg==", - "requires": { - "@types/geojson": "*", - "@types/node": "*" - } - }, - "@types/source-list-map": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", - "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", - "dev": true - }, - "@types/sql-formatter": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@types/sql-formatter/-/sql-formatter-2.3.0.tgz", - "integrity": "sha512-Xh9kEOaKWhm3vYD5lUjYFFiSfpN4y3/iQCJUAVwFaQ1rVvHs4WXTa5C8E7gyF3kxwsMS8KgttW7WBAPtFlsvAg==" - }, - "@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" - }, - "@types/stream-chain": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stream-chain/-/stream-chain-2.0.1.tgz", - "integrity": "sha512-D+Id9XpcBpampptkegH7WMsEk6fUdf9LlCIX7UhLydILsqDin4L0QT7ryJR0oycwC7OqohIzdfcMHVZ34ezNGg==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@types/stream-json": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@types/stream-json/-/stream-json-1.7.2.tgz", - "integrity": "sha512-i4LE2aWVb1R3p/Z6S6Sw9kmmOs4Drhg0SybZUyfM499I1c8p7MUKZHs4Sg9jL5eu4mDmcgfQ6eGIG3+rmfUWYw==", - "dev": true, - "requires": { - "@types/node": "*", - "@types/stream-chain": "*" - } - }, - "@types/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=", - "dev": true - }, - "@types/strip-json-comments": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", - "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", - "dev": true - }, - "@types/superagent": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.15.tgz", - "integrity": "sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==", - "dev": true, - "requires": { - "@types/cookiejar": "*", - "@types/node": "*" - } - }, - "@types/supertest": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz", - "integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==", - "dev": true, - "requires": { - "@types/superagent": "*" - } - }, - "@types/tapable": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.8.tgz", - "integrity": "sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==", - "dev": true - }, - "@types/tough-cookie": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.2.tgz", - "integrity": "sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==", - "dev": true - }, - "@types/uglify-js": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.13.3.tgz", - "integrity": "sha512-9dmBYXt/rKxedUXfCvXSxyiPvpDXLkiRlv17DnqdhS+pRustL1967rI1jZVt1xysTO+xJGMoZzcy3cWC9+b6Tw==", - "dev": true, - "requires": { - "source-map": "^0.6.1" - } - }, - "@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", - "dev": true - }, - "@types/webpack": { - "version": "4.41.32", - "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.32.tgz", - "integrity": "sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==", - "dev": true, - "requires": { - "@types/node": "*", - "@types/tapable": "^1", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "anymatch": "^3.0.0", - "source-map": "^0.6.0" - } - }, - "@types/webpack-env": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.0.tgz", - "integrity": "sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==", - "dev": true - }, - "@types/webpack-sources": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.0.tgz", - "integrity": "sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==", - "dev": true, - "requires": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true - } - } - }, - "@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "dev": true, - "peer": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" - }, - "@typescript-eslint/eslint-plugin": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz", - "integrity": "sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==", - "dev": true, - "requires": { - "@typescript-eslint/scope-manager": "5.34.0", - "@typescript-eslint/type-utils": "5.34.0", - "@typescript-eslint/utils": "5.34.0", - "debug": "^4.3.4", - "functional-red-black-tree": "^1.0.1", - "ignore": "^5.2.0", - "regexpp": "^3.2.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/parser": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.34.0.tgz", - "integrity": "sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==", - "dev": true, - "requires": { - "@typescript-eslint/scope-manager": "5.34.0", - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/typescript-estree": "5.34.0", - "debug": "^4.3.4" - } - }, - "@typescript-eslint/scope-manager": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz", - "integrity": "sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/visitor-keys": "5.34.0" - } - }, - "@typescript-eslint/type-utils": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz", - "integrity": "sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==", - "dev": true, - "requires": { - "@typescript-eslint/utils": "5.34.0", - "debug": "^4.3.4", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/types": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.34.0.tgz", - "integrity": "sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz", - "integrity": "sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/visitor-keys": "5.34.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/utils": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", - "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.34.0", - "@typescript-eslint/types": "5.34.0", - "@typescript-eslint/typescript-estree": "5.34.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz", - "integrity": "sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.34.0", - "eslint-visitor-keys": "^3.3.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", - "dev": true - } - } - }, - "@uppy/companion-client": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@uppy/companion-client/-/companion-client-2.0.6.tgz", - "integrity": "sha512-a2tsKhNPekW52CYUjBa7oVcK+aPm/Rd9FY/4wMbkjSsyj0BVjNdkR7jSEXfddUyKf+H5qLqNFXEHfGp/p9FOEA==", - "dev": true, - "requires": { - "@uppy/utils": "^4.0.6", - "namespace-emitter": "^2.0.1" - } - }, - "@uppy/core": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/@uppy/core/-/core-2.1.10.tgz", - "integrity": "sha512-Y6xBtlzG5235P6GTKFJeBF2tczfHNPfEk4ZfDL30aU+n4mVXIuOXTAN60kQ3WsX/SYaIfx7RmX9DSP/SBoQrbA==", - "dev": true, - "requires": { - "@transloadit/prettier-bytes": "0.0.7", - "@uppy/store-default": "^2.0.3", - "@uppy/utils": "^4.0.7", - "lodash.throttle": "^4.1.1", - "mime-match": "^1.0.2", - "namespace-emitter": "^2.0.1", - "nanoid": "^3.1.25", - "preact": "^10.5.13" - } - }, - "@uppy/store-default": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-2.0.3.tgz", - "integrity": "sha512-2BGlN1sW0cFv4rOqTK8dfSg579S984N1HxCJxLFqeW9nWD6zd/O8Omyd85tbxGQ+FLZLTmLOm/feD0YeCBMahg==", - "dev": true - }, - "@uppy/tus": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@uppy/tus/-/tus-2.2.2.tgz", - "integrity": "sha512-EAR/nfQmfj0zBS0pRBdnKLV1RnOdSTdJNljL1f8Wx73RlJRQfS8VTkCVQ8evI4mrwXvczmbhwnS1hhmF3Y5VfQ==", - "dev": true, - "requires": { - "@uppy/companion-client": "^2.0.5", - "@uppy/utils": "^4.0.5", - "tus-js-client": "^2.1.1" - } - }, - "@uppy/utils": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-4.0.7.tgz", - "integrity": "sha512-nKViMT8XchKy+NWpb3DtVKuzZBmW7au26LrMq89EsvTwIOT6UR9+7bmz/+zr3+lc7UC7vMgNChIC6G+/Ya9wWQ==", - "dev": true, - "requires": { - "lodash.throttle": "^4.1.1" - } - }, - "@vitejs/plugin-react": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", - "integrity": "sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==", - "dev": true, - "requires": { - "@babel/core": "^7.17.10", - "@babel/plugin-transform-react-jsx": "^7.17.3", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-jsx-self": "^7.16.7", - "@babel/plugin-transform-react-jsx-source": "^7.16.7", - "@rollup/pluginutils": "^4.2.1", - "react-refresh": "^0.13.0", - "resolve": "^1.22.0" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", - "dev": true, - "requires": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - } - } - } - }, - "@vitejs/plugin-vue": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.2.tgz", - "integrity": "sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ==", - "dev": true, - "requires": {} - }, - "@volar/language-core": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.0.9.tgz", - "integrity": "sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==", - "dev": true, - "requires": { - "@volar/source-map": "1.0.9", - "@vue/reactivity": "^3.2.40", - "muggle-string": "^0.1.0" - }, - "dependencies": { - "@vue/reactivity": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", - "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", - "dev": true, - "requires": { - "@vue/shared": "3.2.45" - } - }, - "@vue/shared": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", - "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", - "dev": true - } - } - }, - "@volar/source-map": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.0.9.tgz", - "integrity": "sha512-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ==", - "dev": true, - "requires": { - "muggle-string": "^0.1.0" - } - }, - "@volar/typescript": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.0.9.tgz", - "integrity": "sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==", - "dev": true, - "requires": { - "@volar/language-core": "1.0.9" - } - }, - "@volar/vue-language-core": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-1.0.9.tgz", - "integrity": "sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==", - "dev": true, - "requires": { - "@volar/language-core": "1.0.9", - "@volar/source-map": "1.0.9", - "@vue/compiler-dom": "^3.2.40", - "@vue/compiler-sfc": "^3.2.40", - "@vue/reactivity": "^3.2.40", - "@vue/shared": "^3.2.40", - "minimatch": "^5.1.0", - "vue-template-compiler": "^2.7.10" - }, - "dependencies": { - "@vue/compiler-core": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.45.tgz", - "integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", - "dev": true, - "requires": { - "@babel/parser": "^7.16.4", - "@vue/shared": "3.2.45", - "estree-walker": "^2.0.2", - "source-map": "^0.6.1" - } - }, - "@vue/compiler-dom": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", - "integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", - "dev": true, - "requires": { - "@vue/compiler-core": "3.2.45", - "@vue/shared": "3.2.45" - } - }, - "@vue/compiler-sfc": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", - "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", - "dev": true, - "requires": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.45", - "@vue/compiler-dom": "3.2.45", - "@vue/compiler-ssr": "3.2.45", - "@vue/reactivity-transform": "3.2.45", - "@vue/shared": "3.2.45", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7", - "postcss": "^8.1.10", - "source-map": "^0.6.1" - } - }, - "@vue/compiler-ssr": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", - "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", - "dev": true, - "requires": { - "@vue/compiler-dom": "3.2.45", - "@vue/shared": "3.2.45" - } - }, - "@vue/reactivity": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", - "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", - "dev": true, - "requires": { - "@vue/shared": "3.2.45" - } - }, - "@vue/reactivity-transform": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", - "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", - "dev": true, - "requires": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.45", - "@vue/shared": "3.2.45", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7" - } - }, - "@vue/shared": { - "version": "3.2.45", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", - "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", - "dev": true - }, - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "postcss": { - "version": "8.4.19", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", - "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", - "dev": true, - "requires": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - } - } - } - }, - "@volar/vue-typescript": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-1.0.9.tgz", - "integrity": "sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw==", - "dev": true, - "requires": { - "@volar/typescript": "1.0.9", - "@volar/vue-language-core": "1.0.9" - } - }, - "@vue/compiler-core": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.37.tgz", - "integrity": "sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==", - "dev": true, - "requires": { - "@babel/parser": "^7.16.4", - "@vue/shared": "3.2.37", - "estree-walker": "^2.0.2", - "source-map": "^0.6.1" - } - }, - "@vue/compiler-dom": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.37.tgz", - "integrity": "sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==", - "dev": true, - "requires": { - "@vue/compiler-core": "3.2.37", - "@vue/shared": "3.2.37" - } - }, - "@vue/compiler-sfc": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.37.tgz", - "integrity": "sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==", - "dev": true, - "requires": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.37", - "@vue/compiler-dom": "3.2.37", - "@vue/compiler-ssr": "3.2.37", - "@vue/reactivity-transform": "3.2.37", - "@vue/shared": "3.2.37", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7", - "postcss": "^8.1.10", - "source-map": "^0.6.1" - }, - "dependencies": { - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", - "dev": true, - "requires": { - "nanoid": "^3.3.3", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - } - } - } - }, - "@vue/compiler-ssr": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.37.tgz", - "integrity": "sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==", - "dev": true, - "requires": { - "@vue/compiler-dom": "3.2.37", - "@vue/shared": "3.2.37" - } - }, - "@vue/devtools-api": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.1.4.tgz", - "integrity": "sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==", - "dev": true - }, - "@vue/eslint-config-prettier": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz", - "integrity": "sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==", - "dev": true, - "requires": { - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^4.0.0" - } - }, - "@vue/reactivity": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.37.tgz", - "integrity": "sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==", - "dev": true, - "requires": { - "@vue/shared": "3.2.37" - } - }, - "@vue/reactivity-transform": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.37.tgz", - "integrity": "sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==", - "dev": true, - "requires": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.37", - "@vue/shared": "3.2.37", - "estree-walker": "^2.0.2", - "magic-string": "^0.25.7" - } - }, - "@vue/runtime-core": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.37.tgz", - "integrity": "sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==", - "dev": true, - "requires": { - "@vue/reactivity": "3.2.37", - "@vue/shared": "3.2.37" - } - }, - "@vue/runtime-dom": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.37.tgz", - "integrity": "sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==", - "dev": true, - "requires": { - "@vue/runtime-core": "3.2.37", - "@vue/shared": "3.2.37", - "csstype": "^2.6.8" - } - }, - "@vue/server-renderer": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.37.tgz", - "integrity": "sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==", - "dev": true, - "requires": { - "@vue/compiler-ssr": "3.2.37", - "@vue/shared": "3.2.37" - } - }, - "@vue/shared": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.37.tgz", - "integrity": "sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==", - "dev": true - }, - "@vue/test-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.2.tgz", - "integrity": "sha512-E2P4oXSaWDqTZNbmKZFVLrNN/siVN78YkEqs7pHryWerrlZR9bBFLWdJwRoguX45Ru6HxIflzKl4vQvwRMwm5g==", - "dev": true, - "requires": {} - }, - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", - "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", - "dev": true, - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz", - "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==", - "dev": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", - "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", - "dev": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", - "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", - "dev": true - }, - "@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", - "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", - "dev": true, - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", - "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==", - "dev": true - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz", - "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0" - } - }, - "@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", - "dev": true, - "peer": true - }, - "@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", - "dev": true, - "peer": true - } - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz", - "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==", - "dev": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", - "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", - "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", - "dev": true, - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", - "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", - "dev": true, - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", - "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", - "dev": true - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", - "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", - "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", - "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", - "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - } - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", - "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", - "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "abab": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", - "dev": true - }, - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "requires": { - "event-target-shim": "^5.0.0" - } - }, - "accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "requires": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - } - }, - "acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==" - }, - "acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "dev": true, - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true - } - } - }, - "acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "dev": true, - "peer": true, - "requires": {} - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "requires": {} - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true - }, - "add-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", - "integrity": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==", - "dev": true - }, - "address": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/address/-/address-1.2.0.tgz", - "integrity": "sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==", - "dev": true - }, - "adler-32": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz", - "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==" - }, - "agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", - "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", - "dev": true, - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "dev": true - } - } - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "airbnb-js-shims": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz", - "integrity": "sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==", - "dev": true, - "requires": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", - "dev": true, - "requires": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "requires": {} - }, - "ansi-align": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", - "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", - "dev": true, - "requires": { - "string-width": "^4.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - } - } - }, - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", - "dev": true - }, - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - } - }, - "ansi-html-community": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "dev": true - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "ansi-to-html": { - "version": "0.6.15", - "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.15.tgz", - "integrity": "sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==", - "dev": true, - "requires": { - "entities": "^2.0.0" - } - }, - "ansicolors": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", - "integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=", - "dev": true - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "app-root-dir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/app-root-dir/-/app-root-dir-1.0.2.tgz", - "integrity": "sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==", - "dev": true - }, - "aproba": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "dev": true - }, - "are-we-there-yet": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", - "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", - "dev": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, - "arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "argv-formatter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", - "integrity": "sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=", - "dev": true - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", - "dev": true - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "dev": true - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", - "dev": true - }, - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", - "dev": true, - "optional": true - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "array-ify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", - "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=", - "dev": true - }, - "array-includes": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", - "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - } - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", - "dev": true - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", - "dev": true - }, - "array.prototype.flat": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", - "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-shim-unscopables": "^1.0.0" - } - }, - "array.prototype.flatmap": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", - "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-shim-unscopables": "^1.0.0" - } - }, - "array.prototype.map": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.4.tgz", - "integrity": "sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - } - }, - "array.prototype.reduce": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz", - "integrity": "sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - } - }, - "arrify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", - "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", - "dev": true - }, - "asn1.js": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", - "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", - "dev": true, - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true - } - } - }, - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", - "dev": true, - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", - "dev": true - }, - "util": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "dev": true, - "requires": { - "inherits": "2.0.1" - } - } - } - }, - "assert-never": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz", - "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", - "dev": true - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "async": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", - "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", - "dev": true, - "optional": true - }, - "async-retry": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz", - "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==", - "requires": { - "retry": "0.13.1" - } - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true - }, - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "dev": true - }, - "autoprefixer": { - "version": "9.8.8", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", - "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", - "dev": true, - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "picocolors": "^0.2.1", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - } - }, - "aws-sdk": { - "version": "2.1128.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1128.0.tgz", - "integrity": "sha512-A3YjMQHDtV4mXf35m8zlM+nsVq5KfyKeiXrEMG7Bdlucuxl7aPdKEmYrPQLw9ZyhYY/x4o08pPuTr/stJaVGeg==", - "requires": { - "buffer": "4.9.2", - "events": "1.1.1", - "ieee754": "1.1.13", - "jmespath": "0.16.0", - "querystring": "0.2.0", - "sax": "1.2.1", - "url": "0.10.3", - "uuid": "3.3.2", - "xml2js": "0.4.19" - }, - "dependencies": { - "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" - } - } - }, - "axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", - "requires": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" - }, - "dependencies": { - "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } - } - }, - "babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", - "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", - "dev": true, - "requires": {} - }, - "babel-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", - "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", - "dev": true, - "peer": true, - "requires": { - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - } - } - }, - "babel-literal-to-ast": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/babel-literal-to-ast/-/babel-literal-to-ast-2.1.0.tgz", - "integrity": "sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.6", - "@babel/traverse": "^7.1.6", - "@babel/types": "^7.1.6" - } - }, - "babel-loader": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", - "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", - "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dev": true, - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - } - } - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - } - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "dev": true, - "requires": { - "object.assign": "^4.1.0" - } - }, - "babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", - "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - } - } - }, - "babel-plugin-graphql-tag": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.3.0.tgz", - "integrity": "sha512-27qfJhFJ2jQg+ktcC3cdppE2RrXZ5uiDz+39YC5lhkmftWPuJW8ET9Ehskwv7ujScZ1jSKhs5/JZKlESCkwIBg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/parser": "^7.3.2", - "babel-literal-to-ast": "^2.1.0", - "debug": "^4.1.1" - } - }, - "babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - } - }, - "babel-plugin-jest-hoist": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", - "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", - "dev": true, - "peer": true, - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", - "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.2", - "semver": "^6.1.1" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", - "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.2", - "core-js-compat": "^3.21.0" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz", - "integrity": "sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==", - "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.2" - } - }, - "babel-plugin-transform-vite-meta-env": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-env/-/babel-plugin-transform-vite-meta-env-1.0.3.tgz", - "integrity": "sha512-eyfuDEXrMu667TQpmctHeTlJrZA6jXYHyEJFjcM0yEa60LS/LXlOg2PBbMb8DVS+V9CnTj/j9itdlDVMcY2zEg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.13.9", - "@types/babel__core": "^7.1.12" - } - }, - "babel-plugin-transform-vite-meta-glob": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-glob/-/babel-plugin-transform-vite-meta-glob-1.0.3.tgz", - "integrity": "sha512-JW3VnwUjJqpj0FM0vJFxrGdxSBcHOa0j5YMvvtXYPmFshroq53nbK9dqRETgjXlMrfIz0oU/6ki+u1GdVWdNHA==", - "dev": true, - "requires": { - "@babel/runtime": "^7.13.9", - "@types/babel__core": "^7.1.12", - "glob": "^7.1.6" - } - }, - "babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dev": true, - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - } - }, - "babel-preset-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", - "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", - "dev": true, - "peer": true, - "requires": { - "babel-plugin-jest-hoist": "^27.5.1", - "babel-preset-current-node-syntax": "^1.0.0" - } - }, - "babel-preset-vite": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/babel-preset-vite/-/babel-preset-vite-1.0.4.tgz", - "integrity": "sha512-RZS/wNfEUD8aMliObxqlPw4ZR7R5OsT1G2IHd5nuUmiYKS6zemur8aZ5WPbfQwPpTPe9VEjcrxQA/6PKBWRTkg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.13.9", - "@types/babel__core": "^7.1.12", - "babel-plugin-transform-vite-meta-env": "1.0.3", - "babel-plugin-transform-vite-meta-glob": "1.0.3" - } - }, - "babel-walk": { - "version": "3.0.0-canary-5", - "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", - "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", - "dev": true, - "requires": { - "@babel/types": "^7.9.6" - } - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", - "dev": true - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "dev": true, - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dev": true, - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - }, - "basic-auth": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", - "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", - "requires": { - "safe-buffer": "5.1.2" - } - }, - "bcryptjs": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=" - }, - "before-after-hook": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz", - "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==", - "dev": true - }, - "better-opn": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-2.1.1.tgz", - "integrity": "sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==", - "dev": true, - "requires": { - "open": "^7.0.3" - }, - "dependencies": { - "open": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", - "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", - "dev": true, - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - } - } - } - }, - "big-integer": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", - "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", - "dev": true, - "optional": true - }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "dev": true - }, - "bignumber.js": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.2.tgz", - "integrity": "sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==" - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "bindings": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "dev": true, - "optional": true, - "requires": { - "file-uri-to-path": "1.0.0" - }, - "dependencies": { - "file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "dev": true, - "optional": true - } - } - }, - "bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "dev": true, - "requires": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - }, - "dependencies": { - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true - }, - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", - "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==", - "dev": true - }, - "body-parser": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", - "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", - "requires": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.10.3", - "raw-body": "2.5.1", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "dependencies": { - "bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true - }, - "bottleneck": { - "version": "2.19.5", - "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", - "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", - "dev": true - }, - "boxen": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", - "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", - "dev": true, - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^6.2.0", - "chalk": "^4.1.0", - "cli-boxes": "^2.2.1", - "string-width": "^4.2.2", - "type-fest": "^0.20.2", - "widest-line": "^3.1.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } - } - }, - "bplist-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz", - "integrity": "sha512-2AEM0FXy8ZxVLBuqX0hqt1gDwcnz2zygEkQ6zaD5Wko/sB9paUNwlpawrFtKeHUAQUOzjVy9AO4oeonqIHKA9Q==", - "dev": true, - "optional": true, - "requires": { - "big-integer": "^1.6.7" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "requires": { - "fill-range": "^7.0.1" - } - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", - "dev": true - }, - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", - "dev": true - }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", - "dev": true, - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", - "dev": true, - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - } - }, - "browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", - "dev": true, - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", - "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", - "dev": true, - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - } - }, - "browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", - "dev": true, - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - } - } - }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", - "dev": true, - "requires": { - "pako": "~1.0.5" - } - }, - "browserslist": { - "version": "4.21.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", - "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001370", - "electron-to-chromium": "^1.4.202", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.5" - } - }, - "bs-logger": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", - "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", - "dev": true, - "requires": { - "fast-json-stable-stringify": "2.x" - } - }, - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "dev": true, - "requires": { - "node-int64": "^0.4.0" - } - }, - "buffer": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", - "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - } - } - }, - "buffer-equal-constant-time": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "buffer-writer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz", - "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==" - }, - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", - "dev": true - }, - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", - "dev": true - }, - "builtins": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", - "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", - "dev": true, - "requires": { - "semver": "^7.0.0" - } - }, - "busboy": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", - "requires": { - "dicer": "0.3.0" - } - }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, - "c8": { - "version": "7.11.3", - "resolved": "https://registry.npmjs.org/c8/-/c8-7.11.3.tgz", - "integrity": "sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==", - "dev": true, - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@istanbuljs/schema": "^0.1.3", - "find-up": "^5.0.0", - "foreground-child": "^2.0.0", - "istanbul-lib-coverage": "^3.2.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-reports": "^3.1.4", - "rimraf": "^3.0.2", - "test-exclude": "^6.0.0", - "v8-to-istanbul": "^9.0.0", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.9" - }, - "dependencies": { - "v8-to-istanbul": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz", - "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.7", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" - } - } - } - }, - "cacache": { - "version": "16.0.7", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.7.tgz", - "integrity": "sha512-a4zfQpp5vm4Ipdvbj+ZrPonikRhm6WBEd4zT1Yc1DXsmAxrPgDwWBLF/u/wTVXSFPIgOJ1U3ghSa2Xm4s3h28w==", - "dev": true, - "requires": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^1.1.1" - }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "glob": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", - "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "lru-cache": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", - "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", - "dev": true - }, - "minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - } - } - }, - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dev": true, - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "cacheable-lookup": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-6.1.0.tgz", - "integrity": "sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==", - "dev": true - }, - "cacheable-request": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", - "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", - "dev": true, - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^4.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^6.0.1", - "responselike": "^2.0.0" - }, - "dependencies": { - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", - "dev": true - } - } - }, - "cachedir": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz", - "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==", - "dev": true - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "call-me-maybe": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz", - "integrity": "sha512-wCyFsDQkKPwwF8BDwOiWNx/9K45L/hvggQiDbve+viMNMQnWhrlYIuBk09offfwCRtCO9P6XwUttufzU11WCVw==", - "dev": true - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - }, - "camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", - "dev": true, - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" - }, - "camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true - }, - "camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - } - } - }, - "camino-api": { - "version": "file:packages/api", - "requires": { - "@graphql-tools/graphql-file-loader": "^7.5.2", - "@graphql-tools/load": "^7.7.4", - "@jest/types": "^28.1.3", - "@sentry/node": "^7.11.1", - "@sentry/types": "^7.11.1", - "@sindresorhus/slugify": "^1.1.2", - "@turf/center": "^6.5.0", - "@turf/intersect": "^6.5.0", - "@types/basic-auth": "^1.1.3", - "@types/bcryptjs": "^2.4.2", - "@types/compression": "1.7.2", - "@types/cookie-parser": "^1.4.3", - "@types/cors": "^2.8.12", - "@types/dateformat": "^5.0.0", - "@types/express": "^4.17.13", - "@types/express-jwt": "6.0.4", - "@types/express-serve-static-core": "^4.17.30", - "@types/geojson": "^7946.0.10", - "@types/graphql-type-json": "^0.3.2", - "@types/graphql-upload": "^8.0.11", - "@types/jest": "^28.1.7", - "@types/jsonwebtoken": "^8.5.8", - "@types/node": "^18.7.12", - "@types/node-fetch": "^2.5.12", - "@types/pg": "^8.6.5", - "@types/proj4": "^2.5.2", - "@types/shpjs": "^3.4.1", - "@types/sql-formatter": "^2.3.0", - "@types/stream-json": "^1.7.2", - "@types/supertest": "^2.0.12", - "@typescript-eslint/eslint-plugin": "^5.34.0", - "@typescript-eslint/parser": "^5.34.0", - "basic-auth": "^2.0.1", - "bcryptjs": "^2.4.3", - "camelcase": "^6.3.0", - "cerbere": "^0.2.3", - "chalk": "^4.1.2", - "commitizen": "^4.2.5", - "compression": "^1.7.4", - "cookie-parser": "^1.4.6", - "cors": "^2.8.5", - "cross-env": "^7.0.3", - "crypto-random-string": "^3.3.1", - "cz-conventional-changelog": "^3.3.0", - "dateformat": "^4.5.1", - "decamelize": "^5.0.0", - "dotenv": "^16.0.1", - "email-regex": "4.0.0", - "eslint": "^8.22.0", - "eslint-config-prettier": "^8.5.0", - "eslint-config-standard": "^17.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.8.7", - "eslint-plugin-n": "^15.2.5", - "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-standard": "^5.0.0", - "eslint-plugin-tsdoc": "^0.2.16", - "express": "^4.18.1", - "express-graphql": "^0.12.0", - "express-jwt": "^6.1.1", - "express-rate-limit": "^6.5.1", - "geojson-rewind": "^0.3.1", - "graphql": "^16.6.0", - "graphql-fields": "^2.0.3", - "graphql-scalars": "^1.18.0", - "graphql-type-json": "^0.3.2", - "graphql-upload": "^13.0.0", - "html-to-text": "^8.2.1", - "jest": "^28.1.3", - "jsondiffpatch": "^0.4.1", - "jsonwebtoken": "^8.5.1", - "jszip": "^3.10.1", - "knex": "2.2.0", - "make-dir": "^3.1.0", - "matomo-tracker": "^2.2.4", - "node-fetch": "^2.6.5", - "node-mailjet": "^5.1.1", - "nodemon": "^2.0.19", - "npm-check-updates": "^16.0.5", - "objection": "^3.0.1", - "pg": "^8.8.0", - "pg-escape": "^0.2.0", - "prettier-eslint": "^15.0.1", - "proj4": "^2.8.0", - "shpjs": "^4.0.4", - "sql-formatter": "^9.2.0", - "standard-version": "^9.5.0", - "stream-json": "^1.7.4", - "supertest": "^6.2.4", - "ts-jest": "^28.0.8", - "ts-node": "^10.9.1", - "tus-node-server": "^0.7.1", - "typescript": "^4.7.4", - "xlsx": "^0.18.5", - "xstate": "^4.33.4" - }, - "dependencies": { - "@jest/console": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", - "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0" - } - }, - "@jest/core": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", - "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/reporters": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.1.3", - "jest-config": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-resolve-dependencies": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "jest-watcher": "^28.1.3", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "@jest/environment": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", - "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", - "dev": true, - "requires": { - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3" - } - }, - "@jest/fake-timers": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", - "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@sinonjs/fake-timers": "^9.1.2", - "@types/node": "*", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "@jest/globals": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", - "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/types": "^28.1.3" - } - }, - "@jest/reporters": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", - "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", - "dev": true, - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^9.0.1" - } - }, - "@jest/source-map": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz", - "integrity": "sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.13", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" - } - }, - "@jest/test-result": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", - "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", - "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", - "dev": true, - "requires": { - "@jest/test-result": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "slash": "^3.0.0" - } - }, - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "requires": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - } - }, - "@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", - "requires": { - "expect": "^28.0.0", - "pretty-format": "^28.0.0" - } - }, - "@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" - }, - "babel-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", - "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", - "dev": true, - "requires": { - "@jest/transform": "^28.1.3", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - } - }, - "babel-plugin-jest-hoist": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", - "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", - "dev": true, - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-preset-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", - "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", - "dev": true, - "requires": { - "babel-plugin-jest-hoist": "^28.1.3", - "babel-preset-current-node-syntax": "^1.0.0" - } - }, - "dateformat": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", - "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==" - }, - "diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==" - }, - "emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", - "requires": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", - "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", - "dev": true, - "requires": { - "@jest/core": "^28.1.3", - "@jest/types": "^28.1.3", - "import-local": "^3.0.2", - "jest-cli": "^28.1.3" - } - }, - "jest-changed-files": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", - "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", - "dev": true, - "requires": { - "execa": "^5.0.0", - "p-limit": "^3.1.0" - } - }, - "jest-circus": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", - "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "p-limit": "^3.1.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - } - }, - "jest-cli": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", - "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", - "dev": true, - "requires": { - "@jest/core": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "prompts": "^2.0.1", - "yargs": "^17.3.1" - } - }, - "jest-config": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", - "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.3", - "@jest/types": "^28.1.3", - "babel-jest": "^28.1.3", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.3", - "jest-environment-node": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - } - }, - "jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-docblock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", - "integrity": "sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==", - "dev": true, - "requires": { - "detect-newline": "^3.0.0" - } - }, - "jest-each": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", - "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "jest-util": "^28.1.3", - "pretty-format": "^28.1.3" - } - }, - "jest-environment-node": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", - "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==" - }, - "jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" - } - }, - "jest-leak-detector": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", - "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", - "dev": true, - "requires": { - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", - "requires": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - } - }, - "jest-mock": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", - "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*" - } - }, - "jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", - "dev": true - }, - "jest-resolve": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", - "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - } - }, - "jest-resolve-dependencies": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", - "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", - "dev": true, - "requires": { - "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.3" - } - }, - "jest-runner": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", - "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/environment": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "graceful-fs": "^4.2.9", - "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-leak-detector": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-resolve": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-util": "^28.1.3", - "jest-watcher": "^28.1.3", - "jest-worker": "^28.1.3", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" - } - }, - "jest-runtime": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", - "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/globals": "^28.1.3", - "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - } - }, - "jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" - } - }, - "jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - } - }, - "jest-validate": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", - "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "leven": "^3.1.0", - "pretty-format": "^28.1.3" - } - }, - "jest-watcher": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", - "dev": true, - "requires": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", - "string-length": "^4.0.1" - } - }, - "jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - } - }, - "react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "ts-jest": { - "version": "28.0.8", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.8.tgz", - "integrity": "sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==", - "dev": true, - "requires": { - "bs-logger": "0.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^28.0.0", - "json5": "^2.2.1", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "7.x", - "yargs-parser": "^21.0.1" - } - }, - "v8-to-istanbul": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", - "integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - }, - "yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true - } - } - }, - "camino-common": { - "version": "file:packages/common", - "requires": { - "@types/jest": "^28.1.7", - "@typescript-eslint/eslint-plugin": "^5.34.0", - "@typescript-eslint/parser": "^5.34.0", - "eslint-plugin-jest": "^26.8.7", - "jest": "^28.1.3", - "ts-jest": "^28.0.8", - "typescript": "^4.7.4" - }, - "dependencies": { - "@jest/console": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", - "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0" - } - }, - "@jest/core": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", - "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/reporters": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.1.3", - "jest-config": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-resolve-dependencies": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "jest-watcher": "^28.1.3", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "@jest/environment": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", - "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", - "dev": true, - "requires": { - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3" - } - }, - "@jest/fake-timers": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", - "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@sinonjs/fake-timers": "^9.1.2", - "@types/node": "*", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "@jest/globals": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", - "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/types": "^28.1.3" - } - }, - "@jest/reporters": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", - "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", - "dev": true, - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^9.0.1" - } - }, - "@jest/source-map": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz", - "integrity": "sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.13", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" - } - }, - "@jest/test-result": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", - "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", - "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", - "dev": true, - "requires": { - "@jest/test-result": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "slash": "^3.0.0" - } - }, - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - } - }, - "@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", - "dev": true, - "requires": { - "expect": "^28.0.0", - "pretty-format": "^28.0.0" - } - }, - "@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", - "dev": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - }, - "babel-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", - "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", - "dev": true, - "requires": { - "@jest/transform": "^28.1.3", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - } - }, - "babel-plugin-jest-hoist": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", - "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", - "dev": true, - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-preset-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", - "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", - "dev": true, - "requires": { - "babel-plugin-jest-hoist": "^28.1.3", - "babel-preset-current-node-syntax": "^1.0.0" - } - }, - "diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", - "dev": true - }, - "emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", - "dev": true, - "requires": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", - "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", - "dev": true, - "requires": { - "@jest/core": "^28.1.3", - "@jest/types": "^28.1.3", - "import-local": "^3.0.2", - "jest-cli": "^28.1.3" - } - }, - "jest-changed-files": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", - "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", - "dev": true, - "requires": { - "execa": "^5.0.0", - "p-limit": "^3.1.0" - } - }, - "jest-circus": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", - "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "p-limit": "^3.1.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - } - }, - "jest-cli": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", - "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", - "dev": true, - "requires": { - "@jest/core": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "prompts": "^2.0.1", - "yargs": "^17.3.1" - } - }, - "jest-config": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", - "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.3", - "@jest/types": "^28.1.3", - "babel-jest": "^28.1.3", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.3", - "jest-environment-node": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - } - }, - "jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-docblock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", - "integrity": "sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==", - "dev": true, - "requires": { - "detect-newline": "^3.0.0" - } - }, - "jest-each": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", - "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "jest-util": "^28.1.3", - "pretty-format": "^28.1.3" - } - }, - "jest-environment-node": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", - "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "dev": true - }, - "jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" - } - }, - "jest-leak-detector": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", - "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", - "dev": true, - "requires": { - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - } - }, - "jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - } - }, - "jest-mock": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", - "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*" - } - }, - "jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", - "dev": true - }, - "jest-resolve": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", - "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - } - }, - "jest-resolve-dependencies": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", - "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", - "dev": true, - "requires": { - "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.3" - } - }, - "jest-runner": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", - "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/environment": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "graceful-fs": "^4.2.9", - "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-leak-detector": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-resolve": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-util": "^28.1.3", - "jest-watcher": "^28.1.3", - "jest-worker": "^28.1.3", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" - } - }, - "jest-runtime": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", - "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/globals": "^28.1.3", - "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - } - }, - "jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" - } - }, - "jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - } - }, - "jest-validate": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", - "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "leven": "^3.1.0", - "pretty-format": "^28.1.3" - } - }, - "jest-watcher": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", - "dev": true, - "requires": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", - "string-length": "^4.0.1" - } - }, - "jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - } - }, - "react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", - "dev": true - }, - "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "ts-jest": { - "version": "28.0.8", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.8.tgz", - "integrity": "sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==", - "dev": true, - "requires": { - "bs-logger": "0.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^28.0.0", - "json5": "^2.2.1", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "7.x", - "yargs-parser": "^21.0.1" - } - }, - "v8-to-istanbul": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", - "integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - }, - "yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true - } - } - }, - "camino-ui": { - "version": "file:packages/ui", - "requires": { - "@babel/eslint-parser": "^7.18.9", - "@babel/preset-env": "^7.18.10", - "@juggle/resize-observer": "^3.4.0", - "@mdx-js/preact": "^2.1.3", - "@rollup/plugin-inject": "^4.0.4", - "@sentry/tracing": "^7.11.1", - "@sentry/vue": "^7.11.1", - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-controls": "^6.5.10", - "@storybook/addon-postcss": "^2.0.0", - "@storybook/addon-storyshots": "^6.5.10", - "@storybook/builder-vite": "^0.1.36", - "@storybook/vue3": "^6.5.10", - "@types/jest": "^28.1.7", - "@types/leaflet": "^1.7.11", - "@types/leaflet.markercluster": "^1.5.1", - "@types/webpack-env": "^1.18.0", - "@typescript-eslint/parser": "^5.34.0", - "@uppy/core": "^2.1.10", - "@uppy/tus": "^2.2.2", - "@vitejs/plugin-vue": "^2.3.1", - "@vue/eslint-config-prettier": "^7.0.0", - "@vue/eslint-config-standard": "^8.0.1", - "@vue/test-utils": "^2.0.2", - "@vue/vue3-jest": "28.1.0", - "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^28.1.3", - "babel-loader": "^8.2.5", - "babel-plugin-graphql-tag": "^3.3.0", - "babel-preset-vite": "^1.0.4", - "chalk": "^5.0.1", - "chart.js": "^3.9.1", - "commitizen": "^4.2.5", - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "core-js": "^3.24.1", - "cross-env": "^7.0.3", - "cross-fetch": "^3.1.5", - "cz-conventional-changelog": "^3.3.0", - "dotenv": "^16.0.1", - "email-validator": "^2.0.4", - "eslint": "^8.22.0", - "eslint-config-prettier": "^8.5.0", - "eslint-config-standard": "^17.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.8.7", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-vue": "^9.4.0", - "express": "^4.18.1", - "file-saver": "^2.0.5", - "graphql": "^16.6.0", - "graphql-react": "^15.0.0", - "graphql-tag": "^2.12.6", - "html-webpack-plugin": "^5.5.0", - "http-proxy-middleware": "^2.0.6", - "jest": "^28.1.3", - "jest-environment-jsdom": "^28.1.3", - "jest-fetch-mock": "^3.0.3", - "jest-serializer-vue": "^2.0.2", - "jest-transform-stub": "^2.0.0", - "jest-util": "^28.1.3", - "json2csv": "^5.0.7", - "jsondiffpatch": "^0.4.1", - "leaflet": "1.8.0", - "leaflet-fullscreen": "^1.0.2", - "leaflet-gesture-handling": "^1.2.2", - "leaflet.markercluster": "^1.5.3", - "npm-check-updates": "^16.0.5", - "postcss": "^8.4.16", - "postcss-calc": "^8.2.4", - "postcss-import": "14.1.0", - "postcss-loader": "^7.0.1", - "postcss-normalize": "^10.0.1", - "postcss-preset-env": "^7.8.0", - "prettier": "^2.7.1", - "rbush": "^3.0.1", - "rollup-plugin-visualizer": "^5.8.0", - "snarkdown": "^2.0.0", - "standard-version": "^9.5.0", - "ts-jest": "^28.0.8", - "typescript": "^4.7.4", - "vite": "^2.9.7", - "vue": "^3.2.37", - "vue-loader": "^17.0.0", - "vue-meta": "^2.4.0", - "vue-router": "^4.1.4", - "vue-tsc": "^1.0.3", - "vuex": "^4.0.2", - "vuex-router-sync": "^6.0.0-rc.1" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz", - "integrity": "sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==", - "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@csstools/postcss-cascade-layers": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.0.5.tgz", - "integrity": "sha512-Id/9wBT7FkgFzdEpiEWrsVd4ltDxN0rI0QS0SChbeQiSuux3z21SJCRLu6h2cvCEUmaRi+VD0mHFj+GJD4GFnw==", - "dev": true, - "requires": { - "@csstools/selector-specificity": "^2.0.2", - "postcss-selector-parser": "^6.0.10" - } - }, - "@csstools/postcss-color-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", - "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", - "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-font-format-keywords": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", - "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-hwb-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", - "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-ic-unit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", - "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", - "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-is-pseudo-class": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", - "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", - "dev": true, - "requires": { - "@csstools/selector-specificity": "^2.0.0", - "postcss-selector-parser": "^6.0.10" - } - }, - "@csstools/postcss-nested-calc": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", - "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-normalize-display-values": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", - "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-oklab-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", - "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", - "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-stepped-value-functions": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", - "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-text-decoration-shorthand": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", - "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-trigonometric-functions": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", - "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "@csstools/postcss-unset-value": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", - "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", - "dev": true, - "requires": {} - }, - "@csstools/selector-specificity": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz", - "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==", - "dev": true, - "requires": {} - }, - "@jest/console": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", - "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@jest/core": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", - "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/reporters": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.1.3", - "jest-config": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-resolve-dependencies": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "jest-watcher": "^28.1.3", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - } - } - }, - "@jest/environment": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", - "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", - "dev": true, - "requires": { - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3" - } - }, - "@jest/fake-timers": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", - "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", - "dev": true, - "requires": { - "@jest/types": "^28.1.3", - "@sinonjs/fake-timers": "^9.1.2", - "@types/node": "*", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" - } - }, - "@jest/globals": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", - "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", - "dev": true, - "requires": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/types": "^28.1.3" - } - }, - "@jest/reporters": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", - "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", - "dev": true, - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^9.0.1" - }, - "dependencies": { - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - } - } - }, - "@jest/source-map": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-28.1.2.tgz", - "integrity": "sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==", - "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.13", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" - } - }, - "@jest/test-result": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", - "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", - "dev": true, - "requires": { - "@jest/console": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", - "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", - "dev": true, - "requires": { - "@jest/test-result": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "slash": "^3.0.0" - } - }, - "@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "@storybook/addon-storyshots": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addon-storyshots/-/addon-storyshots-6.5.10.tgz", - "integrity": "sha512-26vYmjcUupgsfCkfM3oGpbiyxH8bsdArPngwDdC8PRR7+wuhdKtFtQMYE/FcPQZTiF2IvvYdUZ7smPUmL732Yg==", - "dev": true, - "requires": { - "@jest/transform": "^26.6.2", - "@storybook/addons": "6.5.10", - "@storybook/babel-plugin-require-context-hook": "1.0.1", - "@storybook/client-api": "6.5.10", - "@storybook/core": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@types/glob": "^7.1.3", - "@types/jest": "^26.0.16", - "@types/jest-specific-snapshot": "^0.5.3", - "core-js": "^3.8.2", - "glob": "^7.1.6", - "global": "^4.4.0", - "jest-specific-snapshot": "^4.0.0", - "preact-render-to-string": "^5.1.19", - "pretty-format": "^26.6.2", - "react-test-renderer": "^16.8.0 || ^17.0.0", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - }, - "dependencies": { - "@types/jest": { - "version": "26.0.24", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz", - "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==", - "dev": true, - "requires": { - "jest-diff": "^26.0.0", - "pretty-format": "^26.0.0" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", - "dev": true - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@storybook/addons": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.10.tgz", - "integrity": "sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==", - "dev": true, - "requires": { - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.10.tgz", - "integrity": "sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/builder-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack4/-/builder-webpack4-6.5.10.tgz", - "integrity": "sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/preview-web": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "autoprefixer": "^9.8.6", - "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^4.1.6", - "glob": "^7.1.6", - "glob-promise": "^3.4.0", - "global": "^4.4.0", - "html-webpack-plugin": "^4.0.0", - "pnp-webpack-plugin": "1.6.4", - "postcss": "^7.0.36", - "postcss-flexbugs-fixes": "^4.2.1", - "postcss-loader": "^4.2.0", - "raw-loader": "^4.0.2", - "stable": "^0.1.8", - "style-loader": "^1.3.0", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-filter-warnings-plugin": "^1.2.1", - "webpack-hot-middleware": "^2.25.1", - "webpack-virtual-modules": "^0.2.2" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - } - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz", - "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.5.5", - "chalk": "^2.4.1", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", - "dev": true, - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - } - } - } - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "dev": true - }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, - "postcss-loader": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", - "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", - "dev": true, - "requires": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.4" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dev": true, - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - } - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dev": true, - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - } - } - } - } - } - }, - "@storybook/channel-postmessage": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.5.10.tgz", - "integrity": "sha512-t9PTA0UzFvYa3IlOfpBOolfrRMPTjUMIeCQ6FNyM0aj5GqLKSvoQzP8NeoRpIrvyf6ljFKKdaMaZ3fiCvh45ag==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "core-js": "^3.8.2", - "global": "^4.4.0", - "qs": "^6.10.0", - "telejson": "^6.0.8" - } - }, - "@storybook/channel-websocket": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channel-websocket/-/channel-websocket-6.5.10.tgz", - "integrity": "sha512-RTXMZbMWCS3xU+4GVIdfnUXsKcwg/WTozy88/5OxaKjGw6KgRedqLAQJKJ6Y5XlnwIcWelirkHj/COwTTXhbPg==", - "dev": true, - "requires": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "global": "^4.4.0", - "telejson": "^6.0.8" - } - }, - "@storybook/channels": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.10.tgz", - "integrity": "sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-api": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.10.tgz", - "integrity": "sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "@types/qs": "^6.9.5", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "store2": "^2.12.0", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/client-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.10.tgz", - "integrity": "sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==", - "dev": true, - "requires": { - "core-js": "^3.8.2", - "global": "^4.4.0" - } - }, - "@storybook/components": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.10.tgz", - "integrity": "sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/core": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-6.5.10.tgz", - "integrity": "sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==", - "dev": true, - "requires": { - "@storybook/core-client": "6.5.10", - "@storybook/core-server": "6.5.10" - } - }, - "@storybook/core-client": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-6.5.10.tgz", - "integrity": "sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/channel-websocket": "6.5.10", - "@storybook/client-api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/preview-web": "6.5.10", - "@storybook/store": "6.5.10", - "@storybook/ui": "6.5.10", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/core-common": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.10.tgz", - "integrity": "sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-decorators": "^7.12.12", - "@babel/plugin-proposal-export-default-from": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.12", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@babel/register": "^7.12.1", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/pretty-hrtime": "^1.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-macros": "^3.0.1", - "babel-plugin-polyfill-corejs3": "^0.1.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "express": "^4.17.1", - "file-system-cache": "^1.0.5", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "handlebars": "^4.7.7", - "interpret": "^2.2.0", - "json5": "^2.1.3", - "lazy-universal-dotenv": "^3.0.1", - "picomatch": "^2.3.0", - "pkg-dir": "^5.0.0", - "pretty-hrtime": "^1.0.3", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "4" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "dev": true - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - } - } - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dev": true, - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - } - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dev": true, - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - } - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - } - } - } - }, - "@storybook/core-events": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.10.tgz", - "integrity": "sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==", - "dev": true, - "requires": { - "core-js": "^3.8.2" - } - }, - "@storybook/core-server": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-6.5.10.tgz", - "integrity": "sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==", - "dev": true, - "requires": { - "@discoveryjs/json-ext": "^0.5.3", - "@storybook/builder-webpack4": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/csf-tools": "6.5.10", - "@storybook/manager-webpack4": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/store": "6.5.10", - "@storybook/telemetry": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/node-fetch": "^2.5.7", - "@types/pretty-hrtime": "^1.0.0", - "@types/webpack": "^4.41.26", - "better-opn": "^2.1.1", - "boxen": "^5.1.2", - "chalk": "^4.1.0", - "cli-table3": "^0.6.1", - "commander": "^6.2.1", - "compression": "^1.7.4", - "core-js": "^3.8.2", - "cpy": "^8.1.2", - "detect-port": "^1.3.0", - "express": "^4.17.1", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "globby": "^11.0.2", - "ip": "^2.0.0", - "lodash": "^4.17.21", - "node-fetch": "^2.6.7", - "open": "^8.4.0", - "pretty-hrtime": "^1.0.3", - "prompts": "^2.4.0", - "regenerator-runtime": "^0.13.7", - "serve-favicon": "^2.5.0", - "slash": "^3.0.0", - "telejson": "^6.0.8", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "watchpack": "^2.2.0", - "webpack": "4", - "ws": "^8.2.3", - "x-default-browser": "^0.4.0" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "dev": true - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - } - } - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dev": true, - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - } - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dev": true, - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - } - } - } - } - } - }, - "@storybook/csf-tools": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.10.tgz", - "integrity": "sha512-H77kZQEisu7+skzeIbNZwmE09OqLjwJTeFhLN1pcjxKVa30LEI3pBHcNBxVKqgxl+Yg3KkB7W/ArLO2N+i2ohw==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/generator": "^7.12.11", - "@babel/parser": "^7.12.11", - "@babel/plugin-transform-react-jsx": "^7.12.12", - "@babel/preset-env": "^7.12.11", - "@babel/traverse": "^7.12.11", - "@babel/types": "^7.12.11", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/mdx1-csf": "^0.0.1", - "core-js": "^3.8.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7", - "ts-dedent": "^2.0.0" - } - }, - "@storybook/manager-webpack4": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.10.tgz", - "integrity": "sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/preset-react": "^7.12.10", - "@storybook/addons": "6.5.10", - "@storybook/core-client": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/node-logger": "6.5.10", - "@storybook/theming": "6.5.10", - "@storybook/ui": "6.5.10", - "@types/node": "^14.0.10 || ^16.0.0", - "@types/webpack": "^4.41.26", - "babel-loader": "^8.0.0", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "css-loader": "^3.6.0", - "express": "^4.17.1", - "file-loader": "^6.2.0", - "find-up": "^5.0.0", - "fs-extra": "^9.0.1", - "html-webpack-plugin": "^4.0.0", - "node-fetch": "^2.6.7", - "pnp-webpack-plugin": "1.6.4", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0", - "style-loader": "^1.3.0", - "telejson": "^6.0.8", - "terser-webpack-plugin": "^4.2.3", - "ts-dedent": "^2.0.0", - "url-loader": "^4.1.1", - "util-deprecate": "^1.0.2", - "webpack": "4", - "webpack-dev-middleware": "^3.7.3", - "webpack-virtual-modules": "^0.2.2" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", - "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", - "dev": true - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", - "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", - "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - } - } - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dev": true, - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - }, - "html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz", - "integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==", - "dev": true, - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - } - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dev": true, - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - } - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", - "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz", - "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==", - "dev": true, - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - } - } - } - } - } - }, - "@storybook/node-logger": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.10.tgz", - "integrity": "sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==", - "dev": true, - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "npmlog": "^5.0.1", - "pretty-hrtime": "^1.0.3" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@storybook/preview-web": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.10.tgz", - "integrity": "sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/channel-postmessage": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", - "ansi-to-html": "^0.6.11", - "core-js": "^3.8.2", - "global": "^4.4.0", - "lodash": "^4.17.21", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "unfetch": "^4.2.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/router": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.10.tgz", - "integrity": "sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/store": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.10.tgz", - "integrity": "sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "core-js": "^3.8.2", - "fast-deep-equal": "^3.1.3", - "global": "^4.4.0", - "lodash": "^4.17.21", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7", - "slash": "^3.0.0", - "stable": "^0.1.8", - "synchronous-promise": "^2.0.15", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" - } - }, - "@storybook/telemetry": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/telemetry/-/telemetry-6.5.10.tgz", - "integrity": "sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "@storybook/core-common": "6.5.10", - "chalk": "^4.1.0", - "core-js": "^3.8.2", - "detect-package-manager": "^2.0.1", - "fetch-retry": "^5.0.2", - "fs-extra": "^9.0.1", - "global": "^4.4.0", - "isomorphic-unfetch": "^3.1.0", - "nanoid": "^3.3.1", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@storybook/theming": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.10.tgz", - "integrity": "sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==", - "dev": true, - "requires": { - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "regenerator-runtime": "^0.13.7" - } - }, - "@storybook/ui": { - "version": "6.5.10", - "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.10.tgz", - "integrity": "sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==", - "dev": true, - "requires": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-events": "6.5.10", - "@storybook/router": "6.5.10", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", - "core-js": "^3.8.2", - "memoizerific": "^1.11.3", - "qs": "^6.10.0", - "regenerator-runtime": "^0.13.7", - "resolve-from": "^5.0.0" - } - }, - "@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", - "dev": true, - "peer": true - }, - "@types/html-minifier-terser": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz", - "integrity": "sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==", - "dev": true - }, - "@types/jest": { - "version": "28.1.7", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz", - "integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==", - "dev": true, - "requires": { - "expect": "^28.0.0", - "pretty-format": "^28.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - } - } - } - }, - "@types/node": { - "version": "16.11.54", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", - "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", - "dev": true - }, - "@types/yargs": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.11.tgz", - "integrity": "sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==", - "dev": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "@vue/eslint-config-standard": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-standard/-/eslint-config-standard-8.0.1.tgz", - "integrity": "sha512-+FsTb8kOf2GSbXXTwbigRBRRur/byMbwL6Ijii2JoXW4hsLB4arl9lbgV54OUOV5o20INLHDmBVONO16rP/a1g==", - "dev": true, - "requires": { - "eslint-config-standard": "^17.0.0", - "eslint-import-resolver-custom-alias": "^1.3.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-n": "^15.2.4", - "eslint-plugin-promise": "^6.0.0" - } - }, - "@vue/vue3-jest": { - "version": "28.1.0", - "resolved": "https://registry.npmjs.org/@vue/vue3-jest/-/vue3-jest-28.1.0.tgz", - "integrity": "sha512-A4Ek39u0KtVlUBwzio6DZld8egggTr8JPrSUcHllX4X96LsQUJReyIgPf+sMVCfpNeZUBDqbZ4QHhudBHa9Xzw==", - "dev": true, - "requires": { - "@babel/plugin-transform-modules-commonjs": "^7.2.0", - "chalk": "^2.1.0", - "convert-source-map": "^1.6.0", - "css-tree": "^2.0.1", - "source-map": "0.5.6", - "tsconfig": "^7.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "source-map": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", - "dev": true, - "peer": true - }, - "@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", - "dev": true, - "peer": true - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", - "dev": true, - "peer": true - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - } - } - }, - "@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", - "dev": true, - "peer": true, - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", - "dev": true, - "peer": true, - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", - "dev": true, - "peer": true - }, - "@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - } - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - } - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", - "dev": true, - "peer": true, + "available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true + }, + "aws-sdk": { + "version": "2.1128.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1128.0.tgz", + "integrity": "sha512-A3YjMQHDtV4mXf35m8zlM+nsVq5KfyKeiXrEMG7Bdlucuxl7aPdKEmYrPQLw9ZyhYY/x4o08pPuTr/stJaVGeg==", + "requires": { + "buffer": "4.9.2", + "events": "1.1.1", + "ieee754": "1.1.13", + "jmespath": "0.16.0", + "querystring": "0.2.0", + "sax": "1.2.1", + "url": "0.10.3", + "uuid": "3.3.2", + "xml2js": "0.4.19" + }, + "dependencies": { + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + } + } + }, + "axios": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "requires": { + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" + }, + "dependencies": { + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "requires": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", - "dev": true, - "peer": true, - "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - } + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" } - }, - "babel-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", - "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", + } + } + }, + "babel-core": { + "version": "7.0.0-bridge.0", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", + "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", + "dev": true, + "requires": {} + }, + "babel-literal-to-ast": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/babel-literal-to-ast/-/babel-literal-to-ast-2.1.0.tgz", + "integrity": "sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.6", + "@babel/traverse": "^7.1.6", + "@babel/types": "^7.1.6" + } + }, + "babel-loader": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", + "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "dev": true, + "requires": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, "requires": { - "@jest/transform": "^28.1.3", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - } + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" } }, - "babel-plugin-jest-hoist": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", - "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" } }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz", - "integrity": "sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==", + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" + "p-locate": "^4.1.0" } }, - "babel-preset-jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", - "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "requires": { - "babel-plugin-jest-hoist": "^28.1.3", - "babel-preset-current-node-syntax": "^1.0.0" + "p-try": "^2.0.0" } }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" + "p-limit": "^2.2.0" } }, - "cacache": { - "version": "12.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", - "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - } + "find-up": "^4.0.0" } - }, - "chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + } + } + }, + "babel-plugin-apply-mdx-type-prop": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", + "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "7.10.4", + "@mdx-js/util": "1.6.22" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", "dev": true - }, - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-extract-import-names": { + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", + "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "7.10.4" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", "dev": true - }, - "clean-css": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", - "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", + } + } + }, + "babel-plugin-graphql-tag": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/babel-plugin-graphql-tag/-/babel-plugin-graphql-tag-3.3.0.tgz", + "integrity": "sha512-27qfJhFJ2jQg+ktcC3cdppE2RrXZ5uiDz+39YC5lhkmftWPuJW8ET9Ehskwv7ujScZ1jSKhs5/JZKlESCkwIBg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/parser": "^7.3.2", + "babel-literal-to-ast": "^2.1.0", + "debug": "^4.1.1" + } + }, + "babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + } + }, + "babel-plugin-polyfill-corejs2": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", + "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.2", + "semver": "^6.1.1" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", + "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.2", + "core-js-compat": "^3.21.0" + } + }, + "babel-plugin-polyfill-regenerator": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz", + "integrity": "sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.2" + } + }, + "babel-plugin-transform-vite-meta-env": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-env/-/babel-plugin-transform-vite-meta-env-1.0.3.tgz", + "integrity": "sha512-eyfuDEXrMu667TQpmctHeTlJrZA6jXYHyEJFjcM0yEa60LS/LXlOg2PBbMb8DVS+V9CnTj/j9itdlDVMcY2zEg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.13.9", + "@types/babel__core": "^7.1.12" + } + }, + "babel-plugin-transform-vite-meta-glob": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-vite-meta-glob/-/babel-plugin-transform-vite-meta-glob-1.0.3.tgz", + "integrity": "sha512-JW3VnwUjJqpj0FM0vJFxrGdxSBcHOa0j5YMvvtXYPmFshroq53nbK9dqRETgjXlMrfIz0oU/6ki+u1GdVWdNHA==", + "dev": true, + "requires": { + "@babel/runtime": "^7.13.9", + "@types/babel__core": "^7.1.12", + "glob": "^7.1.6" + } + }, + "babel-preset-vite": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/babel-preset-vite/-/babel-preset-vite-1.0.4.tgz", + "integrity": "sha512-RZS/wNfEUD8aMliObxqlPw4ZR7R5OsT1G2IHd5nuUmiYKS6zemur8aZ5WPbfQwPpTPe9VEjcrxQA/6PKBWRTkg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.13.9", + "@types/babel__core": "^7.1.12", + "babel-plugin-transform-vite-meta-env": "1.0.3", + "babel-plugin-transform-vite-meta-glob": "1.0.3" + } + }, + "babel-walk": { + "version": "3.0.0-canary-5", + "resolved": "https://registry.npmjs.org/babel-walk/-/babel-walk-3.0.0-canary-5.tgz", + "integrity": "sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==", + "dev": true, + "requires": { + "@babel/types": "^7.9.6" + } + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "dev": true + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dev": true, + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "dev": true, "requires": { - "source-map": "~0.6.0" + "is-descriptor": "^1.0.0" } }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true + } + } + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "bcryptjs": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", + "integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=" + }, + "before-after-hook": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz", + "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==", + "dev": true + }, + "better-opn": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-2.1.1.tgz", + "integrity": "sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==", + "dev": true, + "requires": { + "open": "^7.0.3" + }, + "dependencies": { + "open": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", + "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", "dev": true, "requires": { - "color-name": "1.1.3" + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "dev": true - }, - "cssdb": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.0.1.tgz", - "integrity": "sha512-pT3nzyGM78poCKLAEy2zWIVX2hikq6dIrjuZzLV98MumBg+xMTNYfHx7paUlfiRTgg91O/vR889CIf+qiv79Rw==", - "dev": true - }, - "cssom": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", - "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", - "dev": true - }, - "data-urls": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", - "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", + } + } + }, + "big-integer": { + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "dev": true, + "optional": true + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "bignumber.js": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.2.tgz", + "integrity": "sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==" + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + }, + "dependencies": { + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + } + } + }, + "bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "requires": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + }, + "dependencies": { + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "dev": true, "requires": { - "abab": "^2.0.6", - "whatwg-mimetype": "^3.0.0", - "whatwg-url": "^11.0.0" - }, - "dependencies": { - "whatwg-url": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", - "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", - "dev": true, - "requires": { - "tr46": "^3.0.0", - "webidl-conversions": "^7.0.0" - } - } + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" } }, - "diff-sequences": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", - "integrity": "sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==", - "dev": true - }, - "domexception": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", - "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "requires": { - "webidl-conversions": "^7.0.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" } + } + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "bn.js": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", + "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==", + "dev": true + }, + "body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" }, - "emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", - "dev": true + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", + "dev": true + }, + "boxen": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "dev": true, + "requires": { + "ansi-align": "^3.0.0", + "camelcase": "^6.2.0", + "chalk": "^4.1.0", + "cli-boxes": "^2.2.1", + "string-width": "^4.2.2", + "type-fest": "^0.20.2", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "enhanced-resolve": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", - "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, - "peer": true, "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" } }, - "eslint-plugin-vue": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz", - "integrity": "sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ==", + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "bplist-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz", + "integrity": "sha512-2AEM0FXy8ZxVLBuqX0hqt1gDwcnz2zygEkQ6zaD5Wko/sB9paUNwlpawrFtKeHUAQUOzjVy9AO4oeonqIHKA9Q==", + "dev": true, + "optional": true, + "requires": { + "big-integer": "^1.6.7" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "dev": true + }, + "browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", + "dev": true, + "optional": true, + "peer": true + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dev": true, + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dev": true, + "requires": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "dev": true, + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "requires": { - "eslint-utils": "^3.0.0", - "natural-compare": "^1.4.0", - "nth-check": "^2.0.1", - "postcss-selector-parser": "^6.0.9", - "semver": "^7.3.5", - "vue-eslint-parser": "^9.0.1", - "xml-name-validator": "^4.0.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" } }, - "eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true - }, - "events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + } + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.21.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", + "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001370", + "electron-to-chromium": "^1.4.202", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.5" + } + }, + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + } + } + }, + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "buffer-writer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz", + "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "dev": true + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", + "dev": true + }, + "builtins": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", + "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", + "dev": true, + "requires": { + "semver": "^7.0.0" + } + }, + "busboy": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", + "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", + "requires": { + "dicer": "0.3.0" + } + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "c8": { + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-7.12.0.tgz", + "integrity": "sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==", + "dev": true, + "requires": { + "@bcoe/v8-coverage": "^0.2.3", + "@istanbuljs/schema": "^0.1.3", + "find-up": "^5.0.0", + "foreground-child": "^2.0.0", + "istanbul-lib-coverage": "^3.2.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-reports": "^3.1.4", + "rimraf": "^3.0.2", + "test-exclude": "^6.0.0", + "v8-to-istanbul": "^9.0.0", + "yargs": "^16.2.0", + "yargs-parser": "^20.2.9" + }, + "dependencies": { + "v8-to-istanbul": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz", + "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==", "dev": true, - "peer": true - }, - "expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", + "requires": { + "@jridgewell/trace-mapping": "^0.3.7", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0" + } + } + } + }, + "cacache": { + "version": "16.0.7", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.7.tgz", + "integrity": "sha512-a4zfQpp5vm4Ipdvbj+ZrPonikRhm6WBEd4zT1Yc1DXsmAxrPgDwWBLF/u/wTVXSFPIgOJ1U3ghSa2Xm4s3h28w==", + "dev": true, + "requires": { + "@npmcli/fs": "^2.1.0", + "@npmcli/move-file": "^2.0.0", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "glob": "^8.0.1", + "infer-owner": "^1.0.4", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", + "tar": "^6.1.11", + "unique-filename": "^1.1.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "requires": { - "@jest/expect-utils": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3" + "balanced-match": "^1.0.0" } }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "glob": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz", + "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==", "dev": true, "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, - "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "lru-cache": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.9.0.tgz", + "integrity": "sha512-lkcNMUKqdJk96TuIXUidxaPuEg5sJo/+ZyVE2BDFnuZGzwXem7d8582eG8vbu4todLfT14snP6iHriCHXXi5Rw==", + "dev": true + }, + "minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + }, + "dependencies": { + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true + } + } + }, + "cacheable-lookup": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-6.1.0.tgz", + "integrity": "sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==", + "dev": true + }, + "cacheable-request": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", + "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" + "pump": "^3.0.0" } }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true + } + } + }, + "cachedir": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz", + "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==", + "dev": true + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "call-me-maybe": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==", + "dev": true + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + }, + "camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true + }, + "camelcase-keys": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", + "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "map-obj": "^4.0.0", + "quick-lru": "^4.0.1" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + } + } + }, + "camino-api": { + "version": "file:packages/api", + "requires": { + "@graphql-tools/graphql-file-loader": "^7.5.2", + "@graphql-tools/load": "^7.7.4", + "@sentry/node": "^7.11.1", + "@sentry/types": "^7.11.1", + "@sindresorhus/slugify": "^1.1.2", + "@turf/center": "^6.5.0", + "@turf/intersect": "^6.5.0", + "@types/basic-auth": "^1.1.3", + "@types/bcryptjs": "^2.4.2", + "@types/compression": "1.7.2", + "@types/cookie-parser": "^1.4.3", + "@types/cors": "^2.8.12", + "@types/dateformat": "^5.0.0", + "@types/express": "^4.17.13", + "@types/express-jwt": "6.0.4", + "@types/express-serve-static-core": "^4.17.30", + "@types/geojson": "^7946.0.10", + "@types/graphql-type-json": "^0.3.2", + "@types/graphql-upload": "^8.0.11", + "@types/jsonwebtoken": "^8.5.8", + "@types/node": "^18.7.12", + "@types/node-fetch": "^2.5.12", + "@types/pg": "^8.6.5", + "@types/proj4": "^2.5.2", + "@types/shpjs": "^3.4.1", + "@types/sql-formatter": "^2.3.0", + "@types/stream-json": "^1.7.2", + "@types/supertest": "^2.0.12", + "@typescript-eslint/eslint-plugin": "^5.34.0", + "@typescript-eslint/parser": "^5.34.0", + "@vitest/coverage-c8": "^0.25.2", + "basic-auth": "^2.0.1", + "bcryptjs": "^2.4.3", + "camelcase": "^6.3.0", + "cerbere": "^0.2.3", + "chalk": "^4.1.2", + "commitizen": "^4.2.5", + "compression": "^1.7.4", + "cookie-parser": "^1.4.6", + "cors": "^2.8.5", + "crypto-random-string": "^3.3.1", + "cz-conventional-changelog": "^3.3.0", + "dateformat": "^4.5.1", + "decamelize": "^5.0.0", + "dotenv": "^16.0.1", + "email-regex": "4.0.0", + "eslint": "^8.22.0", + "eslint-config-prettier": "^8.5.0", + "eslint-config-standard": "^17.0.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-n": "^15.2.5", + "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-standard": "^5.0.0", + "eslint-plugin-tsdoc": "^0.2.16", + "express": "^4.18.1", + "express-graphql": "^0.12.0", + "express-jwt": "^6.1.1", + "express-rate-limit": "^6.5.1", + "geojson-rewind": "^0.3.1", + "graphql": "^16.6.0", + "graphql-fields": "^2.0.3", + "graphql-scalars": "^1.18.0", + "graphql-type-json": "^0.3.2", + "graphql-upload": "^13.0.0", + "html-to-text": "^8.2.1", + "jsondiffpatch": "^0.4.1", + "jsonwebtoken": "^8.5.1", + "jszip": "^3.10.1", + "knex": "^2.3.0", + "make-dir": "^3.1.0", + "matomo-tracker": "^2.2.4", + "node-fetch": "^2.6.5", + "node-mailjet": "^5.1.1", + "nodemon": "^2.0.19", + "npm-check-updates": "^16.0.5", + "objection": "github:Vincit/objection.js#dbb20aebaac2059149ec18386283b3cce4a3d7f0", + "pg": "^8.8.0", + "pg-escape": "^0.2.0", + "prettier-eslint": "^15.0.1", + "proj4": "^2.8.0", + "shpjs": "^4.0.4", + "sql-formatter": "^9.2.0", + "standard-version": "^9.5.0", + "stream-json": "^1.7.4", + "supertest": "^6.2.4", + "ts-node": "^10.9.1", + "tus-node-server": "^0.7.1", + "typescript": "^4.8.4", + "vite": "^3.2.4", + "vitest": "^0.25.2", + "xlsx": "^0.18.5", + "xstate": "^4.34.0" + }, + "dependencies": { + "dateformat": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", + "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==" }, "graphql": { "version": "16.6.0", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", - "dev": true + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" }, - "html-encoding-sniffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", - "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", - "dev": true, - "requires": { - "whatwg-encoding": "^2.0.0" - } + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true }, - "html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", - "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", + "postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": { - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true - } + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" } }, - "iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", "dev": true, "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" + "esbuild": "^0.15.9", + "fsevents": "~2.3.2", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" } - }, - "ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "dev": true - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + } + } + }, + "camino-common": { + "version": "file:packages/common", + "requires": { + "@typescript-eslint/eslint-plugin": "^5.34.0", + "@typescript-eslint/parser": "^5.34.0", + "@vitest/coverage-c8": "*", + "typescript": "^4.8.4", + "vite": "^3.2.4", + "vitest": "^0.25.2" + }, + "dependencies": { + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "requires": { - "is-plain-object": "^2.0.4" + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" } }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", "dev": true, "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } + "esbuild": "^0.15.9", + "fsevents": "~2.3.2", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + } + } + }, + "camino-ui": { + "version": "file:packages/ui", + "requires": { + "@babel/eslint-parser": "^7.18.9", + "@babel/preset-env": "^7.18.10", + "@juggle/resize-observer": "^3.4.0", + "@mdx-js/preact": "^2.1.3", + "@rollup/plugin-inject": "^4.0.4", + "@sentry/tracing": "^7.11.1", + "@sentry/vue": "^7.11.1", + "@storybook/addon-actions": "^6.5.13", + "@storybook/addon-controls": "^6.5.13", + "@storybook/addon-postcss": "^2.0.0", + "@storybook/builder-vite": "^0.2.5", + "@storybook/testing-vue3": "^0.0.2", + "@storybook/vue3": "^6.5.13", + "@testing-library/vue": "^6.6.1", + "@types/leaflet": "^1.7.11", + "@types/leaflet.markercluster": "^1.5.1", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/parser": "^5.34.0", + "@uppy/core": "^2.1.10", + "@uppy/tus": "^2.2.2", + "@vitejs/plugin-vue": "^3.2.0", + "@vitejs/plugin-vue-jsx": "^2.1.1", + "@vitest/coverage-c8": "^0.25.2", + "@vue/eslint-config-prettier": "^7.0.0", + "@vue/eslint-config-standard": "^8.0.1", + "@vue/test-utils": "^2.0.2", + "babel-core": "^7.0.0-bridge.0", + "babel-loader": "^8.2.5", + "babel-plugin-graphql-tag": "^3.3.0", + "babel-preset-vite": "^1.0.4", + "chalk": "^5.0.1", + "chart.js": "^3.9.1", + "commitizen": "^4.2.5", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "core-js": "^3.24.1", + "cross-fetch": "^3.1.5", + "cz-conventional-changelog": "^3.3.0", + "dotenv": "^16.0.1", + "email-validator": "^2.0.4", + "eslint": "^8.22.0", + "eslint-config-prettier": "^8.5.0", + "eslint-config-standard": "^17.0.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-vue": "^9.4.0", + "express": "^4.18.1", + "file-saver": "^2.0.5", + "graphql": "^16.6.0", + "graphql-react": "^15.0.0", + "graphql-tag": "^2.12.6", + "html-webpack-plugin": "^5.5.0", + "http-proxy-middleware": "^2.0.6", + "json2csv": "^5.0.7", + "jsondiffpatch": "^0.4.1", + "leaflet": "1.8.0", + "leaflet-fullscreen": "^1.0.2", + "leaflet-gesture-handling": "^1.2.2", + "leaflet.markercluster": "^1.5.3", + "npm-check-updates": "^16.0.5", + "postcss": "^8.4.16", + "postcss-calc": "^8.2.4", + "postcss-import": "14.1.0", + "postcss-loader": "^7.0.1", + "postcss-normalize": "^10.0.1", + "postcss-preset-env": "^7.8.0", + "prettier": "^2.7.1", + "rbush": "^3.0.1", + "rollup-plugin-visualizer": "^5.8.0", + "snarkdown": "^2.0.0", + "standard-version": "^9.5.0", + "typescript": "^4.8.4", + "vite": "^3.2.4", + "vitest": "^0.25.2", + "vitest-fetch-mock": "^0.2.1", + "vue": "^3.2.45", + "vue-loader": "^17.0.1", + "vue-meta": "^2.4.0", + "vue-router": "^4.1.6", + "vue-tsc": "^1.0.9", + "vuex": "^4.1.0", + "vuex-router-sync": "^6.0.0-rc.1" + }, + "dependencies": { + "@csstools/postcss-cascade-layers": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.0.5.tgz", + "integrity": "sha512-Id/9wBT7FkgFzdEpiEWrsVd4ltDxN0rI0QS0SChbeQiSuux3z21SJCRLu6h2cvCEUmaRi+VD0mHFj+GJD4GFnw==", "dev": true, "requires": { - "isobject": "^3.0.1" + "@csstools/selector-specificity": "^2.0.2", + "postcss-selector-parser": "^6.0.10" } }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", - "dev": true - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true - }, - "jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", - "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", + "@csstools/postcss-color-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", + "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", "dev": true, "requires": { - "@jest/core": "^28.1.3", - "@jest/types": "^28.1.3", - "import-local": "^3.0.2", - "jest-cli": "^28.1.3" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" } }, - "jest-changed-files": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", - "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", + "@csstools/postcss-font-format-keywords": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", + "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", "dev": true, "requires": { - "execa": "^5.0.0", - "p-limit": "^3.1.0" + "postcss-value-parser": "^4.2.0" } }, - "jest-circus": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", - "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", + "@csstools/postcss-hwb-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", + "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", "dev": true, "requires": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "p-limit": "^3.1.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "postcss-value-parser": "^4.2.0" } }, - "jest-cli": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", - "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", + "@csstools/postcss-ic-unit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", + "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", "dev": true, "requires": { - "@jest/core": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "prompts": "^2.0.1", - "yargs": "^17.3.1" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" } }, - "jest-config": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", - "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", + "@csstools/postcss-is-pseudo-class": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", + "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", "dev": true, "requires": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.3", - "@jest/types": "^28.1.3", - "babel-jest": "^28.1.3", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.3", - "jest-environment-node": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-runner": "^28.1.3", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" } }, - "jest-diff": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", - "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", + "@csstools/postcss-nested-calc": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", + "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", "dev": true, "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "postcss-value-parser": "^4.2.0" } }, - "jest-docblock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", - "integrity": "sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==", + "@csstools/postcss-normalize-display-values": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", + "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", "dev": true, "requires": { - "detect-newline": "^3.0.0" + "postcss-value-parser": "^4.2.0" } }, - "jest-each": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", - "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", + "@csstools/postcss-oklab-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", + "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", "dev": true, "requires": { - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "jest-util": "^28.1.3", - "pretty-format": "^28.1.3" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" } }, - "jest-environment-jsdom": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-28.1.3.tgz", - "integrity": "sha512-HnlGUmZRdxfCByd3GM2F100DgQOajUBzEitjGqIREcb45kGjZvRrKUdlaF6escXBdcXNl0OBh+1ZrfeZT3GnAg==", + "@csstools/postcss-stepped-value-functions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", + "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", "dev": true, "requires": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/jsdom": "^16.2.4", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3", - "jsdom": "^19.0.0" + "postcss-value-parser": "^4.2.0" } }, - "jest-environment-node": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", - "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", + "@csstools/postcss-text-decoration-shorthand": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", + "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", "dev": true, "requires": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" + "postcss-value-parser": "^4.2.0" } }, - "jest-get-type": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", - "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==", - "dev": true - }, - "jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", + "@csstools/postcss-trigonometric-functions": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", + "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", "dev": true, "requires": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" + "postcss-value-parser": "^4.2.0" } }, - "jest-leak-detector": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", - "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", + "@csstools/postcss-unset-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", + "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", + "dev": true, + "requires": {} + }, + "@csstools/selector-specificity": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz", + "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==", + "dev": true, + "requires": {} + }, + "@joshwooding/vite-plugin-react-docgen-typescript": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@joshwooding/vite-plugin-react-docgen-typescript/-/vite-plugin-react-docgen-typescript-0.0.5.tgz", + "integrity": "sha512-HwAEj/vAP1+hzBfIv9DTCyg+1O0/LG48Up7j1RmJ+pFwjb/wRxzUBco4LqKFKe7SZ0M6IyASNh1oKP3yHnJElA==", "dev": true, "requires": { - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - } - } + "@rollup/pluginutils": "^4.2.1", + "glob": "^7.2.0", + "glob-promise": "^4.2.0", + "magic-string": "^0.26.1", + "react-docgen-typescript": "^2.1.1" } }, - "jest-matcher-utils": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", - "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", + "@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", "dev": true, "requires": { - "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" } }, - "jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "@storybook/builder-vite": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-0.2.5.tgz", + "integrity": "sha512-0PktEaYsbR6gGE/YDkW/tI1VxVnaPNZpHGpiWfDU7c5hjCajWYzdFTgHOwcXT8tiTs+WN/rvoCPT2iAhSCcHIw==", "dev": true, "requires": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", + "@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5", + "@storybook/core-common": "^6.4.3", + "@storybook/mdx1-csf": "^0.0.4", + "@storybook/node-logger": "^6.4.3", + "@storybook/semver": "^7.3.2", + "@storybook/source-loader": "^6.4.3", + "@vitejs/plugin-react": "^2.0.0", + "ast-types": "^0.14.2", + "es-module-lexer": "^0.9.3", + "glob": "^7.2.0", + "glob-promise": "^4.2.0", + "magic-string": "^0.26.1", + "react-docgen": "^6.0.0-alpha.0", "slash": "^3.0.0", - "stack-utils": "^2.0.3" + "sveltedoc-parser": "^4.2.1" + } + }, + "@storybook/mdx1-csf": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.4.tgz", + "integrity": "sha512-xxUEMy0D+0G1aSYxbeVNbs+XBU5nCqW4I7awpBYSTywXDv/MJWeC6FDRpj5P1pgfq8j8jWDD5ZDvBQ7syFg0LQ==", + "dev": true, + "requires": { + "@babel/generator": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/preset-env": "^7.12.11", + "@babel/types": "^7.12.11", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", + "@types/lodash": "^4.14.167", + "js-string-escape": "^1.0.1", + "loader-utils": "^2.0.0", + "lodash": "^4.17.21", + "prettier": ">=2.2.1 <=2.3.0", + "ts-dedent": "^2.0.0" }, "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } + "prettier": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", + "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==", + "dev": true } } }, - "jest-mock": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", - "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", + "@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true, + "peer": true + }, + "@types/node": { + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", + "dev": true, + "peer": true + }, + "@vitejs/plugin-react": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.2.0.tgz", + "integrity": "sha512-FFpefhvExd1toVRlokZgxgy2JtnBOdp4ZDsq7ldCWaqGSGn9UhWMAVm/1lxPL14JfNS5yGz+s9yFrQY6shoStA==", "dev": true, "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*" + "@babel/core": "^7.19.6", + "@babel/plugin-transform-react-jsx": "^7.19.0", + "@babel/plugin-transform-react-jsx-development": "^7.18.6", + "@babel/plugin-transform-react-jsx-self": "^7.18.6", + "@babel/plugin-transform-react-jsx-source": "^7.19.6", + "magic-string": "^0.26.7", + "react-refresh": "^0.14.0" } }, - "jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", - "dev": true + "@vitejs/plugin-vue": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz", + "integrity": "sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==", + "dev": true, + "requires": {} }, - "jest-resolve": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", - "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", + "@vitejs/plugin-vue-jsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-2.1.1.tgz", + "integrity": "sha512-JgDhxstQlwnHBvZ1BSnU5mbmyQ14/t5JhREc6YH5kWyu2QdAAOsLF6xgHoIWarj8tddaiwFrNzLbWJPudpXKYA==", "dev": true, "requires": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.3", - "jest-validate": "^28.1.3", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "@babel/core": "^7.19.6", + "@babel/plugin-transform-typescript": "^7.20.0", + "@vue/babel-plugin-jsx": "^1.1.1" } }, - "jest-resolve-dependencies": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", - "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", + "@vue/eslint-config-standard": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-standard/-/eslint-config-standard-8.0.1.tgz", + "integrity": "sha512-+FsTb8kOf2GSbXXTwbigRBRRur/byMbwL6Ijii2JoXW4hsLB4arl9lbgV54OUOV5o20INLHDmBVONO16rP/a1g==", "dev": true, "requires": { - "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.3" + "eslint-config-standard": "^17.0.0", + "eslint-import-resolver-custom-alias": "^1.3.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-n": "^15.2.4", + "eslint-plugin-promise": "^6.0.0" } }, - "jest-runner": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", - "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", + "@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true, + "peer": true + }, + "@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "dev": true, + "peer": true + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "dev": true, + "peer": true + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", "dev": true, + "peer": true, "requires": { - "@jest/console": "^28.1.3", - "@jest/environment": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "graceful-fs": "^4.2.9", - "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.3", - "jest-haste-map": "^28.1.3", - "jest-leak-detector": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-resolve": "^28.1.3", - "jest-runtime": "^28.1.3", - "jest-util": "^28.1.3", - "jest-watcher": "^28.1.3", - "jest-worker": "^28.1.3", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" }, "dependencies": { - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "peer": true, "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } } } }, - "jest-runtime": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", - "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", + "@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", "dev": true, + "peer": true, "requires": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/globals": "^28.1.3", - "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.3", - "jest-snapshot": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - } + "@xtuc/ieee754": "^1.2.0" } }, - "jest-snapshot": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", - "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", + "@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", "dev": true, + "peer": true, "requires": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.3", - "@jest/transform": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/babel__traverse": "^7.0.6", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^28.1.3", - "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.3", - "jest-matcher-utils": "^28.1.3", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" - }, - "dependencies": { - "@jest/transform": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", - "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", - "dev": true, - "requires": { - "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dev": true, - "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - } + "@xtuc/long": "4.2.2" } }, - "jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "dev": true, + "peer": true + }, + "@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", "dev": true, + "peer": true, "requires": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" }, "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "peer": true, "requires": { - "has-flag": "^4.0.0" + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } } } }, - "jest-validate": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", - "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", + "@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", "dev": true, + "peer": true, "requires": { - "@jest/types": "^28.1.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "leven": "^3.1.0", - "pretty-format": "^28.1.3" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" }, "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "peer": true, "requires": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - } + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", "dev": true, + "peer": true, "requires": { - "has-flag": "^4.0.0" + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" } } } }, - "jest-watcher": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", "dev": true, + "peer": true, "requires": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", - "string-length": "^4.0.1" + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" }, "dependencies": { - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, + "peer": true, "requires": { - "has-flag": "^4.0.0" + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } } } }, - "jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "chalk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "dev": true + }, + "cssdb": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.0.1.tgz", + "integrity": "sha512-pT3nzyGM78poCKLAEy2zWIVX2hikq6dIrjuZzLV98MumBg+xMTNYfHx7paUlfiRTgg91O/vR889CIf+qiv79Rw==", + "dev": true + }, + "enhanced-resolve": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", + "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", "dev": true, + "peer": true, "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" } }, - "jsdom": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", - "integrity": "sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==", - "dev": true, - "requires": { - "abab": "^2.0.5", - "acorn": "^8.5.0", - "acorn-globals": "^6.0.0", - "cssom": "^0.5.0", - "cssstyle": "^2.3.0", - "data-urls": "^3.0.1", - "decimal.js": "^10.3.1", - "domexception": "^4.0.0", - "escodegen": "^2.0.0", - "form-data": "^4.0.0", - "html-encoding-sniffer": "^3.0.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^3.0.0", - "webidl-conversions": "^7.0.0", - "whatwg-encoding": "^2.0.0", - "whatwg-mimetype": "^3.0.0", - "whatwg-url": "^10.0.0", - "ws": "^8.2.3", + "eslint-plugin-vue": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz", + "integrity": "sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ==", + "dev": true, + "requires": { + "eslint-utils": "^3.0.0", + "natural-compare": "^1.4.0", + "nth-check": "^2.0.1", + "postcss-selector-parser": "^6.0.9", + "semver": "^7.3.5", + "vue-eslint-parser": "^9.0.1", "xml-name-validator": "^4.0.0" } }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==", + "eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "dev": true + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "peer": true + }, + "glob-promise": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-4.2.2.tgz", + "integrity": "sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==", "dev": true, "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "@types/glob": "^7.1.3" } }, - "mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "graphql": { + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "dev": true + }, + "magic-string": { + "version": "0.26.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", + "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", "dev": true, "requires": { - "minimist": "^1.2.6" + "sourcemap-codec": "^1.4.8" } }, "picocolors": { @@ -61533,9 +45574,9 @@ "dev": true }, "postcss": { - "version": "8.4.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz", - "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==", + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "requires": { "nanoid": "^3.3.4", @@ -61781,81 +45822,24 @@ "postcss-selector-parser": "^6.0.10" } }, - "pretty-error": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz", - "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==", - "dev": true, - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "react-refresh": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", + "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", "dev": true }, - "renderkid": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.7.tgz", - "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==", - "dev": true, - "requires": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, "schema-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", "dev": true, + "peer": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "dev": true, - "requires": { - "randombytes": "^2.1.0" - } - }, - "ssri": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", - "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", - "dev": true, - "requires": { - "figgy-pudding": "^3.5.1" - } - }, "tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", @@ -61863,69 +45847,17 @@ "dev": true, "peer": true }, - "terser": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", - "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", - "dev": true, - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - } - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "tr46": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", - "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", - "dev": true, - "requires": { - "punycode": "^2.1.1" - } - }, - "ts-jest": { - "version": "28.0.8", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.8.tgz", - "integrity": "sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==", - "dev": true, - "requires": { - "bs-logger": "0.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^28.0.0", - "json5": "^2.2.1", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "7.x", - "yargs-parser": "^21.0.1" - } - }, - "v8-to-istanbul": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", - "integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==", + "vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", "dev": true, "requires": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" + "esbuild": "^0.15.9", + "fsevents": "~2.3.2", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" } }, "vue-eslint-parser": { @@ -61961,21 +45893,6 @@ } } }, - "w3c-xmlserializer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz", - "integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==", - "dev": true, - "requires": { - "xml-name-validator": "^4.0.0" - } - }, - "webidl-conversions": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", - "dev": true - }, "webpack": { "version": "5.74.0", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", @@ -62124,76 +46041,11 @@ } } }, - "whatwg-encoding": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", - "dev": true, - "requires": { - "iconv-lite": "0.6.3" - } - }, - "whatwg-mimetype": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", - "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", - "dev": true - }, - "whatwg-url": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz", - "integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==", - "dev": true, - "requires": { - "tr46": "^3.0.0", - "webidl-conversions": "^7.0.0" - } - }, "xml-name-validator": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - } - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true } } }, @@ -62203,15 +46055,6 @@ "integrity": "sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg==", "dev": true }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", - "dev": true, - "requires": { - "rsvp": "^4.8.4" - } - }, "cardinal": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", @@ -62252,6 +46095,21 @@ "crc-32": "~1.2.0" } }, + "chai": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", + "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", + "dev": true, + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^4.1.2", + "get-func-name": "^2.0.0", + "loupe": "^2.3.1", + "pathval": "^1.1.1", + "type-detect": "^4.0.5" + } + }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -62271,12 +46129,6 @@ } } }, - "char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "dev": true - }, "character-entities": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", @@ -62322,6 +46174,12 @@ "integrity": "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==", "dev": true }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", + "dev": true + }, "chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", @@ -62364,7 +46222,8 @@ "ci-info": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", + "dev": true }, "cipher-base": { "version": "1.0.4", @@ -62376,12 +46235,6 @@ "safe-buffer": "^5.0.1" } }, - "cjs-module-lexer": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", - "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", - "dev": true - }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", @@ -62649,12 +46502,6 @@ "mimic-response": "^1.0.0" } }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true - }, "codepage": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz", @@ -62666,12 +46513,6 @@ "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", "dev": true }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", - "dev": true - }, "collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", @@ -62882,34 +46723,6 @@ "typedarray": "^0.0.6" } }, - "condense-newlines": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/condense-newlines/-/condense-newlines-0.2.1.tgz", - "integrity": "sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-whitespace": "^0.3.0", - "kind-of": "^3.0.2" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, "config-chain": { "version": "1.1.13", "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", @@ -63746,7 +47559,7 @@ "to-regex-range": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", "dev": true, "requires": { "is-number": "^3.0.0", @@ -63810,14 +47623,6 @@ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" }, - "cross-env": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", - "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", - "requires": { - "cross-spawn": "^7.0.1" - } - }, "cross-fetch": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", @@ -63831,6 +47636,7 @@ "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, "requires": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -63964,16 +47770,6 @@ "nth-check": "^2.0.1" } }, - "css-tree": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.1.0.tgz", - "integrity": "sha512-PcysZRzToBbrpoUrZ9qfblRIRf8zbEAkU0AIpQFtgkFK0vSbzOmBCvdSAx2Zg7Xx5wiYJKUKk0NMP7kxevie/A==", - "dev": true, - "requires": { - "mdn-data": "2.0.27", - "source-map-js": "^1.0.1" - } - }, "css-what": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", @@ -63991,6 +47787,7 @@ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", "dev": true, + "optional": true, "peer": true }, "cssstyle": { @@ -63998,6 +47795,8 @@ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", "dev": true, + "optional": true, + "peer": true, "requires": { "cssom": "~0.3.6" }, @@ -64006,14 +47805,16 @@ "version": "0.3.8", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", - "dev": true + "dev": true, + "optional": true, + "peer": true } } }, "csstype": { - "version": "2.6.20", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.20.tgz", - "integrity": "sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==", + "version": "2.6.21", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==", "dev": true }, "currently-unhandled": { @@ -64122,6 +47923,7 @@ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", "dev": true, + "optional": true, "peer": true, "requires": { "abab": "^2.0.3", @@ -64187,7 +47989,9 @@ "version": "10.3.1", "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "decode-uri-component": { "version": "0.2.0", @@ -64218,6 +48022,38 @@ "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", "dev": true }, + "deep-eql": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.2.tgz", + "integrity": "sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==", + "dev": true, + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-equal": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.1.0.tgz", + "integrity": "sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-get-iterator": "^1.1.2", + "get-intrinsic": "^1.1.3", + "is-arguments": "^1.1.1", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.8" + } + }, "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", @@ -64436,7 +48272,7 @@ "strip-bom": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==", "dev": true, "optional": true, "requires": { @@ -64446,7 +48282,7 @@ "strip-indent": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "integrity": "sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==", "dev": true, "optional": true, "requires": { @@ -64456,7 +48292,7 @@ "trim-newlines": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==", "dev": true, "optional": true } @@ -64609,30 +48445,13 @@ } }, "detect-port": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.3.0.tgz", - "integrity": "sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.5.1.tgz", + "integrity": "sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==", "dev": true, "requires": { "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - } + "debug": "4" } }, "dezalgo": { @@ -64663,12 +48482,6 @@ "resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz", "integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==" }, - "diff-sequences": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", - "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", - "dev": true - }, "diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -64722,6 +48535,12 @@ "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=", "dev": true }, + "dom-accessibility-api": { + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz", + "integrity": "sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==", + "dev": true + }, "dom-converter": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", @@ -64763,6 +48582,7 @@ "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", "dev": true, + "optional": true, "peer": true, "requires": { "webidl-conversions": "^5.0.0" @@ -64773,6 +48593,7 @@ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", "dev": true, + "optional": true, "peer": true } } @@ -64925,48 +48746,6 @@ "safe-buffer": "^5.0.1" } }, - "editorconfig": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", - "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", - "dev": true, - "requires": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dev": true, - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", - "dev": true - } - } - }, "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", @@ -65012,13 +48791,6 @@ "integrity": "sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==", "dev": true }, - "emittery": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", - "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", - "dev": true, - "peer": true - }, "emoji-regex": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", @@ -65133,31 +48905,32 @@ } }, "es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz", + "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==", "dev": true, "requires": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", + "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", + "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", + "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", "string.prototype.trimend": "^1.0.5", "string.prototype.trimstart": "^1.0.5", "unbox-primitive": "^1.0.2" @@ -65224,170 +48997,172 @@ "dev": true }, "esbuild": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.38.tgz", - "integrity": "sha512-12fzJ0fsm7gVZX1YQ1InkOE5f9Tl7cgf6JPYXRJtPIoE0zkWAbHdPHVPPaLi9tYAcEBqheGzqLn/3RdTOyBfcA==", - "dev": true, - "requires": { - "esbuild-android-64": "0.14.38", - "esbuild-android-arm64": "0.14.38", - "esbuild-darwin-64": "0.14.38", - "esbuild-darwin-arm64": "0.14.38", - "esbuild-freebsd-64": "0.14.38", - "esbuild-freebsd-arm64": "0.14.38", - "esbuild-linux-32": "0.14.38", - "esbuild-linux-64": "0.14.38", - "esbuild-linux-arm": "0.14.38", - "esbuild-linux-arm64": "0.14.38", - "esbuild-linux-mips64le": "0.14.38", - "esbuild-linux-ppc64le": "0.14.38", - "esbuild-linux-riscv64": "0.14.38", - "esbuild-linux-s390x": "0.14.38", - "esbuild-netbsd-64": "0.14.38", - "esbuild-openbsd-64": "0.14.38", - "esbuild-sunos-64": "0.14.38", - "esbuild-windows-32": "0.14.38", - "esbuild-windows-64": "0.14.38", - "esbuild-windows-arm64": "0.14.38" + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.14.tgz", + "integrity": "sha512-pJN8j42fvWLFWwSMG4luuupl2Me7mxciUOsMegKvwCmhEbJ2covUdFnihxm0FMIBV+cbwbtMoHgMCCI+pj1btQ==", + "dev": true, + "requires": { + "@esbuild/android-arm": "0.15.14", + "@esbuild/linux-loong64": "0.15.14", + "esbuild-android-64": "0.15.14", + "esbuild-android-arm64": "0.15.14", + "esbuild-darwin-64": "0.15.14", + "esbuild-darwin-arm64": "0.15.14", + "esbuild-freebsd-64": "0.15.14", + "esbuild-freebsd-arm64": "0.15.14", + "esbuild-linux-32": "0.15.14", + "esbuild-linux-64": "0.15.14", + "esbuild-linux-arm": "0.15.14", + "esbuild-linux-arm64": "0.15.14", + "esbuild-linux-mips64le": "0.15.14", + "esbuild-linux-ppc64le": "0.15.14", + "esbuild-linux-riscv64": "0.15.14", + "esbuild-linux-s390x": "0.15.14", + "esbuild-netbsd-64": "0.15.14", + "esbuild-openbsd-64": "0.15.14", + "esbuild-sunos-64": "0.15.14", + "esbuild-windows-32": "0.15.14", + "esbuild-windows-64": "0.15.14", + "esbuild-windows-arm64": "0.15.14" } }, "esbuild-android-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.38.tgz", - "integrity": "sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.14.tgz", + "integrity": "sha512-HuilVIb4rk9abT4U6bcFdU35UHOzcWVGLSjEmC58OVr96q5UiRqzDtWjPlCMugjhgUGKEs8Zf4ueIvYbOStbIg==", "dev": true, "optional": true }, "esbuild-android-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.38.tgz", - "integrity": "sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.14.tgz", + "integrity": "sha512-/QnxRVxsR2Vtf3XottAHj7hENAMW2wCs6S+OZcAbc/8nlhbAL/bCQRCVD78VtI5mdwqWkVi3wMqM94kScQCgqg==", "dev": true, "optional": true }, "esbuild-darwin-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.38.tgz", - "integrity": "sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.14.tgz", + "integrity": "sha512-ToNuf1uifu8hhwWvoZJGCdLIX/1zpo8cOGnT0XAhDQXiKOKYaotVNx7pOVB1f+wHoWwTLInrOmh3EmA7Fd+8Vg==", "dev": true, "optional": true }, "esbuild-darwin-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.38.tgz", - "integrity": "sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.14.tgz", + "integrity": "sha512-KgGP+y77GszfYJgceO0Wi/PiRtYo5y2Xo9rhBUpxTPaBgWDJ14gqYN0+NMbu+qC2fykxXaipHxN4Scaj9tUS1A==", "dev": true, "optional": true }, "esbuild-freebsd-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.38.tgz", - "integrity": "sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.14.tgz", + "integrity": "sha512-xr0E2n5lyWw3uFSwwUXHc0EcaBDtsal/iIfLioflHdhAe10KSctV978Te7YsfnsMKzcoGeS366+tqbCXdqDHQA==", "dev": true, "optional": true }, "esbuild-freebsd-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.38.tgz", - "integrity": "sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.14.tgz", + "integrity": "sha512-8XH96sOQ4b1LhMlO10eEWOjEngmZ2oyw3pW4o8kvBcpF6pULr56eeYVP5radtgw54g3T8nKHDHYEI5AItvskZg==", "dev": true, "optional": true }, "esbuild-linux-32": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.38.tgz", - "integrity": "sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.14.tgz", + "integrity": "sha512-6ssnvwaTAi8AzKN8By2V0nS+WF5jTP7SfuK6sStGnDP7MCJo/4zHgM9oE1eQTS2jPmo3D673rckuCzRlig+HMA==", "dev": true, "optional": true }, "esbuild-linux-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.38.tgz", - "integrity": "sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.14.tgz", + "integrity": "sha512-ONySx3U0wAJOJuxGUlXBWxVKFVpWv88JEv0NZ6NlHknmDd1yCbf4AEdClSgLrqKQDXYywmw4gYDvdLsS6z0hcw==", "dev": true, "optional": true }, "esbuild-linux-arm": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.38.tgz", - "integrity": "sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.14.tgz", + "integrity": "sha512-D2LImAIV3QzL7lHURyCHBkycVFbKwkDb1XEUWan+2fb4qfW7qAeUtul7ZIcIwFKZgPcl+6gKZmvLgPSj26RQ2Q==", "dev": true, "optional": true }, "esbuild-linux-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.38.tgz", - "integrity": "sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.14.tgz", + "integrity": "sha512-kle2Ov6a1e5AjlHlMQl1e+c4myGTeggrRzArQFmWp6O6JoqqB9hT+B28EW4tjFWgV/NxUq46pWYpgaWXsXRPAg==", "dev": true, "optional": true }, "esbuild-linux-mips64le": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.38.tgz", - "integrity": "sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.14.tgz", + "integrity": "sha512-FVdMYIzOLXUq+OE7XYKesuEAqZhmAIV6qOoYahvUp93oXy0MOVTP370ECbPfGXXUdlvc0TNgkJa3YhEwyZ6MRA==", "dev": true, "optional": true }, "esbuild-linux-ppc64le": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.38.tgz", - "integrity": "sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.14.tgz", + "integrity": "sha512-2NzH+iuzMDA+jjtPjuIz/OhRDf8tzbQ1tRZJI//aT25o1HKc0reMMXxKIYq/8nSHXiJSnYV4ODzTiv45s+h73w==", "dev": true, "optional": true }, "esbuild-linux-riscv64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.38.tgz", - "integrity": "sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.14.tgz", + "integrity": "sha512-VqxvutZNlQxmUNS7Ac+aczttLEoHBJ9e3OYGqnULrfipRvG97qLrAv9EUY9iSrRKBqeEbSvS9bSfstZqwz0T4Q==", "dev": true, "optional": true }, "esbuild-linux-s390x": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.38.tgz", - "integrity": "sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.14.tgz", + "integrity": "sha512-+KVHEUshX5n6VP6Vp/AKv9fZIl5kr2ph8EUFmQUJnDpHwcfTSn2AQgYYm0HTBR2Mr4d0Wlr0FxF/Cs5pbFgiOw==", "dev": true, "optional": true }, "esbuild-netbsd-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.38.tgz", - "integrity": "sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.14.tgz", + "integrity": "sha512-6D/dr17piEgevIm1xJfZP2SjB9Z+g8ERhNnBdlZPBWZl+KSPUKLGF13AbvC+nzGh8IxOH2TyTIdRMvKMP0nEzQ==", "dev": true, "optional": true }, "esbuild-openbsd-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.38.tgz", - "integrity": "sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.14.tgz", + "integrity": "sha512-rREQBIlMibBetgr2E9Lywt2Qxv2ZdpmYahR4IUlAQ1Efv/A5gYdO0/VIN3iowDbCNTLxp0bb57Vf0LFcffD6kA==", "dev": true, "optional": true }, "esbuild-sunos-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.38.tgz", - "integrity": "sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.14.tgz", + "integrity": "sha512-DNVjSp/BY4IfwtdUAvWGIDaIjJXY5KI4uD82+15v6k/w7px9dnaDaJJ2R6Mu+KCgr5oklmFc0KjBjh311Gxl9Q==", "dev": true, "optional": true }, "esbuild-windows-32": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.38.tgz", - "integrity": "sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.14.tgz", + "integrity": "sha512-pHBWrcA+/oLgvViuG9FO3kNPO635gkoVrRQwe6ZY1S0jdET07xe2toUvQoJQ8KT3/OkxqUasIty5hpuKFLD+eg==", "dev": true, "optional": true }, "esbuild-windows-64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.38.tgz", - "integrity": "sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.14.tgz", + "integrity": "sha512-CszIGQVk/P8FOS5UgAH4hKc9zOaFo69fe+k1rqgBHx3CSK3Opyk5lwYriIamaWOVjBt7IwEP6NALz+tkVWdFog==", "dev": true, "optional": true }, "esbuild-windows-arm64": { - "version": "0.14.38", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.38.tgz", - "integrity": "sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw==", + "version": "0.15.14", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.14.tgz", + "integrity": "sha512-KW9W4psdZceaS9A7Jsgl4WialOznSURvqX/oHZk3gOP7KbjtHLSsnmSvNdzagGJfxbAe30UVGXRe8q8nDsOSQw==", "dev": true, "optional": true }, @@ -65417,6 +49192,8 @@ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", "dev": true, + "optional": true, + "peer": true, "requires": { "esprima": "^4.0.1", "estraverse": "^5.2.0", @@ -65429,13 +49206,17 @@ "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "dev": true, + "optional": true, + "peer": true, "requires": { "prelude-ls": "~1.1.2", "type-check": "~0.3.2" @@ -65446,6 +49227,8 @@ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", "dev": true, + "optional": true, + "peer": true, "requires": { "deep-is": "~0.1.3", "fast-levenshtein": "~2.0.6", @@ -65459,13 +49242,17 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "dev": true, + "optional": true, + "peer": true, "requires": { "prelude-ls": "~1.1.2" } @@ -65784,15 +49571,6 @@ } } }, - "eslint-plugin-jest": { - "version": "26.8.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz", - "integrity": "sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q==", - "dev": true, - "requires": { - "@typescript-eslint/utils": "^5.10.0" - } - }, "eslint-plugin-n": { "version": "15.2.5", "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.5.tgz", @@ -65949,12 +49727,6 @@ "eslint-visitor-keys": "^3.3.0" }, "dependencies": { - "acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", - "dev": true - }, "eslint-visitor-keys": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", @@ -66062,12 +49834,6 @@ "safe-buffer": "^5.1.1" } }, - "exec-sh": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz", - "integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==", - "dev": true - }, "execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", @@ -66085,12 +49851,6 @@ "strip-final-newline": "^2.0.0" } }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", - "dev": true - }, "expand-brackets": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", @@ -66204,19 +49964,6 @@ "homedir-polyfill": "^1.0.1" } }, - "expect": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", - "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1" - } - }, "express": { "version": "4.18.1", "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", @@ -66478,19 +50225,10 @@ "reusify": "^1.0.4" } }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", - "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", - "dev": true, - "requires": { - "bser": "2.1.1" - } - }, "fetch-retry": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-5.0.2.tgz", - "integrity": "sha512-57Hmu+1kc6pKFUGVIobT7qw3NeAzY/uNN26bSevERLVvf6VGFR/ooDCOFBHMNDgAxBiU2YJq1D0vFzc6U1DcPw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-5.0.3.tgz", + "integrity": "sha512-uJQyMrX5IJZkhoEUBQ3EjxkeiZkppBd5jS/fMTJmfZxLSiaQjv2zD0kTvuvkSH89uFvgSlB6ueGpjD3HWN7Bxw==", "dev": true }, "figgy-pudding": { @@ -66772,6 +50510,15 @@ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==" }, + "for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "requires": { + "is-callable": "^1.1.3" + } + }, "for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", @@ -66844,12 +50591,6 @@ "ajv": "^6.12.2", "ajv-keywords": "^3.4.1" } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true } } }, @@ -67118,14 +50859,20 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "dev": true + }, "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3" } }, "get-package-type": { @@ -67151,3077 +50898,1826 @@ "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "get-stdin": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", - "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", - "dev": true - }, - "get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true - }, - "get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - } - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", - "dev": true - }, - "getopts": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/getopts/-/getopts-2.3.0.tgz", - "integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA==" - }, - "git-log-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz", - "integrity": "sha1-LmpMGxP8AAKCB7p5WnrDFme5/Uo=", - "dev": true, - "requires": { - "argv-formatter": "~1.0.0", - "spawn-error-forwarder": "~1.0.0", - "split2": "~1.0.0", - "stream-combiner2": "~1.1.1", - "through2": "~2.0.0", - "traverse": "~0.6.6" - }, - "dependencies": { - "split2": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz", - "integrity": "sha1-UuLiIdiMdfmnP5BVbiY/+WdysxQ=", - "dev": true, - "requires": { - "through2": "~2.0.0" - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "git-raw-commits": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz", - "integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==", - "dev": true, - "requires": { - "dargs": "^7.0.0", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - } - }, - "git-remote-origin-url": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", - "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", - "dev": true, - "requires": { - "gitconfiglocal": "^1.0.0", - "pify": "^2.3.0" - } - }, - "git-semver-tags": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.1.tgz", - "integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==", - "dev": true, - "requires": { - "meow": "^8.0.0", - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "gitconfiglocal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", - "integrity": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==", - "dev": true, - "requires": { - "ini": "^1.3.2" - } - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "glob-promise": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-3.4.0.tgz", - "integrity": "sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==", - "dev": true, - "requires": { - "@types/glob": "*" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", - "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", - "dev": true, - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - } - }, - "global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", - "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", - "dev": true, - "optional": true, - "requires": { - "ini": "^1.3.4" - } - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", - "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", - "dev": true, - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - } - }, - "global-prefix": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", - "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", - "dev": true, - "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - }, - "dependencies": { - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true - }, - "globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "dev": true, - "requires": { - "define-properties": "^1.1.3" - } - }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - } - }, - "google-auth-library": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.4.0.tgz", - "integrity": "sha512-cg/usxyQEmq4PPDBQRt+kGIrfL3k+mOrAoS9Xv1hitQL66AoY7iWvRBcYo3Rb0w4V1t9e/GqW2/D4honlAtMDg==", - "requires": { - "arrify": "^2.0.0", - "base64-js": "^1.3.0", - "ecdsa-sig-formatter": "^1.0.11", - "fast-text-encoding": "^1.0.0", - "gaxios": "^5.0.0", - "gcp-metadata": "^5.0.0", - "gtoken": "^6.1.0", - "jws": "^4.0.0", - "lru-cache": "^6.0.0" - }, - "dependencies": { - "jwa": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", - "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", - "requires": { - "buffer-equal-constant-time": "1.0.1", - "ecdsa-sig-formatter": "1.0.11", - "safe-buffer": "^5.0.1" - } - }, - "jws": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", - "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", - "requires": { - "jwa": "^2.0.0", - "safe-buffer": "^5.0.1" - } - } - } - }, - "google-p12-pem": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-4.0.0.tgz", - "integrity": "sha512-lRTMn5ElBdDixv4a86bixejPSRk1boRtUowNepeKEVvYiFlkLuAJUVpEz6PfObDHYEKnZWq/9a2zC98xu62A9w==", - "requires": { - "node-forge": "^1.3.1" - } - }, - "got": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz", - "integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==", - "dev": true, - "requires": { - "@sindresorhus/is": "^5.2.0", - "@szmarczak/http-timer": "^5.0.1", - "@types/cacheable-request": "^6.0.2", - "@types/responselike": "^1.0.0", - "cacheable-lookup": "^6.0.4", - "cacheable-request": "^7.0.2", - "decompress-response": "^6.0.0", - "form-data-encoder": "^2.0.1", - "get-stream": "^6.0.1", - "http2-wrapper": "^2.1.10", - "lowercase-keys": "^3.0.0", - "p-cancelable": "^3.0.0", - "responselike": "^2.0.0" - } - }, - "graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", - "dev": true - }, - "graphql": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.4.0.tgz", - "integrity": "sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==" - }, - "graphql-fields": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/graphql-fields/-/graphql-fields-2.0.3.tgz", - "integrity": "sha512-x3VE5lUcR4XCOxPIqaO4CE+bTK8u6gVouOdpQX9+EKHr+scqtK5Pp/l8nIGqIpN1TUlkKE6jDCCycm/WtLRAwA==" - }, - "graphql-react": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/graphql-react/-/graphql-react-15.0.0.tgz", - "integrity": "sha512-isqUWv7nLioxHT09LlZN6RWCvWBVkJUN27RCvoQ8BpflnmxkB0u03/XFQK90+5Y78/G3mdqrcA1J9hGX2V1Xkg==", - "dev": true, - "requires": { - "extract-files": "^11.0.0", - "isobject": "^4.0.0", - "react-waterfall-render": "^2.0.0" - } - }, - "graphql-scalars": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.18.0.tgz", - "integrity": "sha512-XrMwSim4xJ5n1UdT3YMJh9uT3oB/th5jR5bIMJvYxmgq/rGDkfXNtCRSL/+dLMHxGM0thYPfIZDua1+aQlKBMA==", - "requires": { - "tslib": "~2.4.0" - } - }, - "graphql-tag": { - "version": "2.12.6", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", - "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "graphql-type-json": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.3.2.tgz", - "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==", - "requires": {} - }, - "graphql-upload": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-13.0.0.tgz", - "integrity": "sha512-YKhx8m/uOtKu4Y1UzBFJhbBGJTlk7k4CydlUUiNrtxnwZv0WigbRHP+DVhRNKt7u7DXOtcKZeYJlGtnMXvreXA==", - "requires": { - "busboy": "^0.3.1", - "fs-capacitor": "^6.2.0", - "http-errors": "^1.8.1", - "object-path": "^0.11.8" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "http-errors": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - } - } - }, - "gtoken": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-6.1.1.tgz", - "integrity": "sha512-HPM4VzzPEGxjQ7T2xLrdSYBs+h1c0yHAUiN+8RHPDoiZbndlpg9Sx3SjWcrTt9+N3FHsSABEpjvdQVan5AAuZQ==", - "requires": { - "gaxios": "^5.0.1", - "google-p12-pem": "^4.0.0", - "jws": "^4.0.0" - }, - "dependencies": { - "jwa": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", - "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", - "requires": { - "buffer-equal-constant-time": "1.0.1", - "ecdsa-sig-formatter": "1.0.11", - "safe-buffer": "^5.0.1" - } - }, - "jws": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", - "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", - "requires": { - "jwa": "^2.0.0", - "safe-buffer": "^5.0.1" - } - } - } - }, - "handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", - "dev": true, - "requires": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "uglify-js": "^3.1.4", - "wordwrap": "^1.0.0" - } - }, - "hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "dev": true - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - } - } - }, - "has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "has-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-glob/-/has-glob-1.0.0.tgz", - "integrity": "sha512-D+8A457fBShSEI3tFCj65PAbT++5sKiFtdCdOam0gnfBgw9D277OERk+HM9qYJXmdVLZ/znez10SqHN0BBQ50g==", - "dev": true, - "requires": { - "is-glob": "^3.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", - "dev": true, - "requires": { - "is-extglob": "^2.1.0" + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" } } } }, - "has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.1" - } + "get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "dev": true }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true }, - "has-tostringtag": { + "get-symbol-description": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "dev": true, "requires": { - "has-symbols": "^1.0.2" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" } }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", "dev": true }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "dev": true, - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } + "getopts": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/getopts/-/getopts-2.3.0.tgz", + "integrity": "sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA==" }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "git-log-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz", + "integrity": "sha1-LmpMGxP8AAKCB7p5WnrDFme5/Uo=", "dev": true, "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" + "argv-formatter": "~1.0.0", + "spawn-error-forwarder": "~1.0.0", + "split2": "~1.0.0", + "stream-combiner2": "~1.1.1", + "through2": "~2.0.0", + "traverse": "~0.6.6" }, "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "split2": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz", + "integrity": "sha1-UuLiIdiMdfmnP5BVbiY/+WdysxQ=", "dev": true, "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } + "through2": "~2.0.0" } }, - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, "requires": { - "is-buffer": "^1.1.5" + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" } } } }, - "has-yarn": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", - "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", - "dev": true - }, - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", - "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "git-raw-commits": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz", + "integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==", "dev": true, "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - } + "dargs": "^7.0.0", + "lodash": "^4.17.15", + "meow": "^8.0.0", + "split2": "^3.0.0", + "through2": "^4.0.0" } }, - "hash-sum": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", - "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", - "dev": true - }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "git-remote-origin-url": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", + "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", "dev": true, "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" + "gitconfiglocal": "^1.0.0", + "pify": "^2.3.0" } }, - "hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", - "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", + "git-semver-tags": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.1.tgz", + "integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==", "dev": true, "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" + "meow": "^8.0.0", + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } } }, - "hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", - "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", + "gitconfiglocal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", + "integrity": "sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==", "dev": true, "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" + "ini": "^1.3.2" } }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", - "dev": true - }, - "hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", - "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, - "hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", - "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" + "is-glob": "^4.0.3" } }, - "hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", + "glob-promise": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-3.4.0.tgz", + "integrity": "sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==", "dev": true, "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" + "@types/glob": "*" } }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" - }, - "hexoid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", - "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", "dev": true }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", - "dev": true, - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", - "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "global": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", + "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", "dev": true, "requires": { - "parse-passwd": "^1.0.0" + "min-document": "^2.19.0", + "process": "^0.11.10" } }, - "hook-std": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-2.0.0.tgz", - "integrity": "sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g==", - "dev": true - }, - "hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", + "global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", "dev": true, + "optional": true, "requires": { - "lru-cache": "^6.0.0" + "ini": "^1.3.4" } }, - "html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", "dev": true, - "peer": true, "requires": { - "whatwg-encoding": "^1.0.5" + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" } }, - "html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", - "dev": true - }, - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true - }, - "html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", "dev": true, "requires": { - "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.10.0" - } - }, - "html-to-text": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.2.1.tgz", - "integrity": "sha512-aN/3JvAk8qFsWVeE9InWAWueLXrbkoVZy0TkzaGhoRBC2gCFEeRLDDJN3/ijIGHohy6H+SZzUQWN/hcYtaPK8w==", - "requires": { - "@selderee/plugin-htmlparser2": "^0.6.0", - "deepmerge": "^4.2.2", - "he": "^1.2.0", - "htmlparser2": "^6.1.0", - "minimist": "^1.2.6", - "selderee": "^0.6.0" + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "dependencies": { + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } } }, - "html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true }, - "html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", "dev": true, "requires": { - "@types/html-minifier-terser": "^6.0.0", - "html-minifier-terser": "^6.0.2", - "lodash": "^4.17.21", - "pretty-error": "^4.0.0", - "tapable": "^2.0.0" - }, - "dependencies": { - "tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true - } + "define-properties": "^1.1.3" } }, - "htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" } }, - "htmlparser2-svelte": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2-svelte/-/htmlparser2-svelte-4.1.0.tgz", - "integrity": "sha512-+4f4RBFz7Rj2Hp0ZbFbXC+Kzbd6S9PgjiuFtdT76VMNgKogrEZy0pG2UrPycPbrZzVEIM5lAT3lAdkSTCHLPjg==", - "dev": true, + "google-auth-library": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.4.0.tgz", + "integrity": "sha512-cg/usxyQEmq4PPDBQRt+kGIrfL3k+mOrAoS9Xv1hitQL66AoY7iWvRBcYo3Rb0w4V1t9e/GqW2/D4honlAtMDg==", "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^3.0.0", - "domutils": "^2.0.0", - "entities": "^2.0.0" + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^5.0.0", + "gcp-metadata": "^5.0.0", + "gtoken": "^6.1.0", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" }, "dependencies": { - "domhandler": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", - "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", - "dev": true, + "jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", "requires": { - "domelementtype": "^2.0.1" + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" } - } - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "dev": true - }, - "http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "requires": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - } - }, - "http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "requires": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" + }, + "jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "requires": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + } } }, - "http-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "google-p12-pem": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-4.0.0.tgz", + "integrity": "sha512-lRTMn5ElBdDixv4a86bixejPSRk1boRtUowNepeKEVvYiFlkLuAJUVpEz6PfObDHYEKnZWq/9a2zC98xu62A9w==", "requires": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" + "node-forge": "^1.3.1" } }, - "http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, "requires": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" + "get-intrinsic": "^1.1.3" } }, - "http2-wrapper": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.1.11.tgz", - "integrity": "sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==", + "got": { + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz", + "integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==", "dev": true, "requires": { - "quick-lru": "^5.1.1", - "resolve-alpn": "^1.2.0" - }, - "dependencies": { - "quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "dev": true - } + "@sindresorhus/is": "^5.2.0", + "@szmarczak/http-timer": "^5.0.1", + "@types/cacheable-request": "^6.0.2", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^6.0.4", + "cacheable-request": "^7.0.2", + "decompress-response": "^6.0.0", + "form-data-encoder": "^2.0.1", + "get-stream": "^6.0.1", + "http2-wrapper": "^2.1.10", + "lowercase-keys": "^3.0.0", + "p-cancelable": "^3.0.0", + "responselike": "^2.0.0" } }, - "https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", "dev": true }, - "https-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "requires": { - "agent-base": "6", - "debug": "4" - } + "graphql": { + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.4.0.tgz", + "integrity": "sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==" }, - "human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "dev": true + "graphql-fields": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/graphql-fields/-/graphql-fields-2.0.3.tgz", + "integrity": "sha512-x3VE5lUcR4XCOxPIqaO4CE+bTK8u6gVouOdpQX9+EKHr+scqtK5Pp/l8nIGqIpN1TUlkKE6jDCCycm/WtLRAwA==" }, - "humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", + "graphql-react": { + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/graphql-react/-/graphql-react-15.0.0.tgz", + "integrity": "sha512-isqUWv7nLioxHT09LlZN6RWCvWBVkJUN27RCvoQ8BpflnmxkB0u03/XFQK90+5Y78/G3mdqrcA1J9hGX2V1Xkg==", "dev": true, "requires": { - "ms": "^2.0.0" + "extract-files": "^11.0.0", + "isobject": "^4.0.0", + "react-waterfall-render": "^2.0.0" } }, - "husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", - "dev": true - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "graphql-scalars": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.18.0.tgz", + "integrity": "sha512-XrMwSim4xJ5n1UdT3YMJh9uT3oB/th5jR5bIMJvYxmgq/rGDkfXNtCRSL/+dLMHxGM0thYPfIZDua1+aQlKBMA==", "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "tslib": "~2.4.0" } }, - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", - "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "graphql-tag": { + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", + "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", "dev": true, "requires": { - "postcss": "^7.0.14" + "tslib": "^2.1.0" } }, - "ieee754": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", - "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", - "dev": true - }, - "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==" + "graphql-type-json": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.3.2.tgz", + "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==", + "requires": {} }, - "ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", - "dev": true + "graphql-upload": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-13.0.0.tgz", + "integrity": "sha512-YKhx8m/uOtKu4Y1UzBFJhbBGJTlk7k4CydlUUiNrtxnwZv0WigbRHP+DVhRNKt7u7DXOtcKZeYJlGtnMXvreXA==", + "requires": { + "busboy": "^0.3.1", + "fs-capacitor": "^6.2.0", + "http-errors": "^1.8.1", + "object-path": "^0.11.8" + }, + "dependencies": { + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + } + } }, - "ignore-walk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-5.0.1.tgz", - "integrity": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==", - "dev": true, + "gtoken": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-6.1.1.tgz", + "integrity": "sha512-HPM4VzzPEGxjQ7T2xLrdSYBs+h1c0yHAUiN+8RHPDoiZbndlpg9Sx3SjWcrTt9+N3FHsSABEpjvdQVan5AAuZQ==", "requires": { - "minimatch": "^5.0.1" + "gaxios": "^5.0.1", + "google-p12-pem": "^4.0.0", + "jws": "^4.0.0" }, "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, + "jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", "requires": { - "balanced-match": "^1.0.0" + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" } }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, + "jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", "requires": { - "brace-expansion": "^2.0.1" + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" } } } }, - "immediate": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" + "handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "dev": true, + "requires": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4", + "wordwrap": "^1.0.0" + } }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "hard-rejection": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", + "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "ansi-regex": "^2.0.0" }, "dependencies": { - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", "dev": true } } }, - "import-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", - "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", + "has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true }, - "import-lazy": { + "has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", - "dev": true + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, - "import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "has-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-glob/-/has-glob-1.0.0.tgz", + "integrity": "sha512-D+8A457fBShSEI3tFCj65PAbT++5sKiFtdCdOam0gnfBgw9D277OERk+HM9qYJXmdVLZ/znez10SqHN0BBQ50g==", "dev": true, "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" + "is-glob": "^3.0.0" }, "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", "dev": true, "requires": { - "find-up": "^4.0.0" + "is-extglob": "^2.1.0" } } } }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true + "has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.1" + } }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, "requires": { - "once": "^1.3.0", - "wrappy": "1" + "has-symbols": "^1.0.2" } }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", "dev": true }, - "inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", - "dev": true + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "dev": true, + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + }, + "dependencies": { + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true + } + } }, - "inquirer": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", - "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "dev": true, "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.1", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.21", - "mute-stream": "0.0.8", - "ora": "^5.4.1", - "run-async": "^2.4.0", - "rxjs": "^7.5.5", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6", - "wrap-ansi": "^7.0.0" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", "dev": true }, - "is-fullwidth-code-point": { + "is-number": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "^1.1.5" + } + } + } }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "is-buffer": "^1.1.5" } } } }, - "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - } - }, - "interpret": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", - "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==" - }, - "into-stream": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", - "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", + "has-yarn": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", + "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", + "dev": true + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", "dev": true, "requires": { - "from2": "^2.3.0", - "p-is-promise": "^3.0.0" + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } } }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", + "hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", "dev": true }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" } }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "dev": true - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "hast-to-hyperscript": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", + "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", "dev": true, "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" + "@types/unist": "^2.0.3", + "comma-separated-tokens": "^1.0.0", + "property-information": "^5.3.0", + "space-separated-tokens": "^1.0.0", + "style-to-object": "^0.3.0", + "unist-util-is": "^4.0.0", + "web-namespaces": "^1.0.0" } }, - "is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "hast-util-from-parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", + "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", "dev": true, "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "@types/parse5": "^5.0.0", + "hastscript": "^6.0.0", + "property-information": "^5.0.0", + "vfile": "^4.0.0", + "vfile-location": "^3.2.0", + "web-namespaces": "^1.0.0" } }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "hast-util-parse-selector": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", + "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", "dev": true }, - "is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "hast-util-raw": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", + "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", "dev": true, "requires": { - "has-bigints": "^1.0.1" + "@types/hast": "^2.0.0", + "hast-util-from-parse5": "^6.0.0", + "hast-util-to-parse5": "^6.0.0", + "html-void-elements": "^1.0.0", + "parse5": "^6.0.0", + "unist-util-position": "^3.0.0", + "vfile": "^4.0.0", + "web-namespaces": "^1.0.0", + "xtend": "^4.0.0", + "zwitch": "^1.0.0" } }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "hast-util-to-parse5": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", + "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", "dev": true, "requires": { - "binary-extensions": "^2.0.0" + "hast-to-hyperscript": "^9.0.0", + "property-information": "^5.0.0", + "web-namespaces": "^1.0.0", + "xtend": "^4.0.0", + "zwitch": "^1.0.0" } }, - "is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "hastscript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", + "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", "dev": true, "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "@types/hast": "^2.0.0", + "comma-separated-tokens": "^1.0.0", + "hast-util-parse-selector": "^2.0.0", + "property-information": "^5.0.0", + "space-separated-tokens": "^1.0.0" } }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "dev": true + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, - "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "hexoid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", + "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", "dev": true }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "dev": true, "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - } + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" } }, - "is-core-module": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", - "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, "requires": { - "has": "^1.0.3" + "parse-passwd": "^1.0.0" } }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "hook-std": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-2.0.0.tgz", + "integrity": "sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g==", + "dev": true + }, + "hosted-git-info": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, "requires": { - "kind-of": "^6.0.0" + "lru-cache": "^6.0.0" } }, - "is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "html-encoding-sniffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", "dev": true, + "optional": true, + "peer": true, "requires": { - "has-tostringtag": "^1.0.0" + "whatwg-encoding": "^1.0.5" } }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", "dev": true }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", "dev": true, "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" } }, - "is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "html-tags": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.2.0.tgz", + "integrity": "sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==", "dev": true }, - "is-dom": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-dom/-/is-dom-1.1.0.tgz", - "integrity": "sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==", - "dev": true, + "html-to-text": { + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.2.1.tgz", + "integrity": "sha512-aN/3JvAk8qFsWVeE9InWAWueLXrbkoVZy0TkzaGhoRBC2gCFEeRLDDJN3/ijIGHohy6H+SZzUQWN/hcYtaPK8w==", "requires": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" + "@selderee/plugin-htmlparser2": "^0.6.0", + "deepmerge": "^4.2.2", + "he": "^1.2.0", + "htmlparser2": "^6.1.0", + "minimist": "^1.2.6", + "selderee": "^0.6.0" } }, - "is-expression": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", - "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", + "html-void-elements": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", + "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", + "dev": true + }, + "html-webpack-plugin": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", + "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", "dev": true, "requires": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" }, "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true } } }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" - }, - "is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", - "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", - "dev": true, - "optional": true - }, - "is-fullwidth-code-point": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", - "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", - "dev": true - }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", - "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==", - "dev": true - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", "requires": { - "is-extglob": "^2.1.1" + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" } }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "dev": true - }, - "is-installed-globally": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "htmlparser2-svelte": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2-svelte/-/htmlparser2-svelte-4.1.0.tgz", + "integrity": "sha512-+4f4RBFz7Rj2Hp0ZbFbXC+Kzbd6S9PgjiuFtdT76VMNgKogrEZy0pG2UrPycPbrZzVEIM5lAT3lAdkSTCHLPjg==", "dev": true, "requires": { - "global-dirs": "^3.0.0", - "is-path-inside": "^3.0.2" + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" }, "dependencies": { - "global-dirs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", - "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", + "domhandler": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", + "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", "dev": true, "requires": { - "ini": "2.0.0" + "domelementtype": "^2.0.1" } - }, - "ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", - "dev": true } } }, - "is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "dev": true - }, - "is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=", - "dev": true - }, - "is-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "dev": true - }, - "is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "dev": true - }, - "is-npm": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz", - "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==", + "http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", "dev": true }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - }, - "is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dev": true, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "requires": { - "has-tostringtag": "^1.0.0" + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" } }, - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" - }, - "is-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", - "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", - "dev": true - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", - "dev": true - }, - "is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true - }, - "is-plain-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } }, - "is-plain-object": { + "http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "dev": true - }, - "is-potential-custom-element-name": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", - "dev": true + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "requires": { + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" + } }, - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", - "dev": true + "http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "requires": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + } }, - "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "http2-wrapper": { + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.1.11.tgz", + "integrity": "sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==", "dev": true, "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.2.0" + }, + "dependencies": { + "quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true + } } }, - "is-set": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", "dev": true }, - "is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "requires": { - "call-bind": "^1.0.2" + "agent-base": "6", + "debug": "4" } }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true }, - "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", "dev": true, "requires": { - "has-tostringtag": "^1.0.0" + "ms": "^2.0.0" } }, - "is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dev": true, + "husky": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", + "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "dev": true + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "requires": { - "has-symbols": "^1.0.2" + "safer-buffer": ">= 2.1.2 < 3" } }, - "is-text-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", + "icss-utils": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", "dev": true, "requires": { - "text-extensions": "^1.0.0" + "postcss": "^7.0.14" } }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", "dev": true }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==" + }, + "ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", "dev": true }, - "is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "ignore-walk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-5.0.1.tgz", + "integrity": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==", "dev": true, "requires": { - "call-bind": "^1.0.2" + "minimatch": "^5.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", + "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, - "is-whitespace": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", - "integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=", - "dev": true - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", - "dev": true - }, - "is-window": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz", - "integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0=", - "dev": true - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "dev": true - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", - "dev": true + "immediate": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "requires": { - "is-docker": "^2.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + } } }, - "is-yarn-global": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.0.tgz", - "integrity": "sha512-HneQBCrXGBy15QnaDfcn6OLoU8AQPAa0Qn0IeJR/QCo4E8dNZaGGwxpCwWyEBQC5QvFonP8d6t60iGpAHVAfNA==", + "import-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", + "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", "dev": true }, - "isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "import-lazy": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", "dev": true }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" }, - "isobject": { + "indent-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", - "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true }, - "isomorphic-unfetch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", - "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", - "dev": true, - "requires": { - "node-fetch": "^2.6.1", - "unfetch": "^4.2.0" - } + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "dev": true }, - "issue-parser": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-6.0.0.tgz", - "integrity": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==", + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "lodash.capitalize": "^4.2.1", - "lodash.escaperegexp": "^4.1.2", - "lodash.isplainobject": "^4.0.6", - "lodash.isstring": "^4.0.1", - "lodash.uniqby": "^4.7.0" + "once": "^1.3.0", + "wrappy": "1" } }, - "istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, - "istanbul-lib-instrument": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz", - "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==", - "dev": true, - "requires": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } + "inline-style-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", + "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", + "dev": true }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "inquirer": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", + "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", "dev": true, "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.1", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "ora": "^5.4.1", + "run-async": "^2.4.0", + "rxjs": "^7.5.5", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6", + "wrap-ansi": "^7.0.0" }, "dependencies": { - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "requires": { - "has-flag": "^4.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" } } } }, - "istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dev": true, - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - } - }, - "istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" } }, - "iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" - }, - "iterate-iterator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.2.tgz", - "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==", - "dev": true + "interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==" }, - "iterate-value": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", - "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", + "into-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", + "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", "dev": true, "requires": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" + "from2": "^2.3.0", + "p-is-promise": "^3.0.0" } }, - "java-properties": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", - "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", "dev": true }, - "jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", - "dev": true, - "peer": true, - "requires": { - "@jest/core": "^27.5.1", - "import-local": "^3.0.2", - "jest-cli": "^27.5.1" - } + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" }, - "jest-changed-files": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", - "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "dev": true, - "peer": true, "requires": { - "@jest/types": "^27.5.1", - "execa": "^5.0.0", - "throat": "^6.0.1" + "kind-of": "^6.0.0" } }, - "jest-circus": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", - "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", - "dev": true, - "peer": true, - "requires": { - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3", - "throat": "^6.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "peer": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } - } + "is-alphabetical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", + "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "dev": true }, - "jest-cli": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", - "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "is-alphanumerical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", + "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", "dev": true, - "peer": true, "requires": { - "@jest/core": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "prompts": "^2.0.1", - "yargs": "^16.2.0" + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0" } }, - "jest-config": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", - "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", "dev": true, - "peer": true, "requires": { - "@babel/core": "^7.8.0", - "@jest/test-sequencer": "^27.5.1", - "@jest/types": "^27.5.1", - "babel-jest": "^27.5.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.9", - "jest-circus": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-jasmine2": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "peer": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" } }, - "jest-diff": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", - "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "requires": { + "has-bigints": "^1.0.1" } }, - "jest-docblock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", - "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, - "peer": true, "requires": { - "detect-newline": "^3.0.0" + "binary-extensions": "^2.0.0" } }, - "jest-each": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", - "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dev": true, - "peer": true, "requires": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "peer": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" } }, - "jest-environment-jsdom": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", - "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", - "dev": true, - "peer": true, + "is-buffer": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "dev": true + }, + "is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true + }, + "is-core-module": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", + "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", "requires": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1", - "jsdom": "^16.6.0" + "has": "^1.0.3" } }, - "jest-environment-node": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", - "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "dev": true, - "peer": true, "requires": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" + "kind-of": "^6.0.0" } }, - "jest-fetch-mock": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/jest-fetch-mock/-/jest-fetch-mock-3.0.3.tgz", - "integrity": "sha512-Ux1nWprtLrdrH4XwE7O7InRY6psIi3GOsqNESJgMJ+M5cv4A8Lh7SN9d2V2kKRZ8ebAfcd1LNyZguAOb6JiDqw==", + "is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, "requires": { - "cross-fetch": "^3.0.4", - "promise-polyfill": "^8.1.3" + "has-tostringtag": "^1.0.0" } }, - "jest-get-type": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", - "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "is-decimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", + "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", "dev": true }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz", - "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==", + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "dev": true, "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dev": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "dev": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - } - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "dev": true, - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" } }, - "jest-jasmine2": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", - "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true + }, + "is-dom": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-dom/-/is-dom-1.1.0.tgz", + "integrity": "sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==", "dev": true, - "peer": true, "requires": { - "@jest/environment": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "throat": "^6.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "peer": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } + "is-object": "^1.0.1", + "is-window": "^1.0.2" } }, - "jest-leak-detector": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", - "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "is-expression": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-4.0.0.tgz", + "integrity": "sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==", "dev": true, - "peer": true, "requires": { - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "acorn": "^7.1.1", + "object-assign": "^4.1.1" }, "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "peer": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true } } }, - "jest-matcher-utils": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", - "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-finite": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", + "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", "dev": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", + "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", + "dev": true + }, + "is-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", + "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "requires": { - "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } + "is-extglob": "^2.1.1" } }, - "jest-message-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", - "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "is-hexadecimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", + "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", + "dev": true + }, + "is-installed-globally": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", "dev": true, - "peer": true, "requires": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.5.1", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" + "global-dirs": "^3.0.0", + "is-path-inside": "^3.0.2" }, "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "global-dirs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", + "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", "dev": true, - "peer": true, "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "ini": "2.0.0" } + }, + "ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "dev": true } } }, - "jest-mock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", - "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true + }, + "is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=", + "dev": true + }, + "is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "dev": true + }, + "is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true + }, + "is-npm": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz", + "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "dev": true, - "peer": true, "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*" + "has-tostringtag": "^1.0.0" } }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", - "dev": true, - "requires": {} + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz", - "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==", + "is-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", + "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", "dev": true }, - "jest-resolve": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", - "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "dev": true + }, + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true + }, + "is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" + }, + "is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true + }, + "is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, - "dependencies": { - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - } - } + "optional": true, + "peer": true }, - "jest-resolve-dependencies": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", - "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", + "dev": true + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, - "peer": true, "requires": { - "@jest/types": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-snapshot": "^27.5.1" - }, - "dependencies": { - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - } + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" } }, - "jest-runner": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", - "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "dev": true + }, + "is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", "dev": true, - "peer": true, "requires": { - "@jest/console": "^27.5.1", - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.8.1", - "graceful-fs": "^4.2.9", - "jest-docblock": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-leak-detector": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "source-map-support": "^0.5.6", - "throat": "^6.0.1" - }, - "dependencies": { - "@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - } + "call-bind": "^1.0.2" } }, - "jest-runtime": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", - "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", - "dev": true, - "peer": true, - "requires": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/globals": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - } + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + }, + "is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" } }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz", - "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" + "has-symbols": "^1.0.2" } }, - "jest-serializer-vue": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jest-serializer-vue/-/jest-serializer-vue-2.0.2.tgz", - "integrity": "sha1-sjjvKGNX7GtIBCG9RxRQUJh9WbM=", + "is-text-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", + "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", "dev": true, "requires": { - "pretty": "2.0.0" + "text-extensions": "^1.0.0" } }, - "jest-snapshot": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", - "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", "dev": true, - "peer": true, "requires": { - "@babel/core": "^7.7.2", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.0.0", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^27.5.1", - "semver": "^7.3.2" - }, - "dependencies": { - "@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "dev": true, - "peer": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dev": true, - "peer": true, - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "dev": true, - "peer": true - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dev": true, - "peer": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dev": true, - "peer": true, - "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - } - } + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" } }, - "jest-specific-snapshot": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jest-specific-snapshot/-/jest-specific-snapshot-4.0.0.tgz", - "integrity": "sha512-YdW5P/MVwOizWR0MJwURxdrjdXvdG2MMpXKVGr7dZ2YrBmE6E6Ab74UL3DOYmGmzaCnNAW1CL02pY5MTHE3ulQ==", + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "dev": true + }, + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, "requires": { - "jest-snapshot": "^26.3.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dev": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "dev": true, - "requires": { - "@types/yargs-parser": "*" - } - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", - "dev": true - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz", - "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - } - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==", - "dev": true - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz", - "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz", - "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - } - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", - "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - } - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz", - "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - } - } + "call-bind": "^1.0.2" + } + }, + "is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, + "is-whitespace-character": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", + "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", + "dev": true + }, + "is-window": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz", + "integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0=", + "dev": true + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true + }, + "is-word-character": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", + "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" } }, - "jest-transform-stub": { + "is-yarn-global": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.0.tgz", + "integrity": "sha512-HneQBCrXGBy15QnaDfcn6OLoU8AQPAa0Qn0IeJR/QCo4E8dNZaGGwxpCwWyEBQC5QvFonP8d6t60iGpAHVAfNA==", + "dev": true + }, + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, + "isexe": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jest-transform-stub/-/jest-transform-stub-2.0.0.tgz", - "integrity": "sha512-lspHaCRx/mBbnm3h4uMMS3R5aZzMwyNpNIJLXj4cEsV0mIUtS4IjYJLSoyjRCtnxb6RIGJ4NL2quZzfIeNhbkg==", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", "dev": true }, - "jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "isobject": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", + "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", + "dev": true + }, + "isomorphic-unfetch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", + "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", "dev": true, - "peer": true, "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "node-fetch": "^2.6.1", + "unfetch": "^4.2.0" } }, - "jest-validate": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", - "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", + "issue-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-6.0.0.tgz", + "integrity": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==", "dev": true, - "peer": true, "requires": { - "@jest/types": "^27.5.1", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "leven": "^3.1.0", - "pretty-format": "^27.5.1" + "lodash.capitalize": "^4.2.1", + "lodash.escaperegexp": "^4.1.2", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.uniqby": "^4.7.0" + } + }, + "istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "dev": true + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" }, "dependencies": { - "ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "peer": true - }, - "pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "peer": true, "requires": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "has-flag": "^4.0.0" } } } }, - "jest-watcher": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", - "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "istanbul-reports": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", + "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", "dev": true, - "peer": true, "requires": { - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^27.5.1", - "string-length": "^4.0.1" + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" } }, - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "iterall": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", + "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" + }, + "iterate-iterator": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.2.tgz", + "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==", + "dev": true + }, + "iterate-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", + "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", "dev": true, - "peer": true, "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" + "es-get-iterator": "^1.0.2", + "iterate-iterator": "^1.0.1" } }, + "java-properties": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", + "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", + "dev": true + }, "jju": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", @@ -70239,18 +52735,6 @@ "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", "dev": true }, - "js-beautify": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.3.tgz", - "integrity": "sha512-f1ra8PHtOEu/70EBnmiUlV8nJePS58y9qKjl4JHfYWlFH6bo7ogZBz//FAZp7jDuXtYnGYKymZPlrg2I/9Zo4g==", - "dev": true, - "requires": { - "config-chain": "^1.1.13", - "editorconfig": "^0.15.3", - "glob": "^7.1.3", - "nopt": "^5.0.0" - } - }, "js-string-escape": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", @@ -70266,17 +52750,8 @@ "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true }, "jscodeshift": { "version": "0.13.1", @@ -70446,6 +52921,7 @@ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", "dev": true, + "optional": true, "peer": true, "requires": { "abab": "^2.0.5", @@ -70482,6 +52958,7 @@ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", "dev": true, + "optional": true, "peer": true }, "http-proxy-agent": { @@ -70489,6 +52966,7 @@ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", "dev": true, + "optional": true, "peer": true, "requires": { "@tootallnate/once": "1", @@ -70501,6 +52979,7 @@ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "dev": true, + "optional": true, "peer": true, "requires": {} } @@ -70781,9 +53260,9 @@ "dev": true }, "knex": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/knex/-/knex-2.2.0.tgz", - "integrity": "sha512-yhm1Qe9Ok0TeXBq3nNHqZYJPrQ4Iw2tq9k/HxjrZ/EWec2ifOjJlkNHr26v8cQrWtk5iG3iwfUazTIWy+VKG5g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/knex/-/knex-2.3.0.tgz", + "integrity": "sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw==", "requires": { "colorette": "2.0.19", "commander": "^9.1.0", @@ -70863,12 +53342,6 @@ "dev": true, "requires": {} }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "dev": true - }, "levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", @@ -71114,6 +53587,12 @@ "json5": "^2.1.2" } }, + "local-pkg": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.2.tgz", + "integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==", + "dev": true + }, "locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -71245,12 +53724,6 @@ "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=", "dev": true }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", - "dev": true - }, "lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", @@ -71445,6 +53918,15 @@ "signal-exit": "^3.0.0" } }, + "loupe": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz", + "integrity": "sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==", + "dev": true, + "requires": { + "get-func-name": "^2.0.0" + } + }, "lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", @@ -71473,6 +53955,12 @@ "yallist": "^4.0.0" } }, + "lz-string": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz", + "integrity": "sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==", + "dev": true + }, "magic-string": { "version": "0.25.9", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", @@ -71534,15 +54022,6 @@ } } }, - "makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "dev": true, - "requires": { - "tmpl": "1.0.5" - } - }, "map-cache": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", @@ -71669,12 +54148,6 @@ "unist-util-visit": "^2.0.0" } }, - "mdn-data": { - "version": "2.0.27", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.27.tgz", - "integrity": "sha512-kwqO0I0jtWr25KcfLm9pia8vLZ8qoAKhWZuZMbneJq3jjBD3gl5nZs8l8Tu3ZBlBAHVQtDur9rdDGyvtfVraHQ==", - "dev": true - }, "mdurl": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", @@ -71704,6 +54177,16 @@ "map-or-similar": "^1.5.0" } }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, "meow": { "version": "8.1.2", "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", @@ -72274,12 +54757,6 @@ "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==", "dev": true }, - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", - "dev": true - }, "no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -72434,12 +54911,6 @@ } } }, - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=", - "dev": true - }, "node-libs-browser": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", @@ -74563,7 +57034,9 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "object-assign": { "version": "4.1.1", @@ -74649,6 +57122,16 @@ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==" }, + "object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", @@ -74678,49 +57161,49 @@ } }, "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" } }, "object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", + "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", + "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "object.getownpropertydescriptors": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz", - "integrity": "sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz", + "integrity": "sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==", "dev": true, "requires": { - "array.prototype.reduce": "^1.0.4", + "array.prototype.reduce": "^1.0.5", "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.20.1" + "es-abstract": "^1.20.4" } }, "object.pick": { @@ -74752,9 +57235,9 @@ } }, "objection": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/objection/-/objection-3.0.1.tgz", - "integrity": "sha512-rqNnyQE+C55UHjdpTOJEKQHJGZ/BGtBBtgxdUpKG4DQXRUmqxfmgS/MhPWxB9Pw0mLSVLEltr6soD4c0Sddy0Q==", + "version": "git+ssh://git@github.com/Vincit/objection.js.git#dbb20aebaac2059149ec18386283b3cce4a3d7f0", + "integrity": "sha512-o1O1lXZ+kuyUjSqQr/5AVMIU9uBtmpQpHsWbU5pbZo0x9OQAIcvjjuzn2JtW7kW1YWDb8T0JTYhE6m8swg0ovQ==", + "from": "objection@github:Vincit/objection.js#dbb20aebaac2059149ec18386283b3cce4a3d7f0", "requires": { "ajv": "^8.6.2", "db-errors": "^0.2.3" @@ -75208,7 +57691,8 @@ "path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true }, "path-parse": { "version": "1.0.7", @@ -75225,6 +57709,12 @@ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" }, + "pathval": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "dev": true + }, "pbkdf2": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", @@ -75551,6 +58041,32 @@ "dev": true, "requires": {} }, + "postcss-loader": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-4.3.0.tgz", + "integrity": "sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==", + "dev": true, + "requires": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.4" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, "postcss-logical": { "version": "5.0.4", "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", @@ -75682,23 +58198,6 @@ "integrity": "sha512-MufnRFz39aIhs9AMFisonjzTud1PK1bY+jcJLo6m2T9Uh8AqjD77w11eAAawmjUogoGOnipECq7e/1RClIKsxg==", "dev": true }, - "preact-render-to-string": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.0.tgz", - "integrity": "sha512-+RGwSW78Cl+NsZRUbFW1MGB++didsfqRk+IyRVTaqy+3OjtpKK/6HgBtfszUX0YXMfo41k2iaQSseAHGKEwrbg==", - "dev": true, - "requires": { - "pretty-format": "^3.8.0" - }, - "dependencies": { - "pretty-format": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz", - "integrity": "sha1-v77VbV6ad2ZF9LH/eqGjrE+jw4U=", - "dev": true - } - } - }, "prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -75784,17 +58283,6 @@ "fast-diff": "^1.1.2" } }, - "pretty": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz", - "integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=", - "dev": true, - "requires": { - "condense-newlines": "^0.2.1", - "extend-shallow": "^2.0.1", - "js-beautify": "^1.6.12" - } - }, "pretty-error": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", @@ -75805,42 +58293,6 @@ "renderkid": "^3.0.0" } }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", - "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dev": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "dev": true, - "requires": { - "@types/yargs-parser": "*" - } - } - } - }, "pretty-hrtime": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", @@ -75894,12 +58346,6 @@ "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=", "dev": true }, - "promise-polyfill": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.2.3.tgz", - "integrity": "sha512-Og0+jCRQetV84U8wVjMNccfGCnMQ9mGs9Hv78QFe+pSDD3gWTpz0y+1QCuxy5d/vBFuZ3iwP2eycAkvqIMPmWg==", - "dev": true - }, "promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", @@ -75919,28 +58365,28 @@ } }, "promise.allsettled": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.5.tgz", - "integrity": "sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.6.tgz", + "integrity": "sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg==", "dev": true, "requires": { - "array.prototype.map": "^1.0.4", + "array.prototype.map": "^1.0.5", "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "iterate-value": "^1.0.2" } }, "promise.prototype.finally": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-3.1.3.tgz", - "integrity": "sha512-EXRF3fC9/0gz4qkt/f5EP5iW4kj9oFpBICNpCNOb/52+8nlHIX07FPLbi/q4qYBQ1xZqivMzTpNQSnArVASolQ==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-3.1.4.tgz", + "integrity": "sha512-nNc3YbgMfLzqtqvO/q5DP6RR0SiHI9pUPGzyDf1q+usTwCN2kjvAnJkBb7bHe3o+fFSBPpsGMoYtaSi+LTNqng==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "prompts": { @@ -76048,7 +58494,9 @@ "version": "1.8.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "pstree.remy": { "version": "1.1.8", @@ -76446,15 +58894,6 @@ "strip-indent": "^3.0.0" }, "dependencies": { - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dev": true, - "requires": { - "tslib": "^2.0.1" - } - }, "commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", @@ -76499,46 +58938,6 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", "dev": true }, - "react-refresh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.13.0.tgz", - "integrity": "sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==", - "dev": true - }, - "react-shallow-renderer": { - "version": "16.15.0", - "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz", - "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==", - "dev": true, - "requires": { - "object-assign": "^4.1.1", - "react-is": "^16.12.0 || ^17.0.0 || ^18.0.0" - } - }, - "react-test-renderer": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-17.0.2.tgz", - "integrity": "sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==", - "dev": true, - "requires": { - "object-assign": "^4.1.1", - "react-is": "^17.0.2", - "react-shallow-renderer": "^16.13.1", - "scheduler": "^0.20.2" - }, - "dependencies": { - "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "dev": true, - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - } - } - }, "react-waterfall-render": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/react-waterfall-render/-/react-waterfall-render-2.0.0.tgz", @@ -76778,17 +59177,6 @@ "esprima": "~4.0.0", "source-map": "~0.6.1", "tslib": "^2.0.1" - }, - "dependencies": { - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dev": true, - "requires": { - "tslib": "^2.0.1" - } - } } }, "rechoir": { @@ -77175,15 +59563,6 @@ "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", "dev": true }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - } - }, "resolve-dir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", @@ -77215,12 +59594,6 @@ "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", "dev": true }, - "resolve.exports": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", - "dev": true - }, "responselike": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", @@ -77298,9 +59671,9 @@ } }, "rollup": { - "version": "2.72.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz", - "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==", + "version": "2.79.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", "dev": true, "requires": { "fsevents": "~2.3.2" @@ -77370,12 +59743,6 @@ } } }, - "rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", - "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", - "dev": true - }, "run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -77430,260 +59797,22 @@ "ret": "~0.1.10" } }, + "safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + } + }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz", - "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", - "dev": true, - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dev": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - } - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dev": true, - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dev": true, - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "requires": { - "is-plain-object": "^2.0.4" - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "requires": { - "isobject": "^3.0.1" - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dev": true, - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - } - } - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dev": true, - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dev": true, - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "dev": true - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, "sanitize.css": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", @@ -77700,6 +59829,8 @@ "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", "dev": true, + "optional": true, + "peer": true, "requires": { "xmlchars": "^2.2.0" } @@ -77912,7 +60043,7 @@ "serve-favicon": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz", - "integrity": "sha1-k10kDN/g9YBTB/3+ln2IlCosvPA=", + "integrity": "sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==", "dev": true, "requires": { "etag": "~1.8.1", @@ -78067,6 +60198,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, "requires": { "shebang-regex": "^3.0.0" } @@ -78074,7 +60206,8 @@ "shebang-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true }, "shpjs": { "version": "4.0.4", @@ -78105,12 +60238,6 @@ "object-inspect": "^1.9.0" } }, - "sigmund": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", - "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", - "dev": true - }, "signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", @@ -78622,12 +60749,6 @@ } } }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, "sql-formatter": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-9.2.0.tgz", @@ -78668,21 +60789,6 @@ "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", "dev": true }, - "stack-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" - } - } - }, "standard-version": { "version": "9.5.0", "resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz", @@ -78952,16 +61058,6 @@ "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", "dev": true }, - "string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dev": true, - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - } - }, "string-width": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", @@ -78991,41 +61087,41 @@ } }, "string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", + "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", + "regexp.prototype.flags": "^1.4.3", "side-channel": "^1.0.4" } }, "string.prototype.padend": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz", - "integrity": "sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz", + "integrity": "sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "string.prototype.padstart": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/string.prototype.padstart/-/string.prototype.padstart-3.1.3.tgz", - "integrity": "sha512-NZydyOMtYxpTjGqp0VN5PYUF/tsU15yDMZnUdj16qRUIUiMJkHHSDElYyQFrMu+/WloTpA7MQSiADhBicDfaoA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/string.prototype.padstart/-/string.prototype.padstart-3.1.4.tgz", + "integrity": "sha512-XqOHj8horGsF+zwxraBvMTkBFM28sS/jHBJajh17JtJKA92qazidiQbLosV4UA18azvLOVKYo/E3g3T9Y5826w==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "string.prototype.trimend": { @@ -79071,12 +61167,6 @@ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "dev": true - }, "strip-final-newline": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", @@ -79098,6 +61188,15 @@ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true }, + "strip-literal": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz", + "integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==", + "dev": true, + "requires": { + "acorn": "^8.8.0" + } + }, "strnum": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", @@ -79191,6 +61290,7 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } @@ -79349,11 +61449,19 @@ } } }, + "svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, "symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "symbol.prototype.description": { "version": "1.0.5", @@ -79368,9 +61476,15 @@ } }, "synchronous-promise": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.15.tgz", - "integrity": "sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.16.tgz", + "integrity": "sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A==", + "dev": true + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", "dev": true }, "tar": { @@ -79467,16 +61581,6 @@ } } }, - "terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", - "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", - "dev": true, - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - } - }, "terser": { "version": "5.13.1", "resolved": "https://registry.npmjs.org/terser/-/terser-5.13.1.tgz", @@ -79724,13 +61828,6 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true }, - "throat": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", - "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==", - "dev": true, - "peer": true - }, "through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", @@ -79772,6 +61869,24 @@ "setimmediate": "^1.0.4" } }, + "tinybench": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.3.1.tgz", + "integrity": "sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==", + "dev": true + }, + "tinypool": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.3.0.tgz", + "integrity": "sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==", + "dev": true + }, + "tinyspy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.2.tgz", + "integrity": "sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==", + "dev": true + }, "tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -79781,12 +61896,6 @@ "os-tmpdir": "~1.0.2" } }, - "tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "dev": true - }, "to-arraybuffer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", @@ -79917,6 +62026,8 @@ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", "dev": true, + "optional": true, + "peer": true, "requires": { "psl": "^1.1.33", "punycode": "^2.1.1", @@ -79927,7 +62038,9 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true + "dev": true, + "optional": true, + "peer": true } } }, @@ -79936,6 +62049,7 @@ "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", "dev": true, + "optional": true, "peer": true, "requires": { "punycode": "^2.1.1" @@ -80010,12 +62124,6 @@ "errno": "^0.1.3", "readable-stream": "^2.0.1" } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true } } }, @@ -80058,32 +62166,6 @@ "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==", "dev": true }, - "tsconfig": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", - "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", - "dev": true, - "requires": { - "@types/strip-bom": "^3.0.0", - "@types/strip-json-comments": "0.0.30", - "strip-bom": "^3.0.0", - "strip-json-comments": "^2.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true - } - } - }, "tsconfig-paths": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz", @@ -80219,9 +62301,9 @@ } }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==" }, "uglify-js": { "version": "3.15.4", @@ -80521,7 +62603,7 @@ "untildify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz", - "integrity": "sha1-F+soB5h/dpUunASF/DEdBqgmouA=", + "integrity": "sha512-sJjbDp2GodvkB0FZZcn7k6afVisqX5BZD7Yq3xp4nN2O15BBK0cLm3Vwn2vQaF7UDS0UUsrQMkkplmDI5fskig==", "dev": true, "optional": true, "requires": { @@ -80870,27 +62952,6 @@ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" }, - "v8-to-istanbul": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", - "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", - "dev": true, - "peer": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true, - "peer": true - } - } - }, "validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", @@ -80948,19 +63009,34 @@ "unist-util-stringify-position": "^2.0.0" } }, - "vite": { - "version": "2.9.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.8.tgz", - "integrity": "sha512-zsBGwn5UT3YS0NLSJ7hnR54+vUKfgzMUh/Z9CxF1YKEBVIe213+63jrFLmZphgGI5zXwQCSmqIdbPuE8NJywPw==", + "vitest": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz", + "integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==", "dev": true, "requires": { - "esbuild": "^0.14.27", - "fsevents": "~2.3.2", - "postcss": "^8.4.13", - "resolve": "^1.22.0", - "rollup": "^2.59.0" + "@types/chai": "^4.3.3", + "@types/chai-subset": "^1.3.3", + "@types/node": "*", + "acorn": "^8.8.0", + "acorn-walk": "^8.2.0", + "chai": "^4.3.6", + "debug": "^4.3.4", + "local-pkg": "^0.4.2", + "source-map": "^0.6.1", + "strip-literal": "^0.4.2", + "tinybench": "^2.3.1", + "tinypool": "^0.3.0", + "tinyspy": "^1.0.2", + "vite": "^3.0.0" }, "dependencies": { + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true + }, "picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", @@ -80968,196 +63044,40 @@ "dev": true }, "postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "requires": { - "nanoid": "^3.3.3", + "nanoid": "^3.3.4", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } - } - } - }, - "vite-plugin-mdx": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/vite-plugin-mdx/-/vite-plugin-mdx-3.5.10.tgz", - "integrity": "sha512-tfGNRwkO23pln9EYqhbsOLEx9Qot5+enl+727gop7+HGEoC87+88hLRWGL+FU/It1Y0a5P3OAyDbTKKHX6tEJw==", - "dev": true, - "requires": { - "@alloc/quick-lru": "^5.2.0", - "esbuild": "0.13.8", - "resolve": "^1.20.0", - "unified": "^9.2.1" - }, - "dependencies": { - "esbuild": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.8.tgz", - "integrity": "sha512-A4af7G7YZLfG5OnARJRMtlpEsCkq/zHZQXewgPA864l9D6VjjbH1SuFYK/OSV6BtHwDGkdwyRrX0qQFLnMfUcw==", - "dev": true, - "requires": { - "esbuild-android-arm64": "0.13.8", - "esbuild-darwin-64": "0.13.8", - "esbuild-darwin-arm64": "0.13.8", - "esbuild-freebsd-64": "0.13.8", - "esbuild-freebsd-arm64": "0.13.8", - "esbuild-linux-32": "0.13.8", - "esbuild-linux-64": "0.13.8", - "esbuild-linux-arm": "0.13.8", - "esbuild-linux-arm64": "0.13.8", - "esbuild-linux-mips64le": "0.13.8", - "esbuild-linux-ppc64le": "0.13.8", - "esbuild-netbsd-64": "0.13.8", - "esbuild-openbsd-64": "0.13.8", - "esbuild-sunos-64": "0.13.8", - "esbuild-windows-32": "0.13.8", - "esbuild-windows-64": "0.13.8", - "esbuild-windows-arm64": "0.13.8" - } - }, - "esbuild-android-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.8.tgz", - "integrity": "sha512-AilbChndywpk7CdKkNSZ9klxl+9MboLctXd9LwLo3b0dawmOF/i/t2U5d8LM6SbT1Xw36F8yngSUPrd8yPs2RA==", - "dev": true, - "optional": true - }, - "esbuild-darwin-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.8.tgz", - "integrity": "sha512-b6sdiT84zV5LVaoF+UoMVGJzR/iE2vNUfUDfFQGrm4LBwM/PWXweKpuu6RD9mcyCq18cLxkP6w/LD/w9DtX3ng==", - "dev": true, - "optional": true - }, - "esbuild-darwin-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.8.tgz", - "integrity": "sha512-R8YuPiiJayuJJRUBG4H0VwkEKo6AvhJs2m7Tl0JaIer3u1FHHXwGhMxjJDmK+kXwTFPriSysPvcobXC/UrrZCQ==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.8.tgz", - "integrity": "sha512-zBn6urrn8FnKC+YSgDxdof9jhPCeU8kR/qaamlV4gI8R3KUaUK162WYM7UyFVAlj9N0MyD3AtB+hltzu4cysTw==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.8.tgz", - "integrity": "sha512-pWW2slN7lGlkx0MOEBoUGwRX5UgSCLq3dy2c8RIOpiHtA87xAUpDBvZK10MykbT+aMfXc0NI2lu1X+6kI34xng==", - "dev": true, - "optional": true - }, - "esbuild-linux-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.8.tgz", - "integrity": "sha512-T0I0ueeKVO/Is0CAeSEOG9s2jeNNb8jrrMwG9QBIm3UU18MRB60ERgkS2uV3fZ1vP2F8i3Z2e3Zju4lg9dhVmw==", - "dev": true, - "optional": true - }, - "esbuild-linux-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.8.tgz", - "integrity": "sha512-Bm8SYmFtvfDCIu9sjKppFXzRXn2BVpuCinU1ChTuMtdKI/7aPpXIrkqBNOgPTOQO9AylJJc1Zw6EvtKORhn64w==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.8.tgz", - "integrity": "sha512-4/HfcC40LJ4GPyboHA+db0jpFarTB628D1ifU+/5bunIgY+t6mHkJWyxWxAAE8wl/ZIuRYB9RJFdYpu1AXGPdg==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.8.tgz", - "integrity": "sha512-X4pWZ+SL+FJ09chWFgRNO3F+YtvAQRcWh0uxKqZSWKiWodAB20flsW/OWFYLXBKiVCTeoGMvENZS/GeVac7+tQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-mips64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.8.tgz", - "integrity": "sha512-o7e0D+sqHKT31v+mwFircJFjwSKVd2nbkHEn4l9xQ1hLR+Bv8rnt3HqlblY3+sBdlrOTGSwz0ReROlKUMJyldA==", - "dev": true, - "optional": true - }, - "esbuild-linux-ppc64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.8.tgz", - "integrity": "sha512-eZSQ0ERsWkukJp2px/UWJHVNuy0lMoz/HZcRWAbB6reoaBw7S9vMzYNUnflfL3XA6WDs+dZn3ekHE4Y2uWLGig==", - "dev": true, - "optional": true - }, - "esbuild-netbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.8.tgz", - "integrity": "sha512-gZX4kP7gVvOrvX0ZwgHmbuHczQUwqYppxqtoyC7VNd80t5nBHOFXVhWo2Ad/Lms0E8b+wwgI/WjZFTCpUHOg9Q==", - "dev": true, - "optional": true - }, - "esbuild-openbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.8.tgz", - "integrity": "sha512-afzza308X4WmcebexbTzAgfEWt9MUkdTvwIa8xOu4CM2qGbl2LanqEl8/LUs8jh6Gqw6WsicEK52GPrS9wvkcw==", - "dev": true, - "optional": true - }, - "esbuild-sunos-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.8.tgz", - "integrity": "sha512-mWPZibmBbuMKD+LDN23LGcOZ2EawMYBONMXXHmbuxeT0XxCNwadbCVwUQ/2p5Dp5Kvf6mhrlIffcnWOiCBpiVw==", - "dev": true, - "optional": true }, - "esbuild-windows-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.8.tgz", - "integrity": "sha512-QsZ1HnWIcnIEApETZWw8HlOhDSWqdZX2SylU7IzGxOYyVcX7QI06ety/aDcn437mwyO7Ph4RrbhB+2ntM8kX8A==", - "dev": true, - "optional": true - }, - "esbuild-windows-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.8.tgz", - "integrity": "sha512-76Fb57B9eE/JmJi1QmUW0tRLQZfGo0it+JeYoCDTSlbTn7LV44ecOHIMJSSgZADUtRMWT9z0Kz186bnaB3amSg==", - "dev": true, - "optional": true - }, - "esbuild-windows-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.8.tgz", - "integrity": "sha512-HW6Mtq5eTudllxY2YgT62MrVcn7oq2o8TAoAvDUhyiEmRmDY8tPwAhb1vxw5/cdkbukM3KdMYtksnUhF/ekWeg==", - "dev": true, - "optional": true - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "dev": true - }, - "unified": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", - "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", + "vite": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.4.tgz", + "integrity": "sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==", "dev": true, "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" + "esbuild": "^0.15.9", + "fsevents": "~2.3.2", + "postcss": "^8.4.18", + "resolve": "^1.22.1", + "rollup": "^2.79.1" } } } }, + "vitest-fetch-mock": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/vitest-fetch-mock/-/vitest-fetch-mock-0.2.1.tgz", + "integrity": "sha512-u6wjTy3huKLx9VDzChOpt3BS9jIhCTbruqLIlkhXZ8dRMzNAsmiTIskI39+uqNegkFMQeEefBqKYZ3UC142AJA==", + "dev": true, + "requires": { + "cross-fetch": "^3.0.6" + } + }, "vm-browserify": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", @@ -81171,16 +63091,16 @@ "dev": true }, "vue": { - "version": "3.2.37", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.37.tgz", - "integrity": "sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==", + "version": "3.2.45", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.45.tgz", + "integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==", "dev": true, "requires": { - "@vue/compiler-dom": "3.2.37", - "@vue/compiler-sfc": "3.2.37", - "@vue/runtime-dom": "3.2.37", - "@vue/server-renderer": "3.2.37", - "@vue/shared": "3.2.37" + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-sfc": "3.2.45", + "@vue/runtime-dom": "3.2.45", + "@vue/server-renderer": "3.2.45", + "@vue/shared": "3.2.45" } }, "vue-docgen-api": { @@ -81202,15 +63122,6 @@ "vue-inbrowser-compiler-utils": "^4.44.23" }, "dependencies": { - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dev": true, - "requires": { - "tslib": "^2.0.1" - } - }, "lru-cache": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", @@ -81328,9 +63239,9 @@ } }, "vue-loader": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.0.tgz", - "integrity": "sha512-OWSXjrzIvbF2LtOUmxT3HYgwwubbfFelN8PAP9R9dwpIkj48TVioHhWWSx7W7fk+iF5cgg3CBJRxwTdtLU4Ecg==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-17.0.1.tgz", + "integrity": "sha512-/OOyugJnImKCkAKrAvdsWMuwoCqGxWT5USLsjohzWbMgOwpA5wQmzQiLMzZd7DjhIfunzAGIApTOgIylz/kwcg==", "dev": true, "requires": { "chalk": "^4.1.0", @@ -81356,12 +63267,12 @@ } }, "vue-router": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.4.tgz", - "integrity": "sha512-UgYen33gOtwT3cOG1+yRen+Brk9py8CSlC9LEa3UjvKZ4EAoSo8NjZPDeDnmNerfazorHIJG1NC7qdi1SuQJnQ==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.6.tgz", + "integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==", "dev": true, "requires": { - "@vue/devtools-api": "^6.1.4" + "@vue/devtools-api": "^6.4.5" } }, "vue-template-compiler": { @@ -81385,9 +63296,9 @@ } }, "vuex": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.0.2.tgz", - "integrity": "sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz", + "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==", "dev": true, "requires": { "@vue/devtools-api": "^6.0.0-beta.11" @@ -81405,6 +63316,8 @@ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", "dev": true, + "optional": true, + "peer": true, "requires": { "browser-process-hrtime": "^1.0.0" } @@ -81414,20 +63327,12 @@ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", "dev": true, + "optional": true, "peer": true, "requires": { "xml-name-validator": "^3.0.0" } }, - "walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "dev": true, - "requires": { - "makeerror": "1.0.12" - } - }, "watchpack": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", @@ -81711,6 +63616,7 @@ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", "dev": true, + "optional": true, "peer": true }, "webpack": { @@ -81933,16 +63839,6 @@ "yallist": "^3.0.2" } }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, "micromatch": { "version": "3.1.10", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", @@ -82023,12 +63919,6 @@ "figgy-pudding": "^3.5.1" } }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "dev": true - }, "terser": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz", @@ -82106,16 +63996,6 @@ "webpack-log": "^2.0.0" }, "dependencies": { - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==", - "dev": true, - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, "mime": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", @@ -82141,14 +64021,13 @@ "requires": {} }, "webpack-hot-middleware": { - "version": "2.25.1", - "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.1.tgz", - "integrity": "sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==", + "version": "2.25.3", + "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.3.tgz", + "integrity": "sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==", "dev": true, "requires": { "ansi-html-community": "0.0.8", "html-entities": "^2.1.0", - "querystring": "^0.2.0", "strip-ansi": "^6.0.0" } }, @@ -82210,6 +64089,7 @@ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", "dev": true, + "optional": true, "peer": true, "requires": { "iconv-lite": "0.4.24" @@ -82220,6 +64100,7 @@ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", "dev": true, + "optional": true, "peer": true }, "whatwg-url": { @@ -82227,6 +64108,7 @@ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", "dev": true, + "optional": true, "peer": true, "requires": { "lodash": "^4.7.0", @@ -82238,6 +64120,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, "requires": { "isexe": "^2.0.0" } @@ -82255,6 +64138,32 @@ "is-symbol": "^1.0.3" } }, + "which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "dev": true, + "requires": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + } + }, + "which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + } + }, "wide-align": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", @@ -82448,7 +64357,7 @@ "x-default-browser": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/x-default-browser/-/x-default-browser-0.4.0.tgz", - "integrity": "sha1-cM8NqF2nwKtcsPFaiX8jIqa91IE=", + "integrity": "sha512-7LKo7RtWfoFN/rHx1UELv/2zHGMx8MkZKDq1xENmOCTkfIqZJ0zZ26NEJX8czhnPXVcqS0ARjjfJB+eJ0/5Cvw==", "dev": true, "requires": { "default-browser-id": "^1.0.4" @@ -82478,6 +64387,7 @@ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", "dev": true, + "optional": true, "peer": true }, "xml2js": { @@ -82498,12 +64408,14 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "xstate": { - "version": "4.33.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.4.tgz", - "integrity": "sha512-3giWybQ8XvAr+3tDENlGduR4XREmiUOVxKRjdqFEe6g8eD8UrYhTth3OyLHX/sR9r/9GY2t/LbjfkCC8XFfv4Q==" + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.34.0.tgz", + "integrity": "sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw==" }, "xtend": { "version": "4.0.2", diff --git a/packages/api/jest.config.integration.ts b/packages/api/jest.config.integration.ts deleted file mode 100644 index 969bc5dcb..000000000 --- a/packages/api/jest.config.integration.ts +++ /dev/null @@ -1,7 +0,0 @@ -import config from './jest.config' -config.testRegex = 'test.integration.ts$' -config.maxWorkers = 1 -config.testTimeout = 20000 - -console.info('RUNNING INTEGRATION TESTS') -export default config diff --git a/packages/api/jest.config.ts b/packages/api/jest.config.ts deleted file mode 100644 index 8975d5452..000000000 --- a/packages/api/jest.config.ts +++ /dev/null @@ -1,34 +0,0 @@ -// For a detailed explanation regarding each configuration property, visit: -// https://jestjs.io/docs/en/configuration.html -import type { Config } from '@jest/types' - -const config: Config.InitialOptions = { - clearMocks: true, - collectCoverage: false, - coverageDirectory: './coverage', - globalSetup: './tests/setup.ts', - globals: { - 'ts-jest': { - isolatedModules: true, - diagnostics: false - } - }, - preset: 'ts-jest', - rootDir: './', - - roots: ['<rootDir>/src'], - - setupFilesAfterEnv: ['./tests/jest-setup.ts'], - - testEnvironment: 'node', - testRegex: '.*test\\.ts$', - transform: { - '^.+\\.ts?$': 'ts-jest' - }, - transformIgnorePatterns: ['/node_modules/'], - verbose: true, - detectOpenHandles: true, - forceExit: true -} - -export default config diff --git a/packages/api/package.json b/packages/api/package.json index 9785097a5..0d6c70ff5 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -32,12 +32,10 @@ "lint": "prettier --write . && eslint --fix .", "start": "node ./dist/api/src/index.js", "test": "npm run test:unit && npm run test:integration", - "test:unit": "jest -c jest.config.ts", - "test:integration": "JWT_SECRET=secret-tests JWT_SECRET_REFRESH=refresh-secret jest -c jest.config.integration.ts --runInBand", + "test:unit": "vitest --environment node --root src/ --config ../vitest.unit.config.ts", + "test:integration": "JWT_SECRET=secret-tests JWT_SECRET_REFRESH=refresh-secret vitest --environment node --root src/ --config ../vitest.integration.config.ts", "test:generate-data": "ts-node --transpile-only src/tools/demarches/tests-creation.ts", - "ci:lint": "prettier --check . && eslint .", - "ci:test-unit": "jest -c jest.config.ts --ci --collect-coverage", - "ci:test-integration": "JWT_SECRET=secret-tests JWT_SECRET_REFRESH=refresh-secret jest -c jest.config.integration.ts --runInBand --ci --collect-coverage" + "ci:lint": "prettier --check . && eslint ." }, "@comment dependencies": { "modules esm": "crypto-random-string, @sindresorhus/slugify, email-regex, decamelize, dateformat, node-fetch à ne pas updater tant que on ne compile pas pour es2020: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c. Pas simple de migrer ts-node.", @@ -63,7 +61,6 @@ "@types/geojson": "^7946.0.10", "@types/graphql-type-json": "^0.3.2", "@types/graphql-upload": "^8.0.11", - "@types/jest": "^28.1.7", "@types/jsonwebtoken": "^8.5.8", "@types/node": "^18.7.12", "@types/node-fetch": "^2.5.12", @@ -79,7 +76,6 @@ "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cors": "^2.8.5", - "cross-env": "^7.0.3", "crypto-random-string": "^3.3.1", "dateformat": "^4.5.1", "decamelize": "^5.0.0", @@ -99,40 +95,38 @@ "jsondiffpatch": "^0.4.1", "jsonwebtoken": "^8.5.1", "jszip": "^3.10.1", - "knex": "2.2.0", + "knex": "^2.3.0", "make-dir": "^3.1.0", "matomo-tracker": "^2.2.4", "node-fetch": "^2.6.5", "node-mailjet": "^5.1.1", - "objection": "^3.0.1", + "objection": "github:Vincit/objection.js#dbb20aebaac2059149ec18386283b3cce4a3d7f0", "pg": "^8.8.0", "proj4": "^2.8.0", "shpjs": "^4.0.4", "stream-json": "^1.7.4", "ts-node": "^10.9.1", "tus-node-server": "^0.7.1", - "typescript": "^4.7.4", + "typescript": "^4.8.4", "xlsx": "^0.18.5", - "xstate": "^4.33.4" + "xstate": "^4.34.0" }, "devDependencies": { - "@jest/types": "^28.1.3", "@types/stream-json": "^1.7.2", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.34.0", "@typescript-eslint/parser": "^5.34.0", + "@vitest/coverage-c8": "^0.25.2", "commitizen": "^4.2.5", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.22.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.8.7", "eslint-plugin-n": "^15.2.5", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^5.0.0", "eslint-plugin-tsdoc": "^0.2.16", - "jest": "^28.1.3", "nodemon": "^2.0.19", "npm-check-updates": "^16.0.5", "pg-escape": "^0.2.0", @@ -140,7 +134,8 @@ "sql-formatter": "^9.2.0", "standard-version": "^9.5.0", "supertest": "^6.2.4", - "ts-jest": "^28.0.8" + "vite": "^3.2.4", + "vitest": "^0.25.2" }, "prettier": { "semi": false, @@ -158,11 +153,9 @@ "prettier" ], "env": { - "node": true, - "jest/globals": true + "node": true }, "plugins": [ - "jest", "@typescript-eslint" ], "rules": { diff --git a/packages/api/src/api/_format/etapes-types.test.ts b/packages/api/src/api/_format/etapes-types.test.ts index 7fadd86de..1163146d4 100644 --- a/packages/api/src/api/_format/etapes-types.test.ts +++ b/packages/api/src/api/_format/etapes-types.test.ts @@ -1,33 +1,54 @@ import { documentsTypesFormat } from './etapes-types' - +import { describe, test, expect } from 'vitest' +import { DocumentType } from 'camino-common/src/static/documentsTypes' describe('teste etapes types format', () => { - test.each` - documentsTypes | documentsTypesSpecifiques | result - ${undefined} | ${undefined} | ${[]} - ${[]} | ${undefined} | ${[]} - ${undefined} | ${[]} | ${[]} - ${[{ id: 'acr', optionnel: false }]} | ${undefined} | ${[{ id: 'acr', optionnel: false }]} - ${undefined} | ${[{ id: 'acr', optionnel: false }]} | ${[{ id: 'acr', optionnel: false }]} - ${[{ id: 'acr', optionnel: false }]} | ${[{ id: 'acr', optionnel: true }]} | ${[{ id: 'acr', optionnel: true }]} - ${[{ id: 'acr', optionnel: true }]} | ${[{ id: 'acr', optionnel: false }]} | ${[{ id: 'acr', optionnel: false }]} - `( + test.each< + [ + DocumentType[] | null | undefined, + DocumentType[] | null | undefined, + DocumentType[] + ] + >([ + [undefined, undefined, []], + [[], undefined, []], + [undefined, [], []], + [ + [{ id: 'acr', nom: 'acr', optionnel: false }], + undefined, + [{ id: 'acr', nom: 'acr', optionnel: false }] + ], + [ + undefined, + [{ id: 'acr', nom: 'acr', optionnel: false }], + [{ id: 'acr', nom: 'acr', optionnel: false }] + ], + [ + [{ id: 'acr', nom: 'acr', optionnel: false }], + [{ id: 'acr', nom: 'acr', optionnel: true }], + [{ id: 'acr', nom: 'acr', optionnel: true }] + ], + [ + [{ id: 'acr', nom: 'acr', optionnel: true }], + [{ id: 'acr', nom: 'acr', optionnel: false }], + [{ id: 'acr', nom: 'acr', optionnel: false }] + ] + ])( 'documentsTypesFormat', - ({ documentsTypes, documentsTypesSpecifiques, result }) => { + (documentsTypes, documentsTypesSpecifiques, result) => { expect( documentsTypesFormat(documentsTypes, documentsTypesSpecifiques) ).toEqual(result) } ) - test.each` - description | dtSpecifiqueDescription | result - ${undefined} | ${undefined} | ${undefined} - ${'des'} | ${undefined} | ${'des'} - ${'des'} | ${'des2'} | ${'des2'} - ${undefined} | ${'des2'} | ${'des2'} - `( + test.each([ + [undefined, undefined, undefined], + ['des', undefined, 'des'], + ['des', 'des2', 'des2'], + [undefined, 'des2', 'des2'] + ])( 'test la déclaration de la description', - ({ description, dtSpecifiqueDescription, result }) => { + (description, dtSpecifiqueDescription, result) => { expect( documentsTypesFormat( [ diff --git a/packages/api/src/api/graphql/__snapshots__/metas.test.integration.ts.snap b/packages/api/src/api/graphql/__snapshots__/metas.test.integration.ts.snap index 5cdddcbb1..1a2cc16a9 100644 --- a/packages/api/src/api/graphql/__snapshots__/metas.test.integration.ts.snap +++ b/packages/api/src/api/graphql/__snapshots__/metas.test.integration.ts.snap @@ -1,976 +1,976 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`statuts peut voir tous les statuts 1`] = ` -Object { - "departements": Array [ - Object { +exports[`statuts > peut voir tous les statuts 1`] = ` +{ + "departements": [ + { "id": "10", "nom": "Aube", "regionId": "44", }, - Object { + { "id": "11", "nom": "Aude", "regionId": "76", }, - Object { + { "id": "12", "nom": "Aveyron", "regionId": "76", }, - Object { + { "id": "13", "nom": "Bouches-du-Rhône", "regionId": "93", }, - Object { + { "id": "14", "nom": "Calvados", "regionId": "28", }, - Object { + { "id": "15", "nom": "Cantal", "regionId": "84", }, - Object { + { "id": "16", "nom": "Charente", "regionId": "75", }, - Object { + { "id": "17", "nom": "Charente-Maritime", "regionId": "75", }, - Object { + { "id": "18", "nom": "Cher", "regionId": "24", }, - Object { + { "id": "19", "nom": "Corrèze", "regionId": "75", }, - Object { + { "id": "21", "nom": "Côte-d'Or", "regionId": "27", }, - Object { + { "id": "22", "nom": "Côtes-d'Armor", "regionId": "53", }, - Object { + { "id": "23", "nom": "Creuse", "regionId": "75", }, - Object { + { "id": "24", "nom": "Dordogne", "regionId": "75", }, - Object { + { "id": "25", "nom": "Doubs", "regionId": "27", }, - Object { + { "id": "26", "nom": "Drôme", "regionId": "84", }, - Object { + { "id": "27", "nom": "Eure", "regionId": "28", }, - Object { + { "id": "28", "nom": "Eure-et-Loir", "regionId": "24", }, - Object { + { "id": "29", "nom": "Finistère", "regionId": "53", }, - Object { + { "id": "30", "nom": "Gard", "regionId": "76", }, - Object { + { "id": "31", "nom": "Haute-Garonne", "regionId": "76", }, - Object { + { "id": "32", "nom": "Gers", "regionId": "76", }, - Object { + { "id": "33", "nom": "Gironde", "regionId": "75", }, - Object { + { "id": "34", "nom": "Hérault", "regionId": "76", }, - Object { + { "id": "35", "nom": "Ille-et-Vilaine", "regionId": "53", }, - Object { + { "id": "36", "nom": "Indre", "regionId": "24", }, - Object { + { "id": "37", "nom": "Indre-et-Loire", "regionId": "24", }, - Object { + { "id": "38", "nom": "Isère", "regionId": "84", }, - Object { + { "id": "39", "nom": "Jura", "regionId": "27", }, - Object { + { "id": "40", "nom": "Landes", "regionId": "75", }, - Object { + { "id": "41", "nom": "Loir-et-Cher", "regionId": "24", }, - Object { + { "id": "42", "nom": "Loire", "regionId": "84", }, - Object { + { "id": "43", "nom": "Haute-Loire", "regionId": "84", }, - Object { + { "id": "44", "nom": "Loire-Atlantique", "regionId": "52", }, - Object { + { "id": "45", "nom": "Loiret", "regionId": "24", }, - Object { + { "id": "46", "nom": "Lot", "regionId": "76", }, - Object { + { "id": "47", "nom": "Lot-et-Garonne", "regionId": "75", }, - Object { + { "id": "48", "nom": "Lozère", "regionId": "76", }, - Object { + { "id": "49", "nom": "Maine-et-Loire", "regionId": "52", }, - Object { + { "id": "50", "nom": "Manche", "regionId": "28", }, - Object { + { "id": "51", "nom": "Marne", "regionId": "44", }, - Object { + { "id": "52", "nom": "Haute-Marne", "regionId": "44", }, - Object { + { "id": "53", "nom": "Mayenne", "regionId": "52", }, - Object { + { "id": "54", "nom": "Meurthe-et-Moselle", "regionId": "44", }, - Object { + { "id": "55", "nom": "Meuse", "regionId": "44", }, - Object { + { "id": "56", "nom": "Morbihan", "regionId": "53", }, - Object { + { "id": "57", "nom": "Moselle", "regionId": "44", }, - Object { + { "id": "58", "nom": "Nièvre", "regionId": "27", }, - Object { + { "id": "59", "nom": "Nord", "regionId": "32", }, - Object { + { "id": "60", "nom": "Oise", "regionId": "32", }, - Object { + { "id": "61", "nom": "Orne", "regionId": "28", }, - Object { + { "id": "62", "nom": "Pas-de-Calais", "regionId": "32", }, - Object { + { "id": "63", "nom": "Puy-de-Dôme", "regionId": "84", }, - Object { + { "id": "64", "nom": "Pyrénées-Atlantiques", "regionId": "75", }, - Object { + { "id": "65", "nom": "Hautes-Pyrénées", "regionId": "76", }, - Object { + { "id": "66", "nom": "Pyrénées-Orientales", "regionId": "76", }, - Object { + { "id": "67", "nom": "Bas-Rhin", "regionId": "44", }, - Object { + { "id": "68", "nom": "Haut-Rhin", "regionId": "44", }, - Object { + { "id": "69", "nom": "Rhône", "regionId": "84", }, - Object { + { "id": "70", "nom": "Haute-Saône", "regionId": "27", }, - Object { + { "id": "71", "nom": "Saône-et-Loire", "regionId": "27", }, - Object { + { "id": "72", "nom": "Sarthe", "regionId": "52", }, - Object { + { "id": "73", "nom": "Savoie", "regionId": "84", }, - Object { + { "id": "74", "nom": "Haute-Savoie", "regionId": "84", }, - Object { + { "id": "75", "nom": "Paris", "regionId": "11", }, - Object { + { "id": "76", "nom": "Seine-Maritime", "regionId": "28", }, - Object { + { "id": "77", "nom": "Seine-et-Marne", "regionId": "11", }, - Object { + { "id": "78", "nom": "Yvelines", "regionId": "11", }, - Object { + { "id": "79", "nom": "Deux-Sèvres", "regionId": "75", }, - Object { + { "id": "80", "nom": "Somme", "regionId": "32", }, - Object { + { "id": "81", "nom": "Tarn", "regionId": "76", }, - Object { + { "id": "82", "nom": "Tarn-et-Garonne", "regionId": "76", }, - Object { + { "id": "83", "nom": "Var", "regionId": "93", }, - Object { + { "id": "84", "nom": "Vaucluse", "regionId": "93", }, - Object { + { "id": "85", "nom": "Vendée", "regionId": "52", }, - Object { + { "id": "86", "nom": "Vienne", "regionId": "75", }, - Object { + { "id": "87", "nom": "Haute-Vienne", "regionId": "75", }, - Object { + { "id": "88", "nom": "Vosges", "regionId": "44", }, - Object { + { "id": "89", "nom": "Yonne", "regionId": "27", }, - Object { + { "id": "90", "nom": "Territoire de Belfort", "regionId": "27", }, - Object { + { "id": "91", "nom": "Essonne", "regionId": "11", }, - Object { + { "id": "92", "nom": "Hauts-de-Seine", "regionId": "11", }, - Object { + { "id": "93", "nom": "Seine-Saint-Denis", "regionId": "11", }, - Object { + { "id": "94", "nom": "Val-de-Marne", "regionId": "11", }, - Object { + { "id": "95", "nom": "Val-d'Oise", "regionId": "11", }, - Object { + { "id": "971", "nom": "Guadeloupe", "regionId": "01", }, - Object { + { "id": "972", "nom": "Martinique", "regionId": "02", }, - Object { + { "id": "973", "nom": "Guyane", "regionId": "03", }, - Object { + { "id": "974", "nom": "La Réunion", "regionId": "04", }, - Object { + { "id": "976", "nom": "Mayotte", "regionId": "06", }, - Object { + { "id": "01", "nom": "Ain", "regionId": "84", }, - Object { + { "id": "02", "nom": "Aisne", "regionId": "32", }, - Object { + { "id": "03", "nom": "Allier", "regionId": "84", }, - Object { + { "id": "04", "nom": "Alpes-de-Haute-Provence", "regionId": "93", }, - Object { + { "id": "05", "nom": "Hautes-Alpes", "regionId": "93", }, - Object { + { "id": "06", "nom": "Alpes-Maritimes", "regionId": "93", }, - Object { + { "id": "07", "nom": "Ardèche", "regionId": "84", }, - Object { + { "id": "08", "nom": "Ardennes", "regionId": "44", }, - Object { + { "id": "09", "nom": "Ariège", "regionId": "76", }, - Object { + { "id": "2A", "nom": "Corse-du-Sud", "regionId": "94", }, - Object { + { "id": "2B", "nom": "Haute-Corse", "regionId": "94", }, ], - "devises": Array [ - Object { + "devises": [ + { "id": "EUR", "nom": "Euros", }, - Object { + { "id": "XPF", "nom": "Francs Pacifique", }, - Object { + { "id": "FRF", "nom": "Francs", }, ], - "domaines": Array [ - Object { + "domaines": [ + { "id": "m", "nom": "minéraux et métaux", }, - Object { + { "id": "w", "nom": "granulats marins", }, - Object { + { "id": "c", "nom": "carrières", }, - Object { + { "id": "h", "nom": "hydrocarbures liquides ou gazeux", }, - Object { + { "id": "f", "nom": "combustibles fossiles", }, - Object { + { "id": "r", "nom": "éléments radioactifs", }, - Object { + { "id": "g", "nom": "géothermie", }, - Object { + { "id": "s", "nom": "stockages souterrains", }, - Object { + { "id": "i", "nom": "indéterminé", }, ], - "geoSystemes": Array [ - Object { + "geoSystemes": [ + { "id": "2154", "nom": "RGF93 / Lambert-93", "uniteId": "met", "zone": "France - onshore et offshore - continentale et Corse.", }, - Object { + { "id": "2972", "nom": "RGFG95 / UTM zone 22N", "uniteId": "met", "zone": "Guyane française - onshore et offshore.", }, - Object { + { "id": "5490", "nom": "RGAF09 / UTM zone 20N", "uniteId": "met", "zone": "Antilles françaises onshore et offshore à l'ouest du méridien 60° Ouest - Guadeloupe (incluant Grande Terre, Basse Terre, Marie Galante, Les Saintes, Iles de la Petite Terre, La Desirade, St Barthélemy, partie nord de St Martin) et Martinique.", }, - Object { + { "id": "4171", "nom": "RGF93", "uniteId": "deg", "zone": "France - onshore et offshore - continentale et Corse.", }, - Object { + { "id": "4624", "nom": "RGFG95", "uniteId": "deg", "zone": "French Guiana - onshore and offshore.", }, - Object { + { "id": "4326", "nom": "WGS84", "uniteId": "deg", "zone": "Monde", }, - Object { + { "id": "4230", "nom": "ED50", "uniteId": "deg", "zone": "Europe", }, - Object { + { "id": "4275", "nom": "NTF (Greenwich)", "uniteId": "deg", "zone": "France - onshore - continentale et Corse.", }, - Object { + { "id": "4807", "nom": "NTF (Paris)", "uniteId": "gon", "zone": "France - onshore - continentale et Corse.", }, - Object { + { "id": "27561", "nom": "NTF (Paris) / Lambert Nord France", "uniteId": "met", "zone": "France - continentale au nord de 53,5 grades North (48°09'N).", }, - Object { + { "id": "27563", "nom": "NTF (Paris) / Lambert Sud france", "uniteId": "met", "zone": "France - continentale au sud de 50,5 grades nord (45°27'N).", }, - Object { + { "id": "27571", "nom": "NTF (Paris) / Lambert zone I", "uniteId": "met", "zone": "France - continentale au nord de 53,5 grades nord (48°09'N).", }, - Object { + { "id": "27572", "nom": "NTF (Paris) / Lambert zone II", "uniteId": "met", "zone": "France - continentale entre 45°27'N et 48°09'N.", }, - Object { + { "id": "27573", "nom": "NTF (Paris) / Lambert zone III", "uniteId": "met", "zone": "France - continentale au sud de 50,5 grades nord (45°27'N).", }, - Object { + { "id": "3949", "nom": "RGF93 / CC49", "uniteId": "met", "zone": "France - continentale entre 48°N et 50°N.", }, - Object { + { "id": "32620", "nom": "WGS84 / UTM zone 20N", "uniteId": "met", "zone": "Hémisphère Nord - entre 66°W et 60°W", }, - Object { + { "id": "32621", "nom": "WGS84 / UTM zone 21N", "uniteId": "met", "zone": "Hémisphère Nord - entre 60°W et 54°W", }, - Object { + { "id": "32622", "nom": "WGS84 / UTM zone 22N", "uniteId": "met", "zone": "Hémisphère Nord - entre 54°W et 48°W", }, - Object { + { "id": "32630", "nom": "WGS84 / UTM zone 30N", "uniteId": "met", "zone": "Hémisphère Nord - entre 6°W et 0°W", }, - Object { + { "id": "2970", "nom": "Guadeloupe 1948 / UTM zone 20N", "uniteId": "met", "zone": "Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.", }, - Object { + { "id": "3313", "nom": "RGFG95 / UTM zone 21N", "uniteId": "met", "zone": "Guyane française - onshore et offshore.", }, - Object { + { "id": "4471", "nom": "Mayotte 2004 / UTM zone 38S", "uniteId": "met", "zone": "Mayotte - onshore et offshore", }, - Object { + { "id": "2975", "nom": "Réunion / UTM zone 40S", "uniteId": "met", "zone": "Réuinon", }, ], - "pays": Array [ - Object { + "pays": [ + { "id": "BL", "nom": "Collectivité d'outre-mer de Saint-Barthélemy", }, - Object { + { "id": "FR", "nom": "République Française", }, - Object { + { "id": "GF", "nom": "Département de la Guyane", }, - Object { + { "id": "GP", "nom": "Département de la Guadeloupe", }, - Object { + { "id": "MF", "nom": "Collectivité d'outre-mer de Saint-Martin", }, - Object { + { "id": "MQ", "nom": "Département de la Martinique", }, - Object { + { "id": "NC", "nom": "Nouvelle-Calédonie", }, - Object { + { "id": "PF", "nom": "Polynésie Française", }, - Object { + { "id": "PM", "nom": "Collectivité Territoriale de Saint-Pierre-et-Miquelon", }, - Object { + { "id": "RE", "nom": "Département de La Réunion", }, - Object { + { "id": "TF", "nom": "Terres Australes Françaises", }, - Object { + { "id": "WF", "nom": "Wallis-et-Futuna", }, - Object { + { "id": "XX", "nom": "Clipperton (Île)", }, - Object { + { "id": "YT", "nom": "Département de Mayotte", }, ], - "regions": Array [ - Object { + "regions": [ + { "id": "11", "nom": "Île-de-France", "paysId": "FR", }, - Object { + { "id": "24", "nom": "Centre-Val de Loire", "paysId": "FR", }, - Object { + { "id": "27", "nom": "Bourgogne-Franche-Comté", "paysId": "FR", }, - Object { + { "id": "28", "nom": "Normandie", "paysId": "FR", }, - Object { + { "id": "32", "nom": "Hauts-de-France", "paysId": "FR", }, - Object { + { "id": "44", "nom": "Grand Est", "paysId": "FR", }, - Object { + { "id": "52", "nom": "Pays de la Loire", "paysId": "FR", }, - Object { + { "id": "53", "nom": "Bretagne", "paysId": "FR", }, - Object { + { "id": "75", "nom": "Nouvelle-Aquitaine", "paysId": "FR", }, - Object { + { "id": "76", "nom": "Occitanie", "paysId": "FR", }, - Object { + { "id": "84", "nom": "Auvergne-Rhône-Alpes", "paysId": "FR", }, - Object { + { "id": "93", "nom": "Provence-Alpes-Côte d'Azur", "paysId": "FR", }, - Object { + { "id": "94", "nom": "Corse", "paysId": "FR", }, - Object { + { "id": "01", "nom": "Guadeloupe", "paysId": "GP", }, - Object { + { "id": "02", "nom": "Martinique", "paysId": "MQ", }, - Object { + { "id": "03", "nom": "Guyane", "paysId": "GF", }, - Object { + { "id": "04", "nom": "La Réunion", "paysId": "RE", }, - Object { + { "id": "06", "nom": "Mayotte", "paysId": "YT", }, ], - "statuts": Array [ - Object { + "statuts": [ + { "couleur": "warning", "id": "dmi", "nom": "demande initiale", }, - Object { + { "couleur": "neutral", "id": "dmc", "nom": "demande classée", }, - Object { + { "couleur": "success", "id": "val", "nom": "valide", }, - Object { + { "couleur": "warning", "id": "mod", "nom": "modification en instance", }, - Object { + { "couleur": "neutral", "id": "ech", "nom": "échu", }, - Object { + { "couleur": "warning", "id": "ind", "nom": "indéterminé", }, ], - "types": Array [ - Object { + "types": [ + { "id": "ap", "nom": "autorisation de prospections préalables", }, - Object { + { "id": "ar", "nom": "autorisation de recherches", }, - Object { + { "id": "pr", "nom": "permis exclusif de recherches", }, - Object { + { "id": "ax", "nom": "autorisation d'exploitation", }, - Object { + { "id": "pc", "nom": "permis exclusif de carrières", }, - Object { + { "id": "px", "nom": "permis d'exploitation", }, - Object { + { "id": "cx", "nom": "concession", }, - Object { + { "id": "in", "nom": "indéterminé", }, ], - "unites": Array [ - Object { + "unites": [ + { "id": "deg", "nom": "degré", }, - Object { + { "id": "gon", "nom": "grade", }, - Object { + { "id": "km3", "nom": "kilomètre cube", }, - Object { + { "id": "m3a", "nom": "mètre cube par an", }, - Object { + { "id": "m3x", "nom": "mètre cube", }, - Object { + { "id": "met", "nom": "mètre", }, - Object { + { "id": "mgr", "nom": "gramme", }, - Object { + { "id": "mkc", "nom": "quintal", }, - Object { + { "id": "mkg", "nom": "kilogramme", }, - Object { + { "id": "mtc", "nom": "centaine de tonnes", }, - Object { + { "id": "mtk", "nom": "millier de tonnes", }, - Object { + { "id": "mtt", "nom": "tonne", }, - Object { + { "id": "txa", "nom": "tonnes par an", }, - Object { + { "id": "vmd", "nom": "100 000 mètres cubes", }, diff --git a/packages/api/src/api/graphql/administration.test.integration.ts b/packages/api/src/api/graphql/administration.test.integration.ts index 4e1a66c1c..a9f9c5743 100644 --- a/packages/api/src/api/graphql/administration.test.integration.ts +++ b/packages/api/src/api/graphql/administration.test.integration.ts @@ -2,9 +2,10 @@ import { graphQLCall, queryImport } from '../../../tests/_utils/index' import { dbManager } from '../../../tests/db-manager' import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' +import { beforeAll, afterAll, test, expect, describe, vi } from 'vitest' -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/api/graphql/administrations-permissions-demarches.test.integration.ts b/packages/api/src/api/graphql/administrations-permissions-demarches.test.integration.ts index 2b37a7eda..341415b6c 100644 --- a/packages/api/src/api/graphql/administrations-permissions-demarches.test.integration.ts +++ b/packages/api/src/api/graphql/administrations-permissions-demarches.test.integration.ts @@ -4,9 +4,11 @@ import { creationCheck, modificationCheck } from '../../../tests/_utils/administrations-permissions' +import { beforeAll, afterAll, test, describe, vi } from 'vitest' +import { AdministrationId } from 'camino-common/src/static/administrations' -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) @@ -16,177 +18,162 @@ afterAll(async () => { }) describe('Visibilité des démarches', () => { - test.each` - administrationId | visible - ${'ope-onf-973-01'} | ${true} - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( "un utilisateur admin de l’administration $administrationId peut voir les démarches d'un titre ARM : $visible", - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'demarches', 'arm', false) ) - test.each` - administrationId | visible - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( "un utilisateur admin de l’administration $administrationId peut voir les démarches d'un titre AXM : $visible", - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'demarches', 'axm', false) ) - test.each` - administrationId | visible - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( "un utilisateur admin de l’administration $administrationId peut voir les démarches d'un titre CXM : $visible", - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'demarches', 'cxm', false) ) - test.each` - administrationId | visible - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( "un utilisateur admin de l’administration $administrationId peut voir les démarches d'un titre PRM : $visible", - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'demarches', 'prm', false) ) - test.each` - administrationId | visible - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( "un utilisateur admin de l’administration $administrationId peut voir les démarches d'un titre PXM : $visible", - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'demarches', 'pxm', false) ) }) describe('Création des démarches', () => { - test.each` - administrationId | creer - ${'ope-onf-973-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut créer des démarches d'un titre ARM : $creer", - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'demarches', 'arm') ) - test.each` - administrationId | creer - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut créer des démarches d'un titre AXM : $creer", - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'demarches', 'axm') ) - test.each` - administrationId | creer - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut créer des démarches d'un titre CXM : $creer", - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'demarches', 'cxm') ) - test.each` - administrationId | creer - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut créer des démarches d'un titre PRM : $creer", - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'demarches', 'prm') ) - test.each` - administrationId | creer - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut créer des démarches d'un titre PXM : $creer", - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'demarches', 'pxm') ) }) describe('Modification des démarches', () => { - test.each` - administrationId | modifier - ${'ope-onf-973-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut modifier des démarches d'un titre ARM : $modifier", - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'demarches', 'arm') ) - test.each` - administrationId | modifier - ${'ope-onf-973-01'} | ${false} - ${'dea-guyane-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', false], + ['dea-guyane-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut modifier des démarches d'un titre AXM : $modifier", - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'demarches', 'axm') ) - test.each` - administrationId | modifier - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut modifier des démarches d'un titre CXM : $modifier", - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'demarches', 'cxm') ) - test.each` - administrationId | modifier - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut modifier des démarches d'un titre PRM : $modifier", - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'demarches', 'prm') ) - test.each` - administrationId | modifier - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( "un utilisateur admin de l’administration $administrationId peut modifier des démarches d'un titre PXM : $modifier", - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'demarches', 'pxm') ) }) diff --git a/packages/api/src/api/graphql/administrations-permissions-etapes.test.integration.ts b/packages/api/src/api/graphql/administrations-permissions-etapes.test.integration.ts index 02168be84..254126753 100644 --- a/packages/api/src/api/graphql/administrations-permissions-etapes.test.integration.ts +++ b/packages/api/src/api/graphql/administrations-permissions-etapes.test.integration.ts @@ -5,22 +5,24 @@ import { visibleCheck } from '../../../tests/_utils/administrations-permissions' import TitresTypesDemarchesTypesEtapesTypesJustificatifsTypes from '../../database/models/titres-types--demarches-types-etapes-types-justificatifs-types' - -jest.mock('../../tools/dir-create', () => ({ +import { afterAll, beforeAll, describe, test, vi } from 'vitest' +import { AdministrationId } from 'camino-common/src/static/administrations' +import { EtapeTypeId } from 'camino-common/src/static/etapesTypes' +vi.mock('../../tools/dir-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -jest.mock('../../tools/file-stream-create', () => ({ +vi.mock('../../tools/file-stream-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -jest.mock('../../tools/file-delete', () => ({ +vi.mock('../../tools/file-delete', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() @@ -32,13 +34,12 @@ afterAll(async () => { }) describe('Visibilité des étapes', () => { - test.each` - administrationId | visible | etapeTypeId - ${'ope-onf-973-01'} | ${true} | ${'mcr'} - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['ope-onf-973-01', true, 'mcr'], + ['min-mtes-dgaln-01', true, 'mcr'] + ])( "un utilisateur admin de l’administration $administrationId peut voir l'étape $etapeTypeId d'un titre ARM : $visible", - async ({ administrationId, visible, etapeTypeId }) => + async (administrationId, visible, etapeTypeId) => visibleCheck( administrationId, visible, @@ -49,14 +50,13 @@ describe('Visibilité des étapes', () => { ) ) - test.each` - administrationId | visible | etapeTypeId - ${'ope-onf-973-01'} | ${true} | ${'mcr'} - ${'dea-guyane-01'} | ${true} | ${'mcr'} - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['ope-onf-973-01', true, 'mcr'], + ['dea-guyane-01', true, 'mcr'], + ['min-mtes-dgaln-01', true, 'mcr'] + ])( "un utilisateur admin de l’administration $administrationId peut voir l'étape $etapeTypeId d'un titre AXM : $visible", - async ({ administrationId, visible, etapeTypeId }) => + async (administrationId, visible, etapeTypeId) => visibleCheck( administrationId, visible, @@ -67,12 +67,11 @@ describe('Visibilité des étapes', () => { ) ) - test.each` - administrationId | visible | etapeTypeId - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['min-mtes-dgaln-01', true, 'mcr'] + ])( "un utilisateur admin de l’administration $administrationId peut voir l'étape $etapeTypeId d'un titre CXM : $visible", - async ({ administrationId, visible, etapeTypeId }) => + async (administrationId, visible, etapeTypeId) => visibleCheck( administrationId, visible, @@ -83,12 +82,11 @@ describe('Visibilité des étapes', () => { ) ) - test.each` - administrationId | visible | etapeTypeId - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['min-mtes-dgaln-01', true, 'mcr'] + ])( "un utilisateur admin de l’administration $administrationId peut voir l'étape $etapeTypeId d'un titre PRM : $visible", - async ({ administrationId, visible, etapeTypeId }) => + async (administrationId, visible, etapeTypeId) => visibleCheck( administrationId, visible, @@ -99,12 +97,11 @@ describe('Visibilité des étapes', () => { ) ) - test.each` - administrationId | visible | etapeTypeId - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['min-mtes-dgaln-01', true, 'mcr'] + ])( "un utilisateur admin de l’administration $administrationId peut voir l'étape $etapeTypeId d'un titre PXM : $visible", - async ({ administrationId, visible, etapeTypeId }) => + async (administrationId, visible, etapeTypeId) => visibleCheck( administrationId, visible, @@ -117,42 +114,32 @@ describe('Visibilité des étapes', () => { }) describe('Création des étapes', () => { - test.each` - administrationId - ${'min-mtes-dgaln-01'} - `( + test.each<[AdministrationId]>([['min-mtes-dgaln-01']])( 'un utilisateur admin de l’administration $administrationId peut créer une étape $etapeTypeId sur un titre CXM', - async ({ administrationId }) => + async administrationId => creationCheck(administrationId, true, 'etapes', 'cxm') ) - test.each` - administrationId - ${'min-mtes-dgaln-01'} - `( + test.each<[AdministrationId]>([['min-mtes-dgaln-01']])( 'un utilisateur admin de l’administration $administrationId peut créer une étape mfr sur un titre PRM', - async ({ administrationId }) => + async administrationId => creationCheck(administrationId, true, 'etapes', 'prm') ) - test.each` - administrationId - ${'min-mtes-dgaln-01'} - `( + test.each<[AdministrationId]>([['min-mtes-dgaln-01']])( 'un utilisateur admin de l’administration $administrationId peut créer une étape mfr sur un titre PXM', - async ({ administrationId }) => + async administrationId => creationCheck(administrationId, true, 'etapes', 'pxm') ) }) describe('Modification des étapes', () => { - test.each` - administrationId | modifier | etapeTypeId - ${'ope-onf-973-01'} | ${true} | ${'mcr'} - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['ope-onf-973-01', true, 'mcr'], + ['min-mtes-dgaln-01', true, 'mcr'] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier une étape $etapeTypeId sur un titre ARM : $modifier', - async ({ administrationId, modifier, etapeTypeId }) => + async (administrationId, modifier, etapeTypeId) => modificationCheck( administrationId, modifier, @@ -163,14 +150,13 @@ describe('Modification des étapes', () => { ) ) - test.each` - administrationId | modifier | etapeTypeId - ${'ope-onf-973-01'} | ${false} | ${'mcr'} - ${'dea-guyane-01'} | ${true} | ${'mcr'} - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['ope-onf-973-01', false, 'mcr'], + ['dea-guyane-01', true, 'mcr'], + ['min-mtes-dgaln-01', true, 'mcr'] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier une étape $etapeTypeId sur un titre AXM : $modifier', - async ({ administrationId, modifier, etapeTypeId }) => + async (administrationId, modifier, etapeTypeId) => modificationCheck( administrationId, modifier, @@ -181,12 +167,11 @@ describe('Modification des étapes', () => { ) ) - test.each` - administrationId | modifier | etapeTypeId - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['min-mtes-dgaln-01', true, 'mcr'] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier une étape $etapeTypeId sur un titre CXM : $modifier', - async ({ administrationId, modifier, etapeTypeId }) => + async (administrationId, modifier, etapeTypeId) => modificationCheck( administrationId, modifier, @@ -197,12 +182,11 @@ describe('Modification des étapes', () => { ) ) - test.each` - administrationId | modifier | etapeTypeId - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['min-mtes-dgaln-01', true, 'mcr'] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier une étape $etapeTypeId sur un titre PRM : $modifier', - async ({ administrationId, modifier, etapeTypeId }) => + async (administrationId, modifier, etapeTypeId) => modificationCheck( administrationId, modifier, @@ -213,12 +197,11 @@ describe('Modification des étapes', () => { ) ) - test.each` - administrationId | modifier | etapeTypeId - ${'min-mtes-dgaln-01'} | ${true} | ${'mcr'} - `( + test.each<[AdministrationId, boolean, EtapeTypeId]>([ + ['min-mtes-dgaln-01', true, 'mcr'] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier une étape $etapeTypeId sur un titre PXM : $modifier', - async ({ administrationId, modifier, etapeTypeId }) => + async (administrationId, modifier, etapeTypeId) => modificationCheck( administrationId, modifier, diff --git a/packages/api/src/api/graphql/administrations-permissions-titres.test.integration.ts b/packages/api/src/api/graphql/administrations-permissions-titres.test.integration.ts index 26501f388..e653dd4ec 100644 --- a/packages/api/src/api/graphql/administrations-permissions-titres.test.integration.ts +++ b/packages/api/src/api/graphql/administrations-permissions-titres.test.integration.ts @@ -5,8 +5,11 @@ import { modificationCheck } from '../../../tests/_utils/administrations-permissions' -console.info = jest.fn() -console.error = jest.fn() +import { afterAll, beforeAll, describe, test, vi } from 'vitest' +import { AdministrationId } from 'camino-common/src/static/administrations' + +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) @@ -16,270 +19,250 @@ afterAll(async () => { }) describe('Visibilité des titres par les administrations gestionnaires ou associées', () => { - test.each` - administrationId | visible - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'dre-grand-est-01'} | ${false} - ${'pre-97302-01'} | ${true} - ${'aut-mrae-guyane-01'} | ${true} - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( - 'un utilisateur admin de l’administration $administrationId peut voir un titre ARM : $visible', - async ({ administrationId, visible }) => + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['dre-grand-est-01', false], + ['pre-97302-01', true], + ['aut-mrae-guyane-01', true], + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( + 'un utilisateur admin de l’administration $administrationId peut voir un titre ARM : $visible', + async (administrationId, visible) => visibleCheck(administrationId, visible, 'titres', 'arm', false) ) - test.each` - administrationId | visible - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'dre-grand-est-01'} | ${false} - ${'pre-97302-01'} | ${false} - ${'aut-mrae-guyane-01'} | ${false} - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['dre-grand-est-01', false], + ['pre-97302-01', false], + ['aut-mrae-guyane-01', false], + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre AXM : $visible', - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'titres', 'axm', false) ) - test.each` - administrationId | visible - ${'ope-onf-973-01'} | ${false} - ${'dea-guyane-01'} | ${false} - ${'dre-grand-est-01'} | ${false} - ${'pre-97302-01'} | ${false} - ${'aut-mrae-guyane-01'} | ${false} - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', false], + ['dea-guyane-01', false], + ['dre-grand-est-01', false], + ['pre-97302-01', false], + ['aut-mrae-guyane-01', false], + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre CXM : $visible', - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'titres', 'cxm', false) ) - test.each` - administrationId | visible - ${'ope-onf-973-01'} | ${false} - ${'dea-guyane-01'} | ${false} - ${'dre-grand-est-01'} | ${false} - ${'pre-97302-01'} | ${false} - ${'aut-mrae-guyane-01'} | ${false} - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', false], + ['dea-guyane-01', false], + ['dre-grand-est-01', false], + ['pre-97302-01', false], + ['aut-mrae-guyane-01', false], + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre PRM : $visible', - async ({ administrationId, visible }) => + async (administrationId, visible) => visibleCheck(administrationId, visible, 'titres', 'prm', false) ) - test.each` - administrationId | voir - ${'ope-onf-973-01'} | ${false} - ${'dea-guyane-01'} | ${false} - ${'dre-grand-est-01'} | ${false} - ${'pre-97302-01'} | ${false} - ${'aut-mrae-guyane-01'} | ${false} - ${'min-mtes-dgec-01'} | ${true} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', false], + ['dea-guyane-01', false], + ['dre-grand-est-01', false], + ['pre-97302-01', false], + ['aut-mrae-guyane-01', false], + ['min-mtes-dgec-01', true], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre PXM : $voir', - async ({ administrationId, voir }) => + async (administrationId, voir) => visibleCheck(administrationId, voir, 'titres', 'pxm', false) ) }) describe('Visibilité des titres par les administrations locales', () => { - test.each` - administrationId | voir - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'dre-grand-est-01'} | ${true} - ${'pre-97302-01'} | ${true} - ${'aut-mrae-guyane-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['dre-grand-est-01', true], + ['pre-97302-01', true], + ['aut-mrae-guyane-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre ARM : $voir', - async ({ administrationId, voir }) => + async (administrationId, voir) => visibleCheck(administrationId, voir, 'titres', 'arm', true) ) - test.each` - administrationId | voir - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'dre-grand-est-01'} | ${true} - ${'pre-97302-01'} | ${true} - ${'aut-mrae-guyane-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['dre-grand-est-01', true], + ['pre-97302-01', true], + ['aut-mrae-guyane-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre AXM : $voir', - async ({ administrationId, voir }) => + async (administrationId, voir) => visibleCheck(administrationId, voir, 'titres', 'axm', true) ) - test.each` - administrationId | voir - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'dre-grand-est-01'} | ${true} - ${'pre-97302-01'} | ${true} - ${'aut-mrae-guyane-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['dre-grand-est-01', true], + ['pre-97302-01', true], + ['aut-mrae-guyane-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre CXM : $voir', - async ({ administrationId, voir }) => + async (administrationId, voir) => visibleCheck(administrationId, voir, 'titres', 'cxm', true) ) - test.each` - administrationId | voir - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'dre-grand-est-01'} | ${true} - ${'pre-97302-01'} | ${true} - ${'aut-mrae-guyane-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['dre-grand-est-01', true], + ['pre-97302-01', true], + ['aut-mrae-guyane-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre PRM : $voir', - async ({ administrationId, voir }) => + async (administrationId, voir) => visibleCheck(administrationId, voir, 'titres', 'prm', true) ) - test.each` - administrationId | voir - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'dre-grand-est-01'} | ${true} - ${'pre-97302-01'} | ${true} - ${'aut-mrae-guyane-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['dre-grand-est-01', true], + ['pre-97302-01', true], + ['aut-mrae-guyane-01', true] + ])( 'un utilisateur admin de l’administration $administrationId peut voir un titre PXM : $voir', - async ({ administrationId, voir }) => + async (administrationId, voir) => visibleCheck(administrationId, voir, 'titres', 'pxm', true) ) }) describe('Création des titres', () => { - test.each` - administrationId | creer - ${'ope-onf-973-01'} | ${true} - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut créer un titre ARM : $creer', - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'titres', 'arm') ) - test.each` - administrationId | creer - ${'ope-onf-973-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['dea-guyane-01', true], + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut créer un titre AXM : $creer', - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'titres', 'axm') ) - test.each` - administrationId | creer - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut créer un titre CXM : $creer', - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'titres', 'cxm') ) - test.each` - administrationId | creer - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut créer un titre PRM : $creer', - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'titres', 'prm') ) - test.each` - administrationId | creer - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut créer un titre PXM : $creer', - async ({ administrationId, creer }) => + async (administrationId, creer) => creationCheck(administrationId, creer, 'titres', 'pxm') ) }) describe('Modification des titres', () => { - test.each` - administrationId | modifier - ${'ope-onf-973-01'} | ${true} - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', true], + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier un titre ARM : $modifier', - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'titres', 'arm') ) - test.each` - administrationId | modifier - ${'ope-onf-973-01'} | ${false} - ${'dea-guyane-01'} | ${true} - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-onf-973-01', false], + ['dea-guyane-01', true], + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier un titre AXM : $modifier', - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'titres', 'axm') ) - test.each` - administrationId | modifier - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier un titre CXM : $modifier', - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'titres', 'cxm') ) - test.each` - administrationId | modifier - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier un titre PRM : $modifier', - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'titres', 'prm') ) - test.each` - administrationId | modifier - ${'min-mtes-dgec-01'} | ${false} - ${'min-mtes-dgaln-01'} | ${true} - ${'min-dajb-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['min-mtes-dgec-01', false], + ['min-mtes-dgaln-01', true], + ['min-dajb-01', false] + ])( 'un utilisateur admin de l’administration $administrationId peut modifier un titre PXM : $modifier', - async ({ administrationId, modifier }) => + async (administrationId, modifier) => modificationCheck(administrationId, modifier, 'titres', 'pxm') ) }) diff --git a/packages/api/src/api/graphql/documents.test.integration.ts b/packages/api/src/api/graphql/documents.test.integration.ts index 9ac455b3a..c76ce8860 100644 --- a/packages/api/src/api/graphql/documents.test.integration.ts +++ b/packages/api/src/api/graphql/documents.test.integration.ts @@ -13,8 +13,18 @@ import { titreDemarcheCreate } from '../../database/queries/titres-demarches' import { toCaminoDate } from 'camino-common/src/date' import { newEntrepriseId } from 'camino-common/src/entreprise' -console.info = jest.fn() -console.error = jest.fn() +import { + afterAll, + afterEach, + beforeAll, + describe, + test, + expect, + vi +} from 'vitest' + +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() diff --git a/packages/api/src/api/graphql/entreprises.test.integration.ts b/packages/api/src/api/graphql/entreprises.test.integration.ts index e2dbf7821..653108dd3 100644 --- a/packages/api/src/api/graphql/entreprises.test.integration.ts +++ b/packages/api/src/api/graphql/entreprises.test.integration.ts @@ -21,20 +21,29 @@ import { titreDemarcheCreate } from '../../database/queries/titres-demarches' import { userSuper } from '../../database/user-super' import { toCaminoDate } from 'camino-common/src/date' import { newEntrepriseId } from 'camino-common/src/entreprise' - -console.info = jest.fn() -console.error = jest.fn() - -jest.mock('../../tools/api-insee/fetch', () => ({ +import { + beforeAll, + beforeEach, + afterEach, + afterAll, + test, + expect, + describe, + vi +} from 'vitest' +console.info = vi.fn() +console.error = vi.fn() + +vi.mock('../../tools/api-insee/fetch', () => ({ __esModule: true, - tokenInitialize: jest.fn(), - entreprisesFetch: jest.fn(), - entreprisesEtablissementsFetch: jest.fn() + tokenInitialize: vi.fn(), + entreprisesFetch: vi.fn(), + entreprisesEtablissementsFetch: vi.fn() })) -const tokenInitializeMock = jest.mocked(tokenInitialize, true) -const entrepriseFetchMock = jest.mocked(entreprisesFetch, true) -const entreprisesEtablissementsFetchMock = jest.mocked( +const tokenInitializeMock = vi.mocked(tokenInitialize, true) +const entrepriseFetchMock = vi.mocked(entreprisesFetch, true) +const entreprisesEtablissementsFetchMock = vi.mocked( entreprisesEtablissementsFetch, true ) diff --git a/packages/api/src/api/graphql/metas.test.integration.ts b/packages/api/src/api/graphql/metas.test.integration.ts index f8c3c111b..cbad97ca5 100644 --- a/packages/api/src/api/graphql/metas.test.integration.ts +++ b/packages/api/src/api/graphql/metas.test.integration.ts @@ -1,8 +1,10 @@ import { dbManager } from '../../../tests/db-manager' import { graphQLCall, queryImport } from '../../../tests/_utils/index' -console.info = jest.fn() -console.error = jest.fn() +import { afterAll, beforeAll, describe, test, expect, vi } from 'vitest' + +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/api/graphql/resolvers/__snapshots__/_titre-etape-email.test.ts.snap b/packages/api/src/api/graphql/resolvers/__snapshots__/_titre-etape-email.test.ts.snap index 362a03664..a4b6751dc 100644 --- a/packages/api/src/api/graphql/resolvers/__snapshots__/_titre-etape-email.test.ts.snap +++ b/packages/api/src/api/graphql/resolvers/__snapshots__/_titre-etape-email.test.ts.snap @@ -1,7 +1,7 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 exports[`envoie un email sur un octroi d'AEX 1`] = ` -Object { +{ "content": " <h3>L’étape « demande » d’une demande d’AEX vient d’être réalisée.</h3> @@ -11,7 +11,7 @@ Object { <b>Effectué par</b> : undefined Camino (camino@beta.gouv.fr)<br> ", - "emails": Array [ + "emails": [ "mc.remd.deal-guyane@developpement-durable.gouv.fr", ], "subject": "demande | Nouvelle demande déposée", @@ -19,7 +19,7 @@ Object { `; exports[`envoie un email sur un octroi d'ARM 1`] = ` -Object { +{ "content": " <h3>L’étape « dépôt de la demande » d’une demande d’ARM vient d’être réalisée.</h3> @@ -29,7 +29,7 @@ Object { <b>Effectué par</b> : undefined Camino (camino@beta.gouv.fr)<br> ", - "emails": Array [ + "emails": [ "ptmg@ctguyane.fr", "pole.minier@onf.fr", ], diff --git a/packages/api/src/api/graphql/resolvers/__snapshots__/substances.test.integration.ts.snap b/packages/api/src/api/graphql/resolvers/__snapshots__/substances.test.integration.ts.snap index 5bee1702b..1f089a836 100644 --- a/packages/api/src/api/graphql/resolvers/__snapshots__/substances.test.integration.ts.snap +++ b/packages/api/src/api/graphql/resolvers/__snapshots__/substances.test.integration.ts.snap @@ -1,999 +1,999 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`substances peut voir toutes les substances 1`] = ` -Object { - "substances": Array [ - Object { +exports[`substances > peut voir toutes les substances 1`] = ` +{ + "substances": [ + { "description": null, "id": "cfxx", "nom": "combustibles fossiles", }, - Object { + { "description": null, "id": "selh", "nom": "sources d'eau salée", }, - Object { + { "description": null, "id": "aloh", "nom": "bauxite", }, - Object { + { "description": null, "id": "anti", "nom": "antimoine", }, - Object { + { "description": null, "id": "arge", "nom": "argent", }, - Object { + { "description": null, "id": "arse", "nom": "arsenic", }, - Object { + { "description": null, "id": "auru", "nom": "or", }, - Object { + { "description": null, "id": "bery", "nom": "béryllium", }, - Object { + { "description": null, "id": "bism", "nom": "bismuth", }, - Object { + { "description": null, "id": "cadm", "nom": "cadmium", }, - Object { + { "description": null, "id": "ceri", "nom": "cérium", }, - Object { + { "description": null, "id": "cesi", "nom": "césium", }, - Object { + { "description": null, "id": "chro", "nom": "chrome", }, - Object { + { "description": null, "id": "coba", "nom": "cobalt", }, - Object { + { "description": "A l'exception du gaz naturellement contenu dans les eaux qui sont ou qui viendraient à être utilisées pour l'alimentation humaine ou à des fins thérapeutiques", "id": "coox", "nom": "gaz carbonique", }, - Object { + { "description": null, "id": "cuiv", "nom": "cuivre", }, - Object { + { "description": null, "id": "diam", "nom": "diamant", }, - Object { + { "description": null, "id": "etai", "nom": "étain", }, - Object { + { "description": null, "id": "ferx", "nom": "fer", }, - Object { + { "description": null, "id": "fluo", "nom": "fluorine", }, - Object { + { "description": null, "id": "gall", "nom": "gallium", }, - Object { + { "description": null, "id": "geob", "nom": "gîtes géothermiques basse température", }, - Object { + { "description": null, "id": "geoh", "nom": "gîtes géothermiques haute température", }, - Object { + { "description": null, "id": "geom", "nom": "activités géothermiques de minime importance", }, - Object { + { "description": null, "id": "germ", "nom": "germanium", }, - Object { + { "description": null, "id": "grap", "nom": "graphite", }, - Object { + { "description": null, "id": "grma", "nom": "granulats marins", }, - Object { + { "description": null, "id": "hafn", "nom": "hafnium", }, - Object { + { "description": null, "id": "heli", "nom": "hélium", }, - Object { + { "description": null, "id": "hydm", "nom": "calcaires bitumineux", }, - Object { + { "description": "A l'exception de la tourbe", "id": "hydx", "nom": "hydrocarbures liquides ou gazeux", }, - Object { + { "description": null, "id": "indi", "nom": "indium", }, - Object { + { "description": null, "id": "kals", "nom": "alun", }, - Object { + { "description": "A l'état solide ou en dissolution, à l'exception de ceux contenus dans les eaux salées utilisées à des fins thérapeutiques ou de loisirs", "id": "kclx", "nom": "sels de potassium", }, - Object { + { "description": null, "id": "lith", "nom": "lithium", }, - Object { + { "description": null, "id": "mang", "nom": "manganèse", }, - Object { + { "description": null, "id": "merc", "nom": "mercure", }, - Object { + { "description": null, "id": "moly", "nom": "molybdène", }, - Object { + { "description": "A l'état solide ou en dissolution, à l'exception de ceux contenus dans les eaux salées utilisées à des fins thérapeutiques ou de loisirs", "id": "nacl", "nom": "sels de sodium", }, - Object { + { "description": null, "id": "nick", "nom": "nickel", }, - Object { + { "description": null, "id": "niob", "nom": "niobium", }, - Object { + { "description": null, "id": "oooo", "nom": "non précisée(s)", }, - Object { + { "description": null, "id": "phos", "nom": "phosphates", }, - Object { + { "description": null, "id": "plat", "nom": "platine", }, - Object { + { "description": null, "id": "plax", "nom": "métaux de la mine du platine", }, - Object { + { "description": null, "id": "plom", "nom": "plomb", }, - Object { + { "description": null, "id": "radi", "nom": "radium", }, - Object { + { "description": null, "id": "rhen", "nom": "rhénium", }, - Object { + { "description": null, "id": "rubi", "nom": "rubidium", }, - Object { + { "description": null, "id": "rxxx", "nom": "autres éléments radioactifs", }, - Object { + { "description": null, "id": "scan", "nom": "scandium", }, - Object { + { "description": "Substances présentes lors de l’abattage des substances principales. Elles sont à la libre disposition de l’opérateur à la condition que le titre ou l’autorisation porte la mention « et substances connexes ».", "id": "scoc", "nom": "substances connexes", }, - Object { + { "description": null, "id": "sele", "nom": "sélénium", }, - Object { + { "description": null, "id": "skst", "nom": "stockage souterrain", }, - Object { + { "description": null, "id": "souf", "nom": "soufre", }, - Object { + { "description": null, "id": "soxx", "nom": "sulfates autres que les sulfates alcalino-terreux", }, - Object { + { "description": null, "id": "tant", "nom": "tantale", }, - Object { + { "description": null, "id": "tell", "nom": "tellure", }, - Object { + { "description": null, "id": "thal", "nom": "thallium", }, - Object { + { "description": null, "id": "thor", "nom": "thorium", }, - Object { + { "description": null, "id": "tita", "nom": "titane", }, - Object { + { "description": null, "id": "trxx", "nom": "autres éléments de terres rares", }, - Object { + { "description": null, "id": "uran", "nom": "uranium", }, - Object { + { "description": null, "id": "vana", "nom": "vanadium", }, - Object { + { "description": null, "id": "wolf", "nom": "tungstène", }, - Object { + { "description": null, "id": "zinc", "nom": "zinc", }, - Object { + { "description": null, "id": "zirc", "nom": "zirconium", }, - Object { + { "description": null, "id": "acti", "nom": "actinium", }, - Object { + { "description": "Roche métamorphique présentant de bonnes caractéristiques géomécaniques, de couleur sombre (gris à vert foncé) riche en silicates calciques et ferromagnésiens (essentiellement hornblende, mais aussi feldspath plagioclase) et de minéraux annexes (pyroxène, micas). Elle est utilisée comme roche ornementale et de construction et comme granulat.", "id": "amph", "nom": "amphibolite", }, - Object { + { "description": "Minéral - Silicate d'alumine (SiAl2O5). L'andalousite, la silimanite et la Kyanite (Cyanite ou Disthème) ont la même composition chimique mais avec une structure cristalline et des propriétés physico-minéraloriques différentes (triclinique) autrement dit une variété allotropique (même formule chimique mais système cristallin différent). En France, on ne connait pas de gisement de Kyanite à ce jour. L'andalousite et la silimanite y sont exploitées et sont utilisées dans l'industrie. L'andalousite est utilisée pour ses propriétés réfractaires et son excellente résistance aux chocs thermiques. La silimanite, utilisée pour le même usage réfractaire, a toutefois des propriétés physico-minéraloriques sensiblement différentes de l'andalousite.", "id": "anda", "nom": "andalousite / sillimanite / kyanite - (cyanite - disthène)", }, - Object { + { "description": "Roche volcanique de couleur gris-clair constituée de cristaux de silicates (plagioclases, biotite, hornblende, pyroxène) dans une matrice vitreuse, avec une bonne homogénéité texturale. Elle présente une bonne résistance mécanique et à l'abrasion.", "id": "ande", "nom": "andésite", }, - Object { + { "description": "Forme anhydre (CaSO4) du sulfate de calcium hydraté (gypse), utilisée comme charge dans l'industrie des peintures, plastiques et comme régulateur de prise dans les ciments, plus rarement comme amendement.", "id": "anhy", "nom": "anhydrite", }, - Object { + { "description": "Roche schistosée, à l'origine une argile, ayant subi un faible métamorphisme. Variétés gris-bleuté à noire dont la texture (à grains très fin et homogène) et la fissillité (débit en plaques fines) sont mis à profit pour la fabrication d'éléments de toiture, de parement et de dallage pour les variétés plus gréseuses (autres utilisations possibles: additifs pour la fabrication du clinker et des ciments).", "id": "ardo", "nom": "ardoises", }, - Object { + { "description": "Roche sédimentaire tendre à grain très fin, constituée de minéraux argileux à dominante de smectites-illites, ainsi que d'autres minéraux (quartz, oxydes...) de couleur gris-foncé, brune, jaune-oranger ou rougeâtre. Elles forment une pâte en présence d'eau et durcissent à la cuisson (terres-cuites). peuvent être utilisées (10 à 20%) dans la fabrication du clinker, constituant de base de tous les ciments.", "id": "argc", "nom": "argiles communes", }, - Object { + { "description": "Roches sédimentaires tendre à grains fins, constituées majoritairement d'argiles alumino-magnésiennes (fibres de 1 à 3 µm de long et de 100 à 300 Angstroms de large. La différence entre la largeur des fibres permet de différentier les sépiolites des attapulgites). L'existence de micropores entre les fibres, confèrent à ces argiles une grande capacité d'absorption.", "id": "argf", "nom": "argiles fibreuses (attapulgites ou palygorskites, sépiolites)", }, - Object { + { "description": "Roche sédimentaire tendre à grains très fins constituée principalement de kaolinite (minéral argileux blanc à crème) utilisée pour ses propriétés en céramiques communes (sanitaires) et pour matériaux réfractaires (fabrication de chamottes).", "id": "argk", "nom": "argiles kaoliniques", }, - Object { + { "description": "Roches sédimentaires peu consolidées formées de minéraux argileux comme la montmorillonite (silicate d'aluminium et de magnésium hydraté) et la beidellite (silicate naturel d'aluminium hydraté). Ces phyllosilicates ont des propriétés physico-chimiques (gonflement en présence d'eau, rhéologie, adsorption, échanges cationiques...) avec de nombreuses applications dans les secteurs industriels (chimie, métallurgie, environnement, produit de collage en œnologie pour l'élimination des protéines des vins blancs et rosés. Synonyme : bentonite, \\"terre à foulon\\".", "id": "args", "nom": "argiles", }, - Object { + { "description": null, "id": "asta", "nom": "astate", }, - Object { + { "description": "Minéral - Sulfate de baryum (BaSO4) présentant une forte densité (4,5) et une bonne inertie chimique utilisé comme charge minérale dans les boues de forage, les bétons spéciaux des installations nucléaires (radioprotection) et certaines peintures industrielles.", "id": "bary", "nom": "barytine", }, - Object { + { "description": "Roche volcanique dure et massive de couleur gris-foncé à noire, constituée de fin cristaux (pyroxène et olivine) dans une masse vitreuse. Excellentes propriétés mécaniques (dureté), utilisation en tant que granulats et roche ornementale et de construction.", "id": "basa", "nom": "basalte", }, - Object { + { "description": null, "id": "bitu", "nom": "bitume", }, - Object { + { "description": null, "id": "buta", "nom": "butane", }, - Object { + { "description": null, "id": "caci", "nom": "calcaires cimentiers", }, - Object { + { "description": "Roche sédimentaire (couleur blanc-beige-gris) principalement constituée de calcite (carbonate de calcium (CaCO3) faisant effervescence à l'acide). Caractéristiques pétrophysiques et géomécaniques très hétérogènes en fonction de la cristallinité, porosité, teneur en autres constituants (argiles, quartz...). Pour les variétés de haute pureté et blancheur, utilisations comme charges minérales. Autres utilisations : sidérurgie, verrerie, amendements, principale matière première pour la fabrication du clinker et de la chaux. Elle est également très employée en tant pierre ornementale et de construction et pour les granulats.", "id": "calc", "nom": "calcaires", }, - Object { + { "description": "Roche métamorphique, d'aspect rubané, provenant de formations argileuses plus ou moins carbonatées comme les marnes et calcaires marneux. Peut être utilisée comme matière première en remplacement du calcaire et/ou des marnes dans la fabrication du clinker, le constituant de base des ciments.", "id": "cals", "nom": "calcschiste", }, - Object { + { "description": "Roche volcanique formée de fragments généralement à grains fins, peu indurée (pulvérulente) ou indurée. Elle est utilisée en tant que granulats ou comme roches ornementales et de construction.", "id": "cend", "nom": "cendres volcaniques riches en silice", }, - Object { + { "description": null, "id": "cfan", "nom": "anthracite", }, - Object { + { "description": null, "id": "cfch", "nom": "charbon", }, - Object { + { "description": null, "id": "cfho", "nom": "houille", }, - Object { + { "description": null, "id": "cfli", "nom": "lignite", }, - Object { + { "description": "Roche métamorphique cristalline plus ou moins orientée, habituellement très dure produite sous l'action de la chaleur d'un magma en fusion (métamorphisme de contact). Les grains sont d'une grosseur homogène et ne suivent pas une orientation préférentielle. Leur composition minéralogique varie selon le degré de métamorphisme et la nature des roches initiales. Elles présentent en général de bonnes résistances au choc et à l'abrasion.", "id": "corn", "nom": "cornéenne", }, - Object { + { "description": "Roche sédimentaire fine, tendre, friable, de couleur blanche, composée de calcite(CaCO3) d'origine fossilifère. En amendement, est utilisée sous forme pulvérisée, broyée, concassée ou brute pour corriger les sols acides. En liant hydraulique, elle est utilisée dans des proportions de 80 à 90% dans la fabrication du clinker, le constituant de base du ciment mais sert également à la fabrication de chaux et de mortier. Pour les minéraux industriels, la pureté et la blancheur autorisent une utilisation comme charge minérale.", "id": "crai", "nom": "craie", }, - Object { + { "description": "Roche volcanique de couleur gris-clair constituée de fins cristaux de quartz, plagioclase et silicates ferro-magnésiens baignant dans un verre. Elle est utilisée comme roche ornementale ou de construction et comme granulat.", "id": "daci", "nom": "dacite", }, - Object { + { "description": "Roche métamorphique dure, d'origine volcanique à grain fin de couleur sombre (issue de dolérite). Elle est utilisé comme granulat.", "id": "diab", "nom": "diabase", }, - Object { + { "description": "Roche sédimentaire tendre et légère formée par accumulation de carapaces siliceuses de micro-organismes en milieux lacustes ou marins. Utilisations industrielles : filtration de liquides alimentaires, charge minérale, absorbant de pollutions. En liant hydraulique, elle peut être utilisée comme additifs pour la fabrication de certains ciments.", "id": "diat", "nom": "diatomites", }, - Object { + { "description": "Roche plutonique cristalline à texture grenue et homogène, constituée de feldspaths blanchâtres et de silicates ferro-magnésiens colorés (amphiboles, biotite...). En roche ornemental et de construction, elle est sélectionnée pour son aspect décoratif. En granulat, cette roche présente de bonnes caractéristiques mécaniques.", "id": "dior", "nom": "diorites", }, - Object { + { "description": "Roche volcanique massive, compacte, de couleur sombre (grise à noire), composée de fins cristaux de feldspaths calciques, de pyroxène et parfois d'oxydes de fer. Elle est utilisée en tant que granulats ou en roche ornementale et de construction. On la trouve en association possible des dolérites altérées (diabases issues du métamorphisme des dolérites).", "id": "dole", "nom": "dolérite", }, - Object { + { "description": "Roche sédimentaire constituée principalement de dolomite (carbonate double de calcium et de magnésium). Utilisée comme charge minérale dans de nombreuses applications : peintures et enduits, élastomères, papiers et revêtements de sol ou dans l'industrie du verre. Au regard de ses propriétés chimiques, est utilisée comme amendement sous forme pulvérisée, broyée, pour corriger le pH des sols acides.", "id": "dolo", "nom": "dolomie", }, - Object { + { "description": null, "id": "dysp", "nom": "dysprosium", }, - Object { + { "description": null, "id": "erbi", "nom": "erbium", }, - Object { + { "description": null, "id": "ethy", "nom": "éthylène", }, - Object { + { "description": null, "id": "euro", "nom": "europium", }, - Object { + { "description": "Roche sédimentaire meuble d'origine détritique riche en débris de coquilles d'animaux marins. Facilement délitable et transformée en sable, elle est utilisée en tant qu'amendement agricole en substitution de carbonate de calcium ou de calcite. Par le passé, cette roche a été utilisée comme sarcophage pour conserver les corps au regard de sa porosité qui permet d'éviter la putréfaction des chairs et d'absorber les exudats.", "id": "falu", "nom": "faluns", }, - Object { + { "description": "Minéral - Principal constituant de nombreuses roches magmatiques dont la composition varie entre des pôles potassique (KAlSi3O8), sodique (NaAlSi3O8) et calcique (CaAl2Si2O8), utilisé en céramique et dans la verrerie.", "id": "feld", "nom": "feldspaths", }, - Object { + { "description": "Roche plutonique grenue de couleur sombre, contenant des feldspaths calciques et du pyroxène (olivine, biotite et hornblende associés). Cette roche présente généralement de bonnes caractéristiques mécaniques qui la rendent utilisable comme roche ornementale et de construction et comme granulat.", "id": "gabb", "nom": "gabbro", }, - Object { + { "description": null, "id": "gado", "nom": "gadolinium", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "galt", "nom": "galets", }, - Object { + { "description": null, "id": "gazn", "nom": "gaz naturel", }, - Object { + { "description": "Mélange de roches sédimentaires détritiques hétérogènes d'origine glaciaire constituées de fragments hétérométriques, unis par un ciment naturel (moraines et tillites). Les moraines se présentent sous forme de blocs, de cailloux de sables et d'argiles. Elles peuvent être valorisées comme granulat. Les tillites sont des conglomérats à éléments arrondis et anguleux, suffisamment indurées (dures) pour être valorisées également comme granulat ou comme roche ornementale et de construction.", "id": "glac", "nom": "dépôt glaciaire", }, - Object { + { "description": "Roche métamorphique cristalline à faciès rubanné ou lenticulaire (alternance de lits clairs quartzo-feldspathiques et de lits sombres à micas, amphiboles et pyroxènes). Utilisée en tant que granulats pour ses propriétés mécaniques ou en tant que roche ornementale et de construction pour son aspect décoratif.", "id": "gnei", "nom": "gneiss", }, - Object { + { "description": "Roche plutonique cristalline à texture grenue de couleur claire (gris, rose ou jaune) composée de quartz, feldspaths et micas, sélectionnée pour son aspect décoratif. Pour les roches ornementales et de construction, une définition \\"commerciale\\" existe également et est différente de celle-ci dite \\"acceptation scientifique\\" (cf. point 2.1.156 NF EN 12670 : 2001 page 16). Pour les granulats, cette roche présente de bonnes caractéristiques de rugosité. Pour les minéraux industriels, cette roche rendue friable par l'altération (arénisation) facilite l'extraction de tout ou partie de ses constituants (quartz, feldspaths et micas). Nota : Le terme GRANULITE était utilisé autrefois pour désigner des granites de couleur claire à 2 micas (noir et blanc). qui sont valorisées pour leur aspect esthétique dans le domaine des roches ornementales et de construction.", "id": "grai", "nom": "granite et granulite", }, - Object { + { "description": "Roche plutonique grenue dont la composition est intermédiaire entre le granite et la diorite. Elle est principalement constituée de quartz (> 10 %) et de feldspaths de couleur claire. Les minéraux secondaires sont la biotite (grains sombres vert, brun ou noir), l'amphibole et le pyroxène. La Pierre de Rosette qui permit de percer le mystère des hiéroglyphes est en granodiorite.", "id": "grao", "nom": "granodiorite", }, - Object { + { "description": "Roche sédimentaire de couleur brun-orangé constituée d'un mélange de silice et d'oxydes et hydroxydes de fer, utilisée en tant que minéraux industriels, comme agent colorant en céramique.", "id": "gref", "nom": "grès silico-ferrugineux", }, - Object { + { "description": "Roche sédimentaire plus ou moins indurée et stratifiée, composée de grains de quartz d'origine détritique (d'une taille comprise entre 63 µm et 2 mm) soudés par un ciment interstitiel de nature variable (calcite, oxydes de fer, silice, minéraux argileux). Dans le domaine des granulats et des roches ornementales et de construction, les propriétés mécaniques et l'aspect esthétique sont valorisés. Dans le domaine des minéraux industriels, elle est utilisée comme source de silice pour la production de ferro-silicium.", "id": "gres", "nom": "grès", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "grsi", "nom": "graviers siliceux", }, - Object { + { "description": "Minéral - Sulfate de calcium hydraté (CaSO4,2H2O). Dans le domaine des liants hydrauliques, ce minéral est utilisé pour la fabrication du plâtre et comme régulateur de prise dans les ciments. Dans le domaine des minéraux industriel, sa pureté chimique et ses caractéristiques physiques comme la blancheur lui permettent d'être utilisé comme charge minérale. Dans le domaine de l'amendement, sa propriété chimique (base) est utilisée pour corriger les sols acides.", "id": "gyps", "nom": "gypse", }, - Object { + { "description": null, "id": "holm", "nom": "holmium", }, - Object { + { "description": null, "id": "hyda", "nom": "asphalte", }, - Object { + { "description": null, "id": "hydc", "nom": "hydrocarbures conventionnels liquides ou gazeux", }, - Object { + { "description": null, "id": "hydg", "nom": "gaz combustible", }, - Object { + { "description": null, "id": "hydo", "nom": "hydrocarbures liquides", }, - Object { + { "description": null, "id": "hydr", "nom": "hydrocarbures", }, - Object { + { "description": null, "id": "irid", "nom": "iridium", }, - Object { + { "description": "Minéral - Extrait de roches granitiques ou sédimentaires composées principalement de kaolinite (silicate d'alumine hydraté Al2Si2O5(OH)4). Le kaolin est utilisé pour sa grande pureté et sa blancheur en céramique (porcelaine) ou comme charges minérales (papier, peinture, etc.). Il peut être également utilisé comme matière première en remplacement de l'argile dans la fabrication de certains clinkers pour ciments blancs (Portland).", "id": "kaol", "nom": "kaolin", }, - Object { + { "description": null, "id": "lant", "nom": "lanthane", }, - Object { + { "description": "Roche métamorphique cristallisée et orientée de couleur claire composée de quartz, feldspath et micas en faible quantité présentant une bonne résistance mécanique.", "id": "lept", "nom": "leptynite", }, - Object { + { "description": null, "id": "lute", "nom": "lutécium", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "maer", "nom": "maërl", }, - Object { + { "description": null, "id": "mais", "nom": "minerais", }, - Object { + { "description": "Roche métamorphique cristalline plus ou moins rubanée, contenant plus de 50 % de carbonates (calcite et plus rarement dolomite) dans laquelle les minéraux ont totalement recristallisé avec des traces d'oxydes métalliques ou d'impuretés lui donnant une grande variété de couleurs. Le métamorphisme de cette roche lui confère une plus grande dureté. Dans le domaine des roches ornementales, elle est sélectionnée pour son aspect décoratif, la recristallisation de ses composants favorise son polissage. Une définition \\"commerciale\\" existe également et est différente de celle-ci dite \\"acceptation scientifique\\" (cf. point 2.1.243 NF EN 12670 : 2001 page 22). Dans le domaine des granulats, elle est sélectionnée pour ses propriétés mécaniques (dureté, résistance aux chocs). Dans le domaine des liants hydrauliques, elle peut être utilisée comme matière première en remplacement du calcaire dans la fabrication du clinker, le constituant de base des ciments. Dans le domaine de l'amendement les composants calciques ou magnésiens sont particulièrement utiles pour la correction de pH des milieux acides. Dans le domaine des minéraux industriels, elle est utilisée, après calcination en carbonate de calcium, comme: - charge minérale dans de nombreuses applications industrielles (papier, peinture, plastiques, élastomères) - ou transformée en chaux pour la correction de pH des milieux acides.", "id": "marb", "nom": "marbres", }, - Object { + { "description": "Roche sédimentaire plus ou moins indurée (dure) et stratifiée (couches successives de sédiments) composée d'un mélange de carbonate de calcium (CaCO3) et d'argiles de différentes natures (de 35% à 65%). Usages : Dans le domaine des granulats, l'emploi de cette roche est exceptionnel bien que présent dans les couches de découverte et que ces caractéristiques mécaniques soient compatibles avec cet usage. Si elle est utilisée comme granulat, c'est principalement sous forme de remblai et encore plus exceptionnellement en granulat pour béton. Dans le domaine de l'agriculture, cette roche est employée comme amendement du fait du mélange carbonate de calcium et argile qu'elle contient. Dans le domaine des liants hydrauliques, cette roche est souvent utilisée comme matière première en remplacement du calcaire et/ou de l'argile dans la fabrication du clinker, le constituant de base des ciments. Dans le domaine des minéraux industriels, elle est exploitée en fonction de sa richesse en calcite afin de constituer des charges minérales. Nota: Les marnes ont une composition chimique intermédiaire entre les calcaires marneux (5 à 35% d'argiles) et les argiles calcareuses ou marnes argileuses (65 à 95% d'argiles).", "id": "marn", "nom": "marnes", }, - Object { + { "description": null, "id": "meba", "nom": "métaux de base", }, - Object { + { "description": null, "id": "meco", "nom": "métaux connexes", }, - Object { + { "description": null, "id": "mepr", "nom": "métaux précieux", }, - Object { + { "description": "Minéral - Silicates en feuillets riches en aluminium et potassium (micas blancs) ou en magnésium et fer (micas noirs) dont les propriétés physico-minéralogiques trouvent de nombreuses applications dans les domaines de l'isolation et des charges minérales.", "id": "mica", "nom": "micas", }, - Object { + { "description": "Roche métamorphique cristallisée et schisteuse caractérisée par l'abondance de la fraction micacée et une plus faible teneur en quartz. Dans le domaine des roches ornementales et de construction, les proportions de quartz et de micas déterminent les propriétés de la roche comme la fissilité pour la production de dallage ou de couverture. Sa richesse en mica confère un aspect brillant à sa surface. Dans le domaine des minéraux industriel, cette roche est valorisée dans des applications de type charge minérale.", "id": "mics", "nom": "micaschistes", }, - Object { + { "description": "Roche métamorphique formée d'une alternance de roches de type granite de couleur sombre et de roche de type gneiss de couleur clair. La partie de couleur claire est assimilé à la partie de la roche ayant fondu et est appelée \\"le mobilisat\\". La partie de couleur sombre constitue la partie de la roche étant restée solide et est appelée \\"la restite\\". Ses bonnes propriétés mécaniques, permettent de l'utiliser comme roche ornementale et de construction ou comme granulat.", "id": "migm", "nom": "migmatite", }, - Object { + { "description": "Roche autre cataclastique résultant du cisaillement et du broyage puis de la recristallisation plus ou moins intense de roches préexistantes de différentes natures (éventuellement recristallisées) dans une zone de formation intense de failles. Elle est constituée d'une hétérogénéité de roches.", "id": "mylo", "nom": "mylonites", }, - Object { + { "description": null, "id": "neod", "nom": "néodyme", }, - Object { + { "description": "Mélange sédimentaire naturel de kaolinite (argile), d'oxyde de fer rouge (hématite) et d'hydroxyde de fer jaune-oranger (limonite) utilisé pour la production de pigments naturels dans les peintures et les enduits.", "id": "ocre", "nom": "ocres", }, - Object { + { "description": "Roche plutonique intermédiaire entre basalte et gabbro présentant un faciès plus ou moins altéré de couleur vert-foncé. En tant que roche ornementale et de construction elle est sélectionnée pour son aspect décoratif. Son emploi en tant que granulats est dû à sa dureté et à sa compacité.", "id": "ophi", "nom": "ophite", }, - Object { + { "description": null, "id": "osmi", "nom": "osmium", }, - Object { + { "description": null, "id": "pall", "nom": "palladium", }, - Object { + { "description": "Roche volcanique de couleur claire à texture vitreuse plus ou moins hydratée et composition rhyolitique utilisée dans l'industrie pour la production d'agents filtrants et d'additifs fonctionnels. Elle est utilisée dans l'industrie pour la production d'agents filtrants et d'additifs fonctionnels.", "id": "perl", "nom": "perlite", }, - Object { + { "description": "Roche volcanique à grain très fin, de couleur grise tirant parfois sur le vert ou le brun, qui se débite en plaques et qui, sous le choc du métal, rend un son clair (dalles sonores). Sa composition chimique est déficitaire en silice (dite sous-saturées en silice). Le silicium y représente donc moins de la moitié des cations. Ces caractéristiques mécaniques (dureté) permettent son utilisation en tant que granulat. En tant que roche ornementale et de construction, elle est utilisée comme pierre ardoisière en Auvergne. En tant que minéraux industriels, sa composition chimique sous-saturée en silice est recherchée pour les industries du verre et de la céramique.", "id": "phon", "nom": "phonolite", }, - Object { + { "description": null, "id": "pipe", "nom": "pierres précieuses", }, - Object { + { "description": null, "id": "polo", "nom": "polonium", }, - Object { + { "description": "Roche plutonique caractérisée par une texture intermédiaire constituée de cristaux de feldpaths baignant dans une matrice finement cristallisée. Dans le domaine des roches ornementales et de construction, la couleur variable de cette roche est utilisée pour son aspect décoratif. Dans le domaine des minéraux industriels, cette roche est employée pour ces propriétés mécaniques (dureté, résistance aux chocs et à l'abrasion).", "id": "porp", "nom": "porphyre", }, - Object { + { "description": "Roche volcanique scoriacée à texture bulleuse de couleur noire ou rouge brique. Elle est donc assez rarement exploitée en roche de construction sauf dans la région de Clermont-Ferrand et sur l'île de la Réunion. Elle permet la fabrication de moellons utilisés dans le bâtiment compte tenu de leurs propriétés (isolation thermique et phonique) (voir la fiche pouzzolane de Ph. Rocher). L'exploitation en roche ornementale est marginale et est destinée la construction de rocaille décorative dans les jardins d'agrément. En tant que granulats, elle est utilisée comme agent de sablage ou comme agrégat pour la réalisation de massifs drainants. Sa texture bulleuse peu résistante mécaniquement en fait tout de même un granulat léger notamment dans les bétons spéciaux. Dans le domaine des liants hydrauliques, elle peut être utilisée comme additifs pour la fabrication de certains ciments. Dans le domaine des minéraux industriels, elle est utilisée pour ses propriétés d'isolation phonique et thermique.", "id": "pouz", "nom": "pouzzolane", }, - Object { + { "description": null, "id": "pras", "nom": "praséodyme", }, - Object { + { "description": null, "id": "prom", "nom": "prométhium", }, - Object { + { "description": null, "id": "prot", "nom": "protactinium", }, - Object { + { "description": null, "id": "prpa", "nom": "propane", }, - Object { + { "description": null, "id": "prpy", "nom": "propylène", }, - Object { + { "description": null, "id": "pyri", "nom": "pyrite", }, - Object { + { "description": "Minéral - Oxyde de silicium (SiO2) Dans le domaine des granulats, sans grand degré de pureté le quartz est valorisé pour ses caractéristiques mécaniques et certains aspects décoratifs. Dans le domaine des minéraux industriels, sa pureté en SiO2 est recherchée pour sa résistance à l'abrasion dans les revêtements de sols ou comme agent de décapage. Elle constitue une source de silicium pour des applications verre et céramique lorsqu'il présente un très haut degré de pureté.", "id": "quar", "nom": "quartz", }, - Object { + { "description": "Roche métamorphique massive composée principalement de quartz issue de la recristallisation et de la cimentation du quartz. Les caractéristiques mécaniques sont favorables à la production de granulats de haute qualité (forte résistance à l'abrasion) ou à une utilisation comme roche ornementale et de construction. Le tombeau de Napoléon, aux Invalides, est réalisé dans un bloc de quartzite. Dans le domaine des minéraux industriels, sa pureté est recherchée pour être utilisée comme matériaux réfractaires.", "id": "quat", "nom": "quartzites", }, - Object { + { "description": null, "id": "rado", "nom": "radon", }, - Object { + { "description": "Roche métamorphique qui est à l'origine de l'argile ayant subi un faible métamorphisme et qui est devenue schisteuse. Ces roches ardoisières ont un plan de schistocité épais et peuvent avoir une fraction gréseuse. Elle comprend notamment les lauzes qui sont utilisées comme pierres de construction (dallage ou toiture).", "id": "rard", "nom": "roches ardoisières", }, - Object { + { "description": "Famille de roches sédimentaire détritiques (issues de la dégradation mécanique d'autres roches) constituées d'éléments grossiers (galets) arrondis (qui traduisent un transport long avant sédimentation) cimentés par des éléments plus fins de type sables et graviers. Devenues suffisamment dures (indurées) ces roches sont utilisées pour la production de granulats. En tant que roches ornementales et de construction, elles présentent des caractéristiques mécaniques et esthétiques valorisables en décoration. Cette famille regroupe les roches suivantes : les arkoses, les brèches, les conglomérats et les poudingues. Ces dernières sont celles qui sont le plus souvent utilisées comme roches ornementales.", "id": "rdet", "nom": "roches détritiques grossières", }, - Object { + { "description": null, "id": "rhod", "nom": "rhodium", }, - Object { + { "description": "Roche volcanique effusive riche en silice de couleur claire constituée de fins cristaux de feldspaths dispersés dans une matrice vitreuse valorisée pour ses propriétés mécaniques et son aspect esthétique soit en tant que roche ornementale et de construction ou en tant que granulats.", "id": "rhyo", "nom": "rhyolite", }, - Object { + { "description": null, "id": "ruth", "nom": "ruthénium", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "saco", "nom": "sables coquilliers", }, - Object { + { "description": null, "id": "sama", "nom": "samarium", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "samg", "nom": "sables moyens à grossiers", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "sasi", "nom": "sables siliceux", }, - Object { + { "description": null, "id": "scbi", "nom": "schistes bitumineux", }, - Object { + { "description": "Roche métamorphique à grains très fins peu ou pas décelables à l'œil nu présentant un débit en feuillet dû à la schistosité et à la présence de minéraux plats (micas, hornblende...) orientés. Utilisée pour ses propriétés mécaniques, cette roche est particulièrement délitable et donne des granulats de forme assez plate. Son aspect décoratif est valorisé en tant que roche ornementale et de construction.", "id": "schi", "nom": "schistes", }, - Object { + { "description": null, "id": "selg", "nom": "sel gemme", }, - Object { + { "description": null, "id": "selp", "nom": "puits d'eau salée", }, - Object { + { "description": null, "id": "sels", "nom": "sels", }, - Object { + { "description": null, "id": "selx", "nom": "sel", }, - Object { + { "description": "Roche métamorphique de couleur jaunâtre à verdâtre (voire vert sombre) ou présentant des inclusions verdâtres (forme porphyrique) essentiellement constituée (plus de 75 %) d'antigorite (phyllosilicate magnésien). Cette roche provient de l'altération d'une péridotite en présence d'eau. Les serpentinites sont essentiellement exploitées aujourd'hui pour la production de granulats et plus rarement comme roches ornementales.", "id": "serp", "nom": "serpentinite", }, - Object { + { "description": "Roche sédimentaire meuble d'origine détritique presque exclusivement constituée de grains calibrés de quartz de très grande pureté (égale ou > 98% de silice), utilisée dans les industries du verre et de la céramique et comme additif fonctionnel.", "id": "sexs", "nom": "sable extra siliceux", }, - Object { + { "description": null, "id": "sgin", "nom": "sables et grès industriels", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme de sables, graviers et galets de nature variable extraits d'anciens lits de cours d'eau et utilisé comme granulat encore aujourd'hui principalement dans des bétons spéciaux ou pour des couches drainantes.", "id": "sgra", "nom": "sables et graviers alluvionnaires", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "sgrm", "nom": "sables et graviers marins", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "sgsc", "nom": "sables et graviers silico-calcaires marins", }, - Object { + { "description": "Mélange sédimentaire meuble constituée d'éléments rocheux de nature variée sous forme sous forme de sables et graviers d'origine détritique, de nature siliceuse et calcaire extrait des fonds marins. Leur utilité est destinée au granulat.", "id": "sgsm", "nom": "sables et graviers siliceux marins", }, - Object { + { "description": null, "id": "silc", "nom": "silice", }, - Object { + { "description": "Minéral - Silicate d'alumine (SiAl2O5) de même composition chimique que l'andalousite mais avec une structure cristalline et des propriétés physico-minéralogiques sensiblement différentes.", "id": "sili", "nom": "sillimanite", }, - Object { + { "description": "Roche sédimentaire d'origine détritique issue d'une précipitation chimique et constituée de silice calcédonieuse presque pure la rendant très dure et quelques impuretés telles que de l'eau ou des oxydes, ces derniers influant sur sa couleur. De part, la dureté de cette roche, elle est valorisée sous forme de granulat. Pour l'industrie, elle est utilisée, sous forme de galet plus ou moins arrondis dont les propriétés mécaniques permettent d'en faire des charges broyantes ou des produits abrasifs ou dont la grande pureté chimique permet de faire de la silice industrielle. [Définition de la norme européenne EN 932-3 : Roche sédimentaire composée de silice cryptocristalline ou microcristalline (cristaux indétectables à l'œil nu), se formant en général en couches ou en nodules dans le calcaire.] Préférer le terme SILEX au terme CHERT qui vaut dire la même chose. Le silex est un chert se formant dans la craie du Crétacé (cf. falaise d'Etretat).", "id": "silx", "nom": "silex / chert", }, - Object { + { "description": "Sables alluvionnaires ou de plage composés de minéraux lourds (rutile, zircon, barytine, grenat). L'accumulation des minéraux lourds se fait dans des placers dont l'origine est liée aux paramètres favorables de sédimentation. Ces minéraux peuvent être utilisés en industrie.", "id": "smil", "nom": "sables a minéraux lourds", }, - Object { + { "description": "Roche sédimentaire meuble d'origine détritique pouvant soit être constituée majoritairement de grains de quartz (fort % de silice mais < à 98%) soit de calcaire et de silice (silico-calcaire). Ce sable est principalement utilisé comme produits de correction pour la fabrication du clinker, le constituant de base des ciments.", "id": "sssc", "nom": "sable siliceux ou silico-calcaire", }, - Object { + { "description": "Roche d'origine diverse, caractérisée par des roches constituant des stériles d'ancienne exploitation (schiste, grès, carbonates ou roche grenue) dont les caractéristiques mécaniques et physiques permettent de les valoriser comme granulat.", "id": "stex", "nom": "stérile d'exploitation", }, - Object { + { "description": "Roche plutonique grenue de couleur rose à rouge, composée de feldspath alcalin (assez riche en silice). Elle se rapproche du granite et du gabbro mais ne contient pas de quartz. L'équivalent volcanique d'une syénite est un trachyte. Elle est utilisée en tant que granulats ou roche ornementale et de construction.", "id": "syen", "nom": "syénite", }, - Object { + { "description": "Minéral - Silicate de magnésium hydraté (Mg3 Si4 O10 (OH)2) présentant une structure en feuillets dont les propriétés comme la dureté (1 de l'échelle de Mohs), hydrophobie, grande inertie chimique, blancheur en font un remarquable additif fonctionnel de nombreux domaines (peintures, plastiques, pharmacopée...).", "id": "talc", "nom": "talc", }, - Object { + { "description": null, "id": "tech", "nom": "technétium", }, - Object { + { "description": null, "id": "terb", "nom": "terbium", }, - Object { + { "description": "Horizon sédimentaire humifère constitué suivant la profondeur de l'accumulation de matière organique associée à la croissance des végétaux et de l'altération du substratum rocheux sous-jacent.", "id": "terv", "nom": "terre végétale", }, - Object { + { "description": null, "id": "thul", "nom": "thulium", }, - Object { + { "description": null, "id": "tmas", "nom": "tous métaux associés", }, - Object { + { "description": "Roche sédimentaire organique résultant de l'accumulation de la matière organique liée à la croissance des végétaux et de leur transformation sous certaines conditions. Elle est utilisée principalement comme amendement.", "id": "tour", "nom": "tourbe", }, - Object { + { "description": "Roche volcanique effusive de couleur gris-clair, à texture souvent poreuse constituée de fins cristaux (microlites) de feldspaths baignant dans une matrice vitreuse (du fait de sa teneur en silice assez élevée). Elle est utilisée pour ses bonnes caractéristiques mécaniques en tant que granulats et comme roches ornementales et de constructions (ex: lave de Volvic, lave de Chambois).", "id": "trac", "nom": "trachyte", }, - Object { + { "description": "Roche sédimentaire blanchâtre peu stratifiée à texture crayeuse constituée de calcite, utilisée comme pierre de construction.", "id": "tufo", "nom": "tuffeau", }, - Object { + { "description": null, "id": "ytri", "nom": "yttrium", }, - Object { + { "description": null, "id": "ytte", "nom": "ytterbium", }, - Object { + { "description": null, "id": "hydrog", "nom": "hydrogène", diff --git a/packages/api/src/api/graphql/resolvers/_titre-activite.test.ts b/packages/api/src/api/graphql/resolvers/_titre-activite.test.ts index a793b8cfc..290af972d 100644 --- a/packages/api/src/api/graphql/resolvers/_titre-activite.test.ts +++ b/packages/api/src/api/graphql/resolvers/_titre-activite.test.ts @@ -2,8 +2,12 @@ import { productionCheck, titreActiviteAdministrationsEmailsGet } from './_titre-activite' -import { IAdministrationActiviteTypeEmail } from '../../../types' -import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' +import { IAdministrationActiviteTypeEmail, IContenu } from '../../../types' +import { + AdministrationId, + ADMINISTRATION_IDS +} from 'camino-common/src/static/administrations' +import { describe, expect, test } from 'vitest' describe('teste la construction des emails lors du dépôt d’une activité', () => { describe('teste le calcul des emails des administrations', () => { @@ -32,17 +36,21 @@ describe('teste la construction des emails lors du dépôt d’une activité', ( ).toHaveLength(0) }) - test.each` - administrationId | envoie - ${ADMINISTRATION_IDS["DAJ - MINISTÈRE DE L'ECONOMIE, DES FINANCES ET DE LA RELANCE"]} | ${true} - ${ADMINISTRATION_IDS['DREAL - BRETAGNE']} | ${true} - ${ADMINISTRATION_IDS['DEAL - LA RÉUNION']} | ${true} - ${ADMINISTRATION_IDS['PRÉFECTURE - ALLIER']} | ${false} - ${ADMINISTRATION_IDS['BRGM - PROJET ZERCOA']} | ${false} - ${ADMINISTRATION_IDS['GENDARMERIE NATIONALE - GUYANE']} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + [ + ADMINISTRATION_IDS[ + "DAJ - MINISTÈRE DE L'ECONOMIE, DES FINANCES ET DE LA RELANCE" + ], + true + ], + [ADMINISTRATION_IDS['DREAL - BRETAGNE'], true], + [ADMINISTRATION_IDS['DEAL - LA RÉUNION'], true], + [ADMINISTRATION_IDS['PRÉFECTURE - ALLIER'], false], + [ADMINISTRATION_IDS['BRGM - PROJET ZERCOA'], false], + [ADMINISTRATION_IDS['GENDARMERIE NATIONALE - GUYANE'], false] + ])( 'si la production est nulle on envoie des emails que aux ministères et au DREAL', - ({ administrationId, envoie }) => { + (administrationId, envoie) => { expect( titreActiviteAdministrationsEmailsGet( [administrationId], @@ -58,60 +66,53 @@ describe('teste la construction des emails lors du dépôt d’une activité', ( }) describe('teste le calcul de la production', () => { - test.each` - typeId | positive - ${'pma'} | ${true} - ${'pmd'} | ${true} - ${'pmb'} | ${true} - ${'pmc'} | ${true} - ${'grx'} | ${false} - ${'wrp'} | ${false} - ${'grp'} | ${false} - ${'gra'} | ${false} - `( + test.each<[string, boolean]>([ + ['pma', true], + ['pmd', true], + ['pmb', true], + ['pmc', true], + ['grx', false], + ['wrp', false], + ['grp', false], + ['gra', false] + ])( 'la production est positive sur les type d’activités sans exploitation', - ({ typeId, positive }) => { + (typeId, positive) => { expect(productionCheck(typeId, undefined)).toEqual(!!positive) } ) - test.each` - contenu | positive - ${undefined} | ${false} - ${{}} | ${false} - ${{ substancesFiscales: undefined }} | ${false} - ${{ substancesFiscales: {} }} | ${false} - ${{ substancesFiscales: { auru: 0 } }} | ${false} - ${{ substancesFiscales: { auru: 10 } }} | ${true} - ${{ substancesFiscales: { iiii: 0, auru: 10 } }} | ${true} - `('teste la production des GRX et GRA', ({ contenu, positive }) => { + test.each<[IContenu | undefined, boolean]>([ + [undefined, false], + [{}, false], + [{ substancesFiscales: {} }, false], + [{ substancesFiscales: { auru: 0 } }, false], + [{ substancesFiscales: { auru: 10 } }, true], + [{ substancesFiscales: { iiii: 0, auru: 10 } }, true] + ])('teste la production des GRX et GRA', (contenu, positive) => { ;['grx', 'gra'].forEach(typeId => expect(productionCheck(typeId, contenu)).toEqual(!!positive) ) }) - test.each` - contenu | positive - ${undefined} | ${false} - ${{}} | ${false} - ${{ renseignements: undefined }} | ${false} - ${{ renseignements: {} }} | ${false} - ${{ renseignements: { orExtrait: undefined } }} | ${false} - ${{ renseignements: { orExtrait: 0 } }} | ${false} - ${{ renseignements: { orExtrait: 232 } }} | ${true} - `('teste la production des GRP', ({ contenu, positive }) => { + test.each<[IContenu | undefined, boolean]>([ + [undefined, false], + [{}, false], + [{ renseignements: {} }, false], + [{ renseignements: { orExtrait: null } }, false], + [{ renseignements: { orExtrait: 0 } }, false], + [{ renseignements: { orExtrait: 232 } }, true] + ])('teste la production des GRP', (contenu, positive) => { expect(productionCheck('grp', contenu)).toEqual(!!positive) }) - test.each` - contenu | positive - ${undefined} | ${false} - ${{}} | ${false} - ${{ renseignementsProduction: undefined }} | ${false} - ${{ renseignementsProduction: {} }} | ${false} - ${{ renseignementsProduction: { volumeGranulatsExtrait: 0 } }} | ${false} - ${{ renseignementsProduction: { volumeGranulatsExtrait: 232 } }} | ${true} - `('teste la production des WRP', ({ contenu, positive }) => { + test.each<[IContenu | undefined, boolean]>([ + [undefined, false], + [{}, false], + [{ renseignementsProduction: {} }, false], + [{ renseignementsProduction: { volumeGranulatsExtrait: 0 } }, false], + [{ renseignementsProduction: { volumeGranulatsExtrait: 232 } }, true] + ])('teste la production des WRP', (contenu, positive) => { expect(productionCheck('wrp', contenu)).toEqual(!!positive) }) }) diff --git a/packages/api/src/api/graphql/resolvers/_titre-etape-email.test.ts b/packages/api/src/api/graphql/resolvers/_titre-etape-email.test.ts index 863990100..78b1cddf3 100644 --- a/packages/api/src/api/graphql/resolvers/_titre-etape-email.test.ts +++ b/packages/api/src/api/graphql/resolvers/_titre-etape-email.test.ts @@ -1,6 +1,7 @@ import { emailsForAdministrationsGet } from './_titre-etape-email' import { IUtilisateur } from '../../../types' import { userSuper } from '../../../database/user-super' +import { expect, test } from 'vitest' test('envoie un email sur une étape non existante', () => { const actual = emailsForAdministrationsGet( diff --git a/packages/api/src/api/graphql/resolvers/metas.test.ts b/packages/api/src/api/graphql/resolvers/metas.test.ts index 90e044c04..eace7abd2 100644 --- a/packages/api/src/api/graphql/resolvers/metas.test.ts +++ b/packages/api/src/api/graphql/resolvers/metas.test.ts @@ -4,6 +4,7 @@ import { IEtapeType } from '../../../types' import { newDemarcheId } from '../../../database/models/_format/id-create' import { ArmOctMachine } from '../../../business/rules-demarches/arm/oct.machine' import { toCaminoDate } from 'camino-common/src/date' +import { describe, expect, test } from 'vitest' describe('etapesTypesPossibleACetteDateOuALaPlaceDeLEtape', function () { const demarche: Pick<TitresDemarches, 'etapes'> = { diff --git a/packages/api/src/api/graphql/resolvers/substances.test.integration.ts b/packages/api/src/api/graphql/resolvers/substances.test.integration.ts index 0610514d9..a598b55b8 100644 --- a/packages/api/src/api/graphql/resolvers/substances.test.integration.ts +++ b/packages/api/src/api/graphql/resolvers/substances.test.integration.ts @@ -1,5 +1,6 @@ import { graphQLCall } from '../../../../tests/_utils' import { dbManager } from '../../../../tests/db-manager' +import { expect, test, describe, afterAll, beforeAll } from 'vitest' beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/api/graphql/titres-demarches.test.integration.ts b/packages/api/src/api/graphql/titres-demarches.test.integration.ts index e2f667aac..cc4740e06 100644 --- a/packages/api/src/api/graphql/titres-demarches.test.integration.ts +++ b/packages/api/src/api/graphql/titres-demarches.test.integration.ts @@ -6,8 +6,18 @@ import { userSuper } from '../../database/user-super' import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' import { toCaminoDate } from 'camino-common/src/date' -console.info = jest.fn() -console.error = jest.fn() +import { + afterAll, + beforeAll, + afterEach, + describe, + test, + expect, + vi +} from 'vitest' + +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/api/graphql/titres-etapes-creer.test.integration.ts b/packages/api/src/api/graphql/titres-etapes-creer.test.integration.ts index d3d646c4f..85ab2342f 100644 --- a/packages/api/src/api/graphql/titres-etapes-creer.test.integration.ts +++ b/packages/api/src/api/graphql/titres-etapes-creer.test.integration.ts @@ -10,20 +10,30 @@ import { documentCreate } from '../../database/queries/documents' import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' import { Role } from 'camino-common/src/roles' -jest.mock('../../tools/dir-create', () => ({ +import { + afterAll, + beforeEach, + beforeAll, + describe, + test, + expect, + vi +} from 'vitest' + +vi.mock('../../tools/dir-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -jest.mock('../../tools/file-stream-create', () => ({ +vi.mock('../../tools/file-stream-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -jest.mock('../../tools/file-delete', () => ({ +vi.mock('../../tools/file-delete', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() diff --git a/packages/api/src/api/graphql/titres-etapes-modifier.test.integration.ts b/packages/api/src/api/graphql/titres-etapes-modifier.test.integration.ts index 349bc3b29..97de902b4 100644 --- a/packages/api/src/api/graphql/titres-etapes-modifier.test.integration.ts +++ b/packages/api/src/api/graphql/titres-etapes-modifier.test.integration.ts @@ -10,23 +10,33 @@ import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' import { Role } from 'camino-common/src/roles' import { toCaminoDate } from 'camino-common/src/date' -jest.mock('../../tools/dir-create', () => ({ +import { + afterAll, + beforeEach, + beforeAll, + describe, + test, + expect, + vi +} from 'vitest' + +vi.mock('../../tools/dir-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -jest.mock('../../tools/file-stream-create', () => ({ +vi.mock('../../tools/file-stream-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -jest.mock('../../tools/file-delete', () => ({ +vi.mock('../../tools/file-delete', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/api/graphql/titres.test.integration.ts b/packages/api/src/api/graphql/titres.test.integration.ts index d8268ce24..e411761a9 100644 --- a/packages/api/src/api/graphql/titres.test.integration.ts +++ b/packages/api/src/api/graphql/titres.test.integration.ts @@ -5,9 +5,19 @@ import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' import { ITitre } from '../../types' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' - -console.info = jest.fn() -console.error = jest.fn() +import { + vi, + afterEach, + beforeEach, + afterAll, + beforeAll, + describe, + test, + expect +} from 'vitest' + +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/api/graphql/token.test.integration.ts b/packages/api/src/api/graphql/token.test.integration.ts index 247b918b6..bf711eefe 100644 --- a/packages/api/src/api/graphql/token.test.integration.ts +++ b/packages/api/src/api/graphql/token.test.integration.ts @@ -2,8 +2,10 @@ import { dbManager } from '../../../tests/db-manager' import { graphQLCall, queryImport } from '../../../tests/_utils/index' import Utilisateurs from '../../database/models/utilisateurs' -console.info = jest.fn() -console.error = jest.fn() +import { afterAll, beforeAll, describe, test, expect, vi } from 'vitest' + +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/api/graphql/utilisateurs.test.integration.ts b/packages/api/src/api/graphql/utilisateurs.test.integration.ts index 42d624889..42a514276 100644 --- a/packages/api/src/api/graphql/utilisateurs.test.integration.ts +++ b/packages/api/src/api/graphql/utilisateurs.test.integration.ts @@ -10,9 +10,18 @@ import jwt from 'jsonwebtoken' import { dbManager } from '../../../tests/db-manager' import { Administrations } from 'camino-common/src/static/administrations' import { Knex } from 'knex' - -console.info = jest.fn() -console.error = jest.fn() +import { + expect, + test, + describe, + afterAll, + afterEach, + beforeAll, + vi +} from 'vitest' + +console.info = vi.fn() +console.error = vi.fn() let knex: Knex<any, unknown[]> beforeAll(async () => { knex = await dbManager.populateDb() diff --git a/packages/api/src/api/rest/__snapshots__/entreprises.test.ts.snap b/packages/api/src/api/rest/__snapshots__/entreprises.test.ts.snap index d1e451d0f..a875f5d78 100644 --- a/packages/api/src/api/rest/__snapshots__/entreprises.test.ts.snap +++ b/packages/api/src/api/rest/__snapshots__/entreprises.test.ts.snap @@ -1,111 +1,111 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`construit le corps de la requête pour openFisca avec activités 1`] = ` -Object { - "articles": Object { - "titre2-auru-97310": Object { - "quantite_aurifere_kg": Object { +exports[`construit le corps de la requête pour openFisca > avec activités 1`] = ` +{ + "articles": { + "titre2-auru-97310": { + "quantite_aurifere_kg": { "2021": 39.715, }, - "redevance_communale_des_mines_aurifere": Object { + "redevance_communale_des_mines_aurifere": { "2022": null, }, - "redevance_departementale_des_mines_aurifere": Object { + "redevance_departementale_des_mines_aurifere": { "2022": null, }, - "surface_communale": Object { + "surface_communale": { "2021": 19805494, }, - "surface_communale_proportionnee": Object { + "surface_communale_proportionnee": { "2021": null, }, - "taxe_guyane": Object { + "taxe_guyane": { "2022": null, }, - "taxe_guyane_brute": Object { + "taxe_guyane_brute": { "2022": null, }, - "taxe_guyane_deduction": Object { + "taxe_guyane_deduction": { "2022": null, }, }, - "titre5-auru-97311": Object { - "quantite_aurifere_kg": Object { + "titre5-auru-97311": { + "quantite_aurifere_kg": { "2021": 8.91, }, - "redevance_communale_des_mines_aurifere": Object { + "redevance_communale_des_mines_aurifere": { "2022": null, }, - "redevance_departementale_des_mines_aurifere": Object { + "redevance_departementale_des_mines_aurifere": { "2022": null, }, - "surface_communale": Object { + "surface_communale": { "2021": 35604009, }, - "surface_communale_proportionnee": Object { + "surface_communale_proportionnee": { "2021": null, }, - "taxe_guyane": Object { + "taxe_guyane": { "2022": null, }, - "taxe_guyane_brute": Object { + "taxe_guyane_brute": { "2022": null, }, - "taxe_guyane_deduction": Object { + "taxe_guyane_deduction": { "2022": null, }, }, }, - "communes": Object { - "97310": Object { - "articles": Array [ + "communes": { + "97310": { + "articles": [ "titre2-auru-97310", ], }, - "97311": Object { - "articles": Array [ + "97311": { + "articles": [ "titre5-auru-97311", ], }, }, - "titres": Object { - "titre2": Object { - "articles": Array [ + "titres": { + "titre2": { + "articles": [ "titre2-auru-97310", ], - "categorie": Object { + "categorie": { "2021": "pme", }, - "commune_principale_exploitation": Object { + "commune_principale_exploitation": { "2021": "97310", }, - "investissement": Object { + "investissement": { "2021": "7300", }, - "operateur": Object { + "operateur": { "2021": "ma companie", }, - "surface_totale": Object { + "surface_totale": { "2021": 19805494, }, }, - "titre5": Object { - "articles": Array [ + "titre5": { + "articles": [ "titre5-auru-97311", ], - "categorie": Object { + "categorie": { "2021": "pme", }, - "commune_principale_exploitation": Object { + "commune_principale_exploitation": { "2021": "97311", }, - "investissement": Object { + "investissement": { "2021": "0", }, - "operateur": Object { + "operateur": { "2021": "ma companie", }, - "surface_totale": Object { + "surface_totale": { "2021": 35604009, }, }, diff --git a/packages/api/src/api/rest/__snapshots__/titres.test.integration.ts.snap b/packages/api/src/api/rest/__snapshots__/titres.test.integration.ts.snap index f5febf091..bd11deca6 100644 --- a/packages/api/src/api/rest/__snapshots__/titres.test.integration.ts.snap +++ b/packages/api/src/api/rest/__snapshots__/titres.test.integration.ts.snap @@ -1,7 +1,7 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`titresONF teste la récupération des données pour l'ONF 1`] = ` -Object { +exports[`titresONF > teste la récupération des données pour l'ONF 1`] = ` +{ "dateCARM": "", "dateCompletudePTMG": "2022-03-10", "dateReceptionONF": "", @@ -9,16 +9,16 @@ Object { "enAttenteDeONF": true, "id": Any<String>, "nom": "titre1", - "references": Array [ - Object { + "references": [ + { "nom": "ONF", "referenceTypeId": "onf", }, ], "slug": Any<String>, "titreStatutId": "val", - "titulaires": Array [ - Object { + "titulaires": [ + { "adresse": null, "archive": false, "categorie": null, @@ -42,8 +42,8 @@ Object { } `; -exports[`titresONF teste la récupération des données pour l'ONF 2`] = ` -Object { +exports[`titresONF > teste la récupération des données pour l'ONF 2`] = ` +{ "dateCARM": "", "dateCompletudePTMG": "", "dateReceptionONF": "", @@ -51,16 +51,16 @@ Object { "enAttenteDeONF": false, "id": Any<String>, "nom": "titre2", - "references": Array [ - Object { + "references": [ + { "nom": "ONF", "referenceTypeId": "onf", }, ], "slug": Any<String>, "titreStatutId": "val", - "titulaires": Array [ - Object { + "titulaires": [ + { "adresse": null, "archive": false, "categorie": null, @@ -84,22 +84,22 @@ Object { } `; -exports[`titresPTMG teste la récupération des données pour le PTMG 1`] = ` -Object { +exports[`titresPTMG > teste la récupération des données pour le PTMG 1`] = ` +{ "domaineId": "m", "enAttenteDePTMG": false, "id": Any<String>, "nom": "titre1", - "references": Array [ - Object { + "references": [ + { "nom": "ONF", "referenceTypeId": "onf", }, ], "slug": Any<String>, "titreStatutId": "val", - "titulaires": Array [ - Object { + "titulaires": [ + { "adresse": null, "archive": false, "categorie": null, @@ -123,22 +123,22 @@ Object { } `; -exports[`titresPTMG teste la récupération des données pour le PTMG 2`] = ` -Object { +exports[`titresPTMG > teste la récupération des données pour le PTMG 2`] = ` +{ "domaineId": "m", "enAttenteDePTMG": true, "id": Any<String>, "nom": "titre2", - "references": Array [ - Object { + "references": [ + { "nom": "ONF", "referenceTypeId": "onf", }, ], "slug": Any<String>, "titreStatutId": "val", - "titulaires": Array [ - Object { + "titulaires": [ + { "adresse": null, "archive": false, "categorie": null, diff --git a/packages/api/src/api/rest/entreprises.test.integration.ts b/packages/api/src/api/rest/entreprises.test.integration.ts index 64eafe91f..73c4d216f 100644 --- a/packages/api/src/api/rest/entreprises.test.integration.ts +++ b/packages/api/src/api/rest/entreprises.test.integration.ts @@ -2,6 +2,7 @@ import { newEntrepriseId } from 'camino-common/src/entreprise' import { dbManager } from '../../../tests/db-manager' import { restCall } from '../../../tests/_utils' import { entrepriseUpsert } from '../../database/queries/entreprises' +import { afterAll, beforeAll, describe, test, expect } from 'vitest' beforeAll(async () => { await dbManager.populateDb() diff --git a/packages/api/src/api/rest/entreprises.test.ts b/packages/api/src/api/rest/entreprises.test.ts index 3ffb6114f..59bd469eb 100644 --- a/packages/api/src/api/rest/entreprises.test.ts +++ b/packages/api/src/api/rest/entreprises.test.ts @@ -1,6 +1,7 @@ import { bodyBuilder, responseExtractor } from './entreprises' import { DEPARTEMENT_IDS } from 'camino-common/src/static/departement' import Titres from '../../database/models/titres' +import { describe, expect, test } from 'vitest' import { newEntrepriseId } from 'camino-common/src/entreprise' const entreprise = { diff --git a/packages/api/src/api/rest/format/titres.test.ts b/packages/api/src/api/rest/format/titres.test.ts index d5a2d0aa3..883bc0454 100644 --- a/packages/api/src/api/rest/format/titres.test.ts +++ b/packages/api/src/api/rest/format/titres.test.ts @@ -1,6 +1,6 @@ import { titreTerritoiresFind } from './titres' import { DEPARTEMENT_IDS } from 'camino-common/src/static/departement' - +import { describe, expect, test } from 'vitest' describe('titreTerritoiresFind', () => { test('titreTerritoiresFind uniquement des communes', () => { expect( @@ -19,17 +19,17 @@ describe('titreTerritoiresFind', () => { } ]) ).toMatchInlineSnapshot(` - Object { - "communes": Array [ + { + "communes": [ "Flée (0.1)", "Montval-sur-loir (0.105)", "Tours (0.1)", ], - "departements": Array [ + "departements": [ "Indre-et-Loire", "Sarthe", ], - "regions": Array [ + "regions": [ "Centre-Val de Loire", "Pays de la Loire", ], @@ -39,18 +39,18 @@ describe('titreTerritoiresFind', () => { test('titreTerritoiresFind uniquement des secteurs maritimes', () => { expect(titreTerritoiresFind(null, ['Baie de Seine'])) .toMatchInlineSnapshot(` - Object { - "communes": Array [], - "departements": Array [ - "Calvados", - "Manche", - "Seine-Maritime", - ], - "regions": Array [ - "Normandie", - ], - } - `) + { + "communes": [], + "departements": [ + "Calvados", + "Manche", + "Seine-Maritime", + ], + "regions": [ + "Normandie", + ], + } + `) }) test('titreTerritoiresFind uniquement', () => { expect( @@ -66,17 +66,17 @@ describe('titreTerritoiresFind', () => { ['Baie de Seine'] ) ).toMatchInlineSnapshot(` - Object { - "communes": Array [ + { + "communes": [ "Tours (0.1)", ], - "departements": Array [ + "departements": [ "Calvados", "Indre-et-Loire", "Manche", "Seine-Maritime", ], - "regions": Array [ + "regions": [ "Centre-Val de Loire", "Normandie", ], diff --git a/packages/api/src/api/rest/titres.test.integration.ts b/packages/api/src/api/rest/titres.test.integration.ts index 5d75b9486..07944ff0c 100644 --- a/packages/api/src/api/rest/titres.test.integration.ts +++ b/packages/api/src/api/rest/titres.test.integration.ts @@ -9,6 +9,7 @@ import { ITitreDemarche, ITitreEtape } from '../../types' import { entreprisesUpsert } from '../../database/queries/entreprises' import { Knex } from 'knex' import { toCaminoDate } from 'camino-common/src/date' +import { afterAll, beforeAll, describe, test, expect } from 'vitest' import { newEntrepriseId } from 'camino-common/src/entreprise' let knex: Knex<any, unknown[]> diff --git a/packages/api/src/api/rest/upload.test.integration.ts b/packages/api/src/api/rest/upload.test.integration.ts index 8c9b6a4fc..1770f2a00 100644 --- a/packages/api/src/api/rest/upload.test.integration.ts +++ b/packages/api/src/api/rest/upload.test.integration.ts @@ -1,9 +1,11 @@ -import { restUploadCall } from '../../../tests/_utils' import { dbManager } from '../../../tests/db-manager' +import { vi, afterAll, beforeAll, describe, test, expect } from 'vitest' +import { Role } from 'camino-common/src/roles' +import { uploadAllowedMiddleware } from '../../server/upload' +import { utilisateurCreate } from '../../database/queries/utilisateurs' +import { Request, Response } from 'express' -jest.mock('tus-node-server') - -console.info = jest.fn() +console.info = vi.fn() describe('téléversement de fichier par rest (tus)', () => { beforeAll(async () => { await dbManager.populateDb() @@ -14,19 +16,40 @@ describe('téléversement de fichier par rest (tus)', () => { }) describe('permission de téléverser', () => { - test.each` - role | code - ${'admin'} | ${200} - ${'super'} | ${200} - ${'editeur'} | ${200} - ${'lecteur'} | ${200} - ${'entreprise'} | ${200} - ${'defaut'} | ${403} - `( + test.each<[{ role: Role; code: number }]>([ + [{ role: 'admin', code: 200 }], + [{ role: 'super', code: 200 }], + [{ role: 'editeur', code: 200 }], + [{ role: 'lecteur', code: 200 }], + [{ role: 'entreprise', code: 200 }], + [{ role: 'defaut', code: 403 }] + ])( 'retourne le code $code pour un utilisateur "$role"', async ({ role, code }) => { - const res = await restUploadCall(role) - expect(res.statusCode).toBe(code) + vi.resetAllMocks() + const id = `upload-${role}` + await utilisateurCreate( + { + id, + prenom: `prenom-${role}`, + nom: `nom-${role}`, + email: `${id}@camino.local`, + motDePasse: 'mot-de-passe', + dateCreation: '2022-11-19', + role, + administrationId: undefined + }, + {} + ) + const req = { user: { id } } as unknown as Request + const res = { sendStatus: vi.fn() } as unknown as Response + const next = vi.fn() + await uploadAllowedMiddleware(req, res, next) + if (code !== 200) { + expect(res.sendStatus).toBeCalledWith(code) + } else { + expect(next).toBeCalled() + } } ) }) diff --git a/packages/api/src/business/__snapshots__/matrices.test.ts.snap b/packages/api/src/business/__snapshots__/matrices.test.ts.snap index 7529c16b3..28c0093d9 100644 --- a/packages/api/src/business/__snapshots__/matrices.test.ts.snap +++ b/packages/api/src/business/__snapshots__/matrices.test.ts.snap @@ -1,9 +1,9 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`matrices buildMatrices 1`] = ` -Object { - "matrice1121": Array [ - Object { +exports[`matrices > buildMatrices 1`] = ` +{ + "matrice1121": [ + { "Base des redevances | Nature": "Kilogramme d'or contenu", "Base des redevances | Quantités": "12.243", "Commune du lieu principal d'exploitation": "Roura", @@ -23,7 +23,7 @@ Object { "Taxe minière sur l'or de Guyane | Tarifs par kg extrait pour les autres entreprises": 0, "Total redevance des mines": 340.97999999999996, }, - Object { + { "Base des redevances | Nature": "Kilogramme d'or contenu", "Base des redevances | Quantités": "1.008", "Commune du lieu principal d'exploitation": "Sinnamary", @@ -43,7 +43,7 @@ Object { "Taxe minière sur l'or de Guyane | Tarifs par kg extrait pour les autres entreprises": 0, "Total redevance des mines": 201.10999999999999, }, - Object { + { "Base des redevances | Nature": "Kilogramme d'or contenu", "Base des redevances | Quantités": "2.151", "Commune du lieu principal d'exploitation": "Sinnamary", @@ -63,7 +63,7 @@ Object { "Taxe minière sur l'or de Guyane | Tarifs par kg extrait pour les autres entreprises": 0, "Total redevance des mines": 429.13, }, - Object { + { "Base des redevances | Nature": "Kilogramme d'or contenu", "Base des redevances | Quantités": "6.118", "Commune du lieu principal d'exploitation": "Saint-Laurent-du-Maroni", @@ -84,8 +84,8 @@ Object { "Total redevance des mines": 1119.6, }, ], - "matrice1122": Array [ - Object { + "matrice1122": [ + { "Communes sur le territoire desquels fonctionnent les exploitations": "Roura (19.805494 km²)", "Départements sur le territoire desquels fonctionnent les exploitations": "Guyane", "Désignation des concessionnaires": "titulaire1 - ladresse1 - legalSiren1 SIREN", @@ -95,7 +95,7 @@ Object { "Tonnages extraits ou cours de l'année précédente | par commune": "12.243", "Tonnages extraits ou cours de l'année précédente | par département": "12.243", }, - Object { + { "Communes sur le territoire desquels fonctionnent les exploitations": "Saint-Élie (0.323907 km²)", "Départements sur le territoire desquels fonctionnent les exploitations": "Guyane", "Désignation des concessionnaires": "titulaire2 - ladresse2 - legalSiren2 SIREN", @@ -105,7 +105,7 @@ Object { "Tonnages extraits ou cours de l'année précédente | par commune": "1.008", "Tonnages extraits ou cours de l'année précédente | par département": "1.008", }, - Object { + { "Communes sur le territoire desquels fonctionnent les exploitations": "Sinnamary (0.691155 km²)", "Départements sur le territoire desquels fonctionnent les exploitations": "Guyane", "Désignation des concessionnaires": "titulaire2 - ladresse2 - legalSiren2 SIREN", @@ -115,7 +115,7 @@ Object { "Tonnages extraits ou cours de l'année précédente | par commune": "2.151", "Tonnages extraits ou cours de l'année précédente | par département": "2.151", }, - Object { + { "Communes sur le territoire desquels fonctionnent les exploitations": "Saint-Laurent-du-Maroni (1.005053 km²)", "Départements sur le territoire desquels fonctionnent les exploitations": "Guyane", "Désignation des concessionnaires": "titulaire3 - ladresse3 - legalSiren3 SIREN", @@ -126,8 +126,8 @@ Object { "Tonnages extraits ou cours de l'année précédente | par département": "6.118", }, ], - "matrice1403": Array [ - Object { + "matrice1403": [ + { "Circonscription de": "SIP de Cayenne", "Nombre d'articles des rôles": 1, "Redevance communale": 284.71, @@ -140,7 +140,7 @@ Object { "Taxe minière sur l'or de Guyane": 652.29, "Total des colonnes": 1072.7316, }, - Object { + { "Circonscription de": "SIP de Kourou", "Nombre d'articles des rôles": 2, "Redevance communale": 525.36, @@ -153,7 +153,7 @@ Object { "Taxe minière sur l'or de Guyane": 1573.4199999999998, "Total des colonnes": 2379.9528, }, - Object { + { "Circonscription de": "SIP de Saint-Laurent du Maroni", "Nombre d'articles des rôles": 1, "Redevance communale": 933.47, @@ -167,9 +167,9 @@ Object { "Total des colonnes": 15195.4596, }, ], - "matrice1404": Object { - "cayenne": Array [ - Object { + "matrice1404": { + "cayenne": [ + { "Articles des rôles": 1, "Circonscription de": "SIP de Cayenne", "Communes": "Roura", @@ -191,8 +191,8 @@ Object { "Taxe minière sur l'or de Guyane | Répartition | Région de Guyane": 652.29, }, ], - "kourou": Array [ - Object { + "kourou": [ + { "Articles des rôles": 2, "Circonscription de": "SIP de Kourou", "Communes": "Sinnamary", @@ -213,7 +213,7 @@ Object { "Taxe minière sur l'or de Guyane | Répartition | Conservatoire": 0, "Taxe minière sur l'or de Guyane | Répartition | Région de Guyane": 502.08, }, - Object { + { "Articles des rôles": 3, "Circonscription de": "SIP de Kourou", "Communes": "Sinnamary", @@ -235,8 +235,8 @@ Object { "Taxe minière sur l'or de Guyane | Répartition | Région de Guyane": 1071.34, }, ], - "saintLaurentDuMaroni": Array [ - Object { + "saintLaurentDuMaroni": [ + { "Articles des rôles": 4, "Circonscription de": "SIP de Saint-Laurent du Maroni", "Communes": "Saint-Laurent-du-Maroni", diff --git a/packages/api/src/business/matrices.test.ts b/packages/api/src/business/matrices.test.ts index 67167fee9..a499aca68 100644 --- a/packages/api/src/business/matrices.test.ts +++ b/packages/api/src/business/matrices.test.ts @@ -1,7 +1,7 @@ import { buildMatrices } from './matrices' import { ITitre } from '../types' import { newEntrepriseId } from 'camino-common/src/entreprise' - +import { describe, expect, test } from 'vitest' describe('matrices', () => { test('buildMatrices', () => { const openFiscaResponse = { diff --git a/packages/api/src/business/processes/__snapshots__/titres-etapes-areas-update.test.integration.ts.snap b/packages/api/src/business/processes/__snapshots__/titres-etapes-areas-update.test.integration.ts.snap index 04d30143d..4ca780c11 100644 --- a/packages/api/src/business/processes/__snapshots__/titres-etapes-areas-update.test.integration.ts.snap +++ b/packages/api/src/business/processes/__snapshots__/titres-etapes-areas-update.test.integration.ts.snap @@ -1,13 +1,13 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`titresEtapesAreasUpdate met à jour les communes, forêts et zone du SDOM sur une étape 1`] = ` -Array [ - Object { +exports[`titresEtapesAreasUpdate > met à jour les communes, forêts et zone du SDOM sur une étape 1`] = ` +[ + { "communeId": "97358", "surface": 292012, "titreEtapeId": "titreEtapeIdUniquePourMiseAJourAreas", }, - Object { + { "communeId": "97312", "surface": 716357, "titreEtapeId": "titreEtapeIdUniquePourMiseAJourAreas", @@ -15,37 +15,37 @@ Array [ ] `; -exports[`titresEtapesAreasUpdate met à jour les communes, forêts et zone du SDOM sur une étape 2`] = ` -Array [ - Object { +exports[`titresEtapesAreasUpdate > met à jour les communes, forêts et zone du SDOM sur une étape 2`] = ` +[ + { "foretId": "DBR", "titreEtapeId": "titreEtapeIdUniquePourMiseAJourAreas", }, ] `; -exports[`titresEtapesAreasUpdate met à jour les communes, forêts et zone du SDOM sur une étape 3`] = ` -Array [ - Object { +exports[`titresEtapesAreasUpdate > met à jour les communes, forêts et zone du SDOM sur une étape 3`] = ` +[ + { "sdomZoneId": "1", "titreEtapeId": "titreEtapeIdUniquePourMiseAJourAreas", }, ] `; -exports[`titresEtapesAreasUpdate met à jour les communes, forêts et zone du SDOM sur une étape 4`] = ` -Array [ - Object { +exports[`titresEtapesAreasUpdate > met à jour les communes, forêts et zone du SDOM sur une étape 4`] = ` +[ + { "administrationsLocales": null, "archive": false, - "communes": Array [ - Object { + "communes": [ + { "departementId": "973", "id": "97312", "nom": "Sinnamary", "surface": 716357, }, - Object { + { "departementId": "973", "id": "97358", "nom": "Saint-Élie", @@ -59,8 +59,8 @@ Array [ "decisionsAnnexesContenu": null, "decisionsAnnexesSections": null, "duree": null, - "forets": Array [ - Object { + "forets": [ + { "id": "DBR", "nom": "Deux Branches", }, @@ -70,16 +70,16 @@ Array [ "id": "titreEtapeIdUniquePourMiseAJourAreas", "incertitudes": null, "ordre": null, - "sdomZones": Array [ - Object { + "sdomZones": [ + { "id": "1", "nom": "Zone 1", }, ], - "secteursMaritime": Array [], + "secteursMaritime": [], "slug": "titreDemarcheIdUniquePourMiseAJourAreas-mfr99", "statutId": "aco", - "substances": Array [], + "substances": [], "surface": null, "titreDemarcheId": "titreDemarcheIdUniquePourMiseAJourAreas", "typeId": "mfr", @@ -87,18 +87,18 @@ Array [ ] `; -exports[`titresEtapesAreasUpdate met à jour les communes, forêts et zone du SDOM sur une étape 5`] = ` -Array [ - Object { +exports[`titresEtapesAreasUpdate > met à jour les communes, forêts et zone du SDOM sur une étape 5`] = ` +[ + { "archive": false, - "communes": Array [ - Object { + "communes": [ + { "departementId": "973", "id": "97312", "nom": "Sinnamary", "surface": 716357, }, - Object { + { "departementId": "973", "id": "97358", "nom": "Saint-Élie", @@ -113,21 +113,21 @@ Array [ "domaineId": "m", "doublonTitreId": null, "entreprisesLecture": false, - "forets": Array [ - Object { + "forets": [ + { "id": "DBR", "nom": "Deux Branches", }, ], "id": "titreIdUniquePourMiseAJourAreas", "nom": "nom-titreIdUniquePourMiseAJourAreas", - "propsTitreEtapesIds": Object { + "propsTitreEtapesIds": { "points": "titreEtapeIdUniquePourMiseAJourAreas", }, "publicLecture": false, - "references": Array [], - "sdomZones": Array [ - Object { + "references": [], + "sdomZones": [ + { "id": "1", "nom": "Zone 1", }, diff --git a/packages/api/src/business/processes/entreprises-update.test.ts b/packages/api/src/business/processes/entreprises-update.test.ts index 5300ac4d1..d07f6df58 100644 --- a/packages/api/src/business/processes/entreprises-update.test.ts +++ b/packages/api/src/business/processes/entreprises-update.test.ts @@ -29,56 +29,57 @@ import { apiEntreprisesEtablissementsSupprimeees } from './__mocks__/entreprises-update' import { IEntreprise, IEntrepriseEtablissement } from '../../types' +import { vi, beforeEach, describe, expect, test } from 'vitest' const entreprisesUpdated: IEntreprise[] = [] -// 'jest.mock()` est hoisté avant l'import, le court-circuitant -// https://jestjs.io/docs/en/jest-object#jestdomockmodulename-factory-options -jest.mock('../../database/queries/entreprises', () => ({ - entreprisesUpsert: jest.fn().mockImplementation(a => { +// 'vi.mock()` est hoisté avant l'import, le court-circuitant +// https://vijs.io/docs/en/vi-object#vidomockmodulename-factory-options +vi.mock('../../database/queries/entreprises', () => ({ + entreprisesUpsert: vi.fn().mockImplementation(a => { entreprisesUpdated.push(...a) return a }), - entreprisesGet: jest.fn() + entreprisesGet: vi.fn() })) const etablissementsUpdated: IEntrepriseEtablissement[] = [] const etablissementsDeleted: string[] = [] -jest.mock('../../database/queries/entreprises-etablissements', () => ({ - entreprisesEtablissementsUpsert: jest.fn().mockImplementation(a => { +vi.mock('../../database/queries/entreprises-etablissements', () => ({ + entreprisesEtablissementsUpsert: vi.fn().mockImplementation(a => { etablissementsUpdated.push(...a) return a }), - entreprisesEtablissementsDelete: jest.fn().mockImplementation(a => { + entreprisesEtablissementsDelete: vi.fn().mockImplementation(a => { etablissementsDeleted.push(...a) return a }), - entreprisesEtablissementsGet: jest.fn() + entreprisesEtablissementsGet: vi.fn() })) -// 'jest.mock()' est hoisté avant l'import, le court-circuitant -// https://jestjs.io/docs/en/jest-object#jestdomockmodulename-factory-options -jest.mock('../../tools/api-insee/index', () => ({ +// 'vi.mock()' est hoisté avant l'import, le court-circuitant +// https://vijs.io/docs/en/vi-object#vidomockmodulename-factory-options +vi.mock('../../tools/api-insee/index', () => ({ __esModule: true, - apiInseeEntreprisesGet: jest.fn(), - apiInseeEntreprisesEtablissementsGet: jest.fn() + apiInseeEntreprisesGet: vi.fn(), + apiInseeEntreprisesEtablissementsGet: vi.fn() })) -const entreprisesGetMock = jest.mocked(entreprisesGet, true) -const entreprisesEtablissementsGetMock = jest.mocked( +const entreprisesGetMock = vi.mocked(entreprisesGet, true) +const entreprisesEtablissementsGetMock = vi.mocked( entreprisesEtablissementsGet, true ) -const apiInseeEntreprisesGetMock = jest.mocked(apiInseeEntreprisesGet, true) -const apiInseeEntreprisesEtablissementsGetMock = jest.mocked( +const apiInseeEntreprisesGetMock = vi.mocked(apiInseeEntreprisesGet, true) +const apiInseeEntreprisesEtablissementsGetMock = vi.mocked( apiInseeEntreprisesEtablissementsGet, true ) -console.info = jest.fn() -console.info = jest.fn() +console.info = vi.fn() +console.info = vi.fn() describe('entreprises', () => { beforeEach(() => { diff --git a/packages/api/src/business/processes/titres-activites-props-update.test.ts b/packages/api/src/business/processes/titres-activites-props-update.test.ts index cda9e8248..c1a87cb04 100644 --- a/packages/api/src/business/processes/titres-activites-props-update.test.ts +++ b/packages/api/src/business/processes/titres-activites-props-update.test.ts @@ -2,30 +2,32 @@ import { titresActivitesPropsUpdate } from './titres-activites-props-update' import { titresActivitesUpsert } from '../../database/queries/titres-activites' import { titresGet } from '../../database/queries/titres' import { titreValideCheck } from '../utils/titre-valide-check' - +import { vi, describe, expect, test, afterEach } from 'vitest' import { titresActivitesToUpdate, titresActivitesNotToUpdate } from './__mocks__/titre-activite-props-update' -jest.mock('../../database/queries/titres-activites', () => ({ - titresActivitesUpsert: jest.fn() +vi.mock('../../database/queries/titres-activites', () => ({ + titresActivitesUpsert: vi.fn() })) -jest.mock('../../database/queries/titres', () => ({ - titresGet: jest.fn() +vi.mock('../../database/queries/titres', () => ({ + titresGet: vi.fn() })) -jest.mock('../utils/titre-valide-check', () => ({ - titreValideCheck: jest.fn() +vi.mock('../utils/titre-valide-check', () => ({ + titreValideCheck: vi.fn() })) -const titresActivitesUpsertMock = jest.mocked(titresActivitesUpsert, true) -const titresGetMock = jest.mocked(titresGet, true) -const titreValideCheckMock = jest.mocked(titreValideCheck, true) - -console.info = jest.fn() +const titresActivitesUpsertMock = vi.mocked(titresActivitesUpsert, true) +const titresGetMock = vi.mocked(titresGet, true) +const titreValideCheckMock = vi.mocked(titreValideCheck, true) +console.info = vi.fn() +afterEach(() => { + vi.resetAllMocks() +}) describe("propriété des activités d'un titre", () => { test("met à jour la propriété suppression d'une activité", async () => { titresGetMock.mockResolvedValue(titresActivitesToUpdate) diff --git a/packages/api/src/business/processes/titres-activites-relance-send.test.ts b/packages/api/src/business/processes/titres-activites-relance-send.test.ts index e2733ed0b..cbfeba5a0 100644 --- a/packages/api/src/business/processes/titres-activites-relance-send.test.ts +++ b/packages/api/src/business/processes/titres-activites-relance-send.test.ts @@ -4,20 +4,20 @@ import TitresActivites from '../../database/models/titres-activites' import { titresActivitesRelanceSend } from './titres-activites-relance-send' import { emailsWithTemplateSend } from '../../tools/api-mailjet/emails' import { EmailTemplateId } from '../../tools/api-mailjet/types' - -jest.mock('../../database/queries/titres-activites', () => ({ - titresActivitesGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres-activites', () => ({ + titresActivitesGet: vi.fn() })) -jest.mock('../../tools/api-mailjet/emails', () => ({ +vi.mock('../../tools/api-mailjet/emails', () => ({ __esModule: true, - emailsWithTemplateSend: jest.fn().mockImplementation(a => a) + emailsWithTemplateSend: vi.fn().mockImplementation(a => a) })) -const titresActivitesGetMock = jest.mocked(titresActivitesGet, true) -const emailsWithTemplateSendMock = jest.mocked(emailsWithTemplateSend, true) +const titresActivitesGetMock = vi.mocked(titresActivitesGet, true) +const emailsWithTemplateSendMock = vi.mocked(emailsWithTemplateSend, true) -console.info = jest.fn() +console.info = vi.fn() describe('relance les opérateurs des activités qui vont se fermer automatiquement', () => { test('envoie un email aux opérateurs', async () => { diff --git a/packages/api/src/business/processes/titres-activites-statut-ids-update.test.ts b/packages/api/src/business/processes/titres-activites-statut-ids-update.test.ts index 0024ee496..2bb64c39d 100644 --- a/packages/api/src/business/processes/titres-activites-statut-ids-update.test.ts +++ b/packages/api/src/business/processes/titres-activites-statut-ids-update.test.ts @@ -5,15 +5,15 @@ import { titresActivitesDelaiDepasse, titresActivitesDelaiNonDepasse } from './__mocks__/titres-activites-statut-ids-update-activites' - -jest.mock('../../database/queries/titres-activites', () => ({ - titreActiviteUpdate: jest.fn().mockResolvedValue(true), - titresActivitesGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres-activites', () => ({ + titreActiviteUpdate: vi.fn().mockResolvedValue(true), + titresActivitesGet: vi.fn() })) -const titresActivitesGetMock = jest.mocked(titresActivitesGet, true) +const titresActivitesGetMock = vi.mocked(titresActivitesGet, true) -console.info = jest.fn() +console.info = vi.fn() describe("statut des activités d'un titre", () => { test("met à jour le statut d'une activité", async () => { diff --git a/packages/api/src/business/processes/titres-activites-update.test.ts b/packages/api/src/business/processes/titres-activites-update.test.ts index 41fc9e290..d36456867 100644 --- a/packages/api/src/business/processes/titres-activites-update.test.ts +++ b/packages/api/src/business/processes/titres-activites-update.test.ts @@ -18,51 +18,54 @@ import { emailsWithTemplateSend } from '../../tools/api-mailjet/emails' import { EmailTemplateId } from '../../tools/api-mailjet/types' +import { vi, afterEach, describe, expect, test } from 'vitest' -jest.mock('../../database/queries/titres', () => ({ - titresGet: jest.fn() +vi.mock('../../database/queries/titres', () => ({ + titresGet: vi.fn() })) -jest.mock('../../database/queries/metas-activites', () => ({ - activitesTypesGet: jest.fn() +vi.mock('../../database/queries/metas-activites', () => ({ + activitesTypesGet: vi.fn() })) -jest.mock('../utils/titre-activite-type-check', () => ({ +vi.mock('../utils/titre-activite-type-check', () => ({ __esModule: true, - titreActiviteTypeCheck: jest.fn() + titreActiviteTypeCheck: vi.fn() })) -jest.mock('../../tools/annees-build', () => ({ +vi.mock('../../tools/annees-build', () => ({ __esModule: true, - anneesBuild: jest.fn() + anneesBuild: vi.fn() })) -jest.mock('../../database/queries/titres-activites', () => ({ +vi.mock('../../database/queries/titres-activites', () => ({ __esModule: true, - titresActivitesUpsert: jest.fn().mockResolvedValue(true) + titresActivitesUpsert: vi.fn().mockResolvedValue(true) })) -jest.mock('../rules/titre-activites-build', () => ({ +vi.mock('../rules/titre-activites-build', () => ({ __esModule: true, - titreActivitesBuild: jest.fn().mockResolvedValue(true) + titreActivitesBuild: vi.fn().mockResolvedValue(true) })) -jest.mock('../../tools/api-mailjet/emails', () => ({ +vi.mock('../../tools/api-mailjet/emails', () => ({ __esModule: true, - emailsSend: jest.fn().mockImplementation(a => a), - emailsWithTemplateSend: jest.fn().mockImplementation(a => a) + emailsSend: vi.fn().mockImplementation(a => a), + emailsWithTemplateSend: vi.fn().mockImplementation(a => a) })) -const titresGetMock = jest.mocked(titresGet, true) -const activitesTypesGetMock = jest.mocked(activitesTypesGet, true) -const titreActiviteTypeCheckMock = jest.mocked(titreActiviteTypeCheck, true) -const anneesBuildMock = jest.mocked(anneesBuild, true) -const titreActivitesBuildMock = jest.mocked(titreActivitesBuild, true) -const emailsSendMock = jest.mocked(emailsSend, true) -const emailsWithTemplateSendMock = jest.mocked(emailsWithTemplateSend, true) - -console.info = jest.fn() - +const titresGetMock = vi.mocked(titresGet, true) +const activitesTypesGetMock = vi.mocked(activitesTypesGet, true) +const titreActiviteTypeCheckMock = vi.mocked(titreActiviteTypeCheck, true) +const anneesBuildMock = vi.mocked(anneesBuild, true) +const titreActivitesBuildMock = vi.mocked(titreActivitesBuild, true) +const emailsSendMock = vi.mocked(emailsSend, true) +const emailsWithTemplateSendMock = vi.mocked(emailsWithTemplateSend, true) + +console.info = vi.fn() +afterEach(() => { + vi.resetAllMocks() +}) describe("activités d'un titre", () => { test('met à jour un titre sans activité', async () => { titresGetMock.mockResolvedValue(titresSansActivite) diff --git a/packages/api/src/business/processes/titres-contenus-etapes-ids-update.test.ts b/packages/api/src/business/processes/titres-contenus-etapes-ids-update.test.ts index b33550fb3..634411959 100644 --- a/packages/api/src/business/processes/titres-contenus-etapes-ids-update.test.ts +++ b/packages/api/src/business/processes/titres-contenus-etapes-ids-update.test.ts @@ -4,23 +4,23 @@ import { titresContenusEtapesIdsUpdate } from './titres-contenus-etapes-ids-upda import { titreContenuTitreEtapeFind } from '../rules/titre-prop-etape-find' import { titresGet } from '../../database/queries/titres' import Titres from '../../database/models/titres' - -jest.mock('../../database/queries/titres', () => ({ - titreUpdate: jest.fn().mockResolvedValue(true), - titresGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ + titreUpdate: vi.fn().mockResolvedValue(true), + titresGet: vi.fn() })) -jest.mock('../rules/titre-prop-etape-find', () => ({ - titreContenuTitreEtapeFind: jest.fn() +vi.mock('../rules/titre-prop-etape-find', () => ({ + titreContenuTitreEtapeFind: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) -const titreContenuTitreEtapeFindMock = jest.mocked( +const titresGetMock = vi.mocked(titresGet, true) +const titreContenuTitreEtapeFindMock = vi.mocked( titreContenuTitreEtapeFind, true ) -console.info = jest.fn() +console.info = vi.fn() describe("propriétés (contenu) d'un titre", () => { test('ajoute 2 nouvelles propriétés dans les props du titre', async () => { diff --git a/packages/api/src/business/processes/titres-coordonnees-update.test.ts b/packages/api/src/business/processes/titres-coordonnees-update.test.ts index 4280874e4..1a0795786 100644 --- a/packages/api/src/business/processes/titres-coordonnees-update.test.ts +++ b/packages/api/src/business/processes/titres-coordonnees-update.test.ts @@ -2,20 +2,20 @@ import { titreCoordonneesFind } from '../utils/titre-coordonnees-find' import { titresGet } from '../../database/queries/titres' import Titres from '../../database/models/titres' import { titresCoordonneesUpdate } from './titres-coordonnees-update' - -jest.mock('../../database/queries/titres', () => ({ - titreUpdate: jest.fn().mockResolvedValue(true), - titresGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ + titreUpdate: vi.fn().mockResolvedValue(true), + titresGet: vi.fn() })) -jest.mock('../utils/titre-coordonnees-find', () => ({ - titreCoordonneesFind: jest.fn() +vi.mock('../utils/titre-coordonnees-find', () => ({ + titreCoordonneesFind: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) -const titreCoordonneesFindMock = jest.mocked(titreCoordonneesFind, true) +const titresGetMock = vi.mocked(titresGet, true) +const titreCoordonneesFindMock = vi.mocked(titreCoordonneesFind, true) -console.info = jest.fn() +console.info = vi.fn() describe('coordoonnées des titres', () => { test.each([{ x: 1, y: 1 }, { x: 1 }, { y: 1 }, undefined])( diff --git a/packages/api/src/business/processes/titres-dates-update.test.ts b/packages/api/src/business/processes/titres-dates-update.test.ts index 358694a4a..a92388bdd 100644 --- a/packages/api/src/business/processes/titres-dates-update.test.ts +++ b/packages/api/src/business/processes/titres-dates-update.test.ts @@ -5,30 +5,30 @@ import { titreDateDemandeFind } from '../rules/titre-date-demande-find' import { titresGet } from '../../database/queries/titres' import Titres from '../../database/models/titres' import { toCaminoDate } from 'camino-common/src/date' - -jest.mock('../../database/queries/titres', () => ({ - titreUpdate: jest.fn().mockResolvedValue(true), - titresGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ + titreUpdate: vi.fn().mockResolvedValue(true), + titresGet: vi.fn() })) -jest.mock('../rules/titre-date-fin-find', () => ({ - titreDateFinFind: jest.fn() +vi.mock('../rules/titre-date-fin-find', () => ({ + titreDateFinFind: vi.fn() })) -jest.mock('../rules/titre-date-debut-find', () => ({ - titreDateDebutFind: jest.fn() +vi.mock('../rules/titre-date-debut-find', () => ({ + titreDateDebutFind: vi.fn() })) -jest.mock('../rules/titre-date-demande-find', () => ({ - titreDateDemandeFind: jest.fn() +vi.mock('../rules/titre-date-demande-find', () => ({ + titreDateDemandeFind: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) -const titreDateFinFindMock = jest.mocked(titreDateFinFind, true) -const titreDateDebutFindMock = jest.mocked(titreDateDebutFind, true) -const titreDateDemandeFindMock = jest.mocked(titreDateDemandeFind, true) +const titresGetMock = vi.mocked(titresGet, true) +const titreDateFinFindMock = vi.mocked(titreDateFinFind, true) +const titreDateDebutFindMock = vi.mocked(titreDateDebutFind, true) +const titreDateDemandeFindMock = vi.mocked(titreDateDemandeFind, true) -console.info = jest.fn() +console.info = vi.fn() describe("dates d'un titre", () => { test("met à jour les dates d'un titre", async () => { diff --git a/packages/api/src/business/processes/titres-demarches-depot-create.test.ts b/packages/api/src/business/processes/titres-demarches-depot-create.test.ts index 0a03f9f94..8a03f8318 100644 --- a/packages/api/src/business/processes/titres-demarches-depot-create.test.ts +++ b/packages/api/src/business/processes/titres-demarches-depot-create.test.ts @@ -1,45 +1,39 @@ -import { ITitre } from '../../types' -import { titreDemarcheGet } from '../../database/queries/titres-demarches' -import TitresDemarches from '../../database/models/titres-demarches' -import { titresEtapesDepotCreate } from './titres-demarches-depot-create' -import * as titresDemarchesDepotCreateMethods from './titres-demarches-depot-create' +import type { ITitre, ITitreEtape, ITitreDemarche } from '../../types' +import { titreDemarcheDepotCheck } from './titres-demarches-depot-create' -jest.mock('../../database/queries/titres-demarches', () => ({ - titreDemarcheGet: jest.fn() -})) - -const titreEtapeDepotCreateMock = jest.spyOn( - titresDemarchesDepotCreateMethods, - 'titreEtapeDepotCreate' -) -titreEtapeDepotCreateMock.mockImplementation(() => Promise.resolve()) - -const titreDemarcheGetMock = jest.mocked(titreDemarcheGet, true) - -console.info = jest.fn() +import { describe, expect, test } from 'vitest' describe('créer le dépot de la démarche', () => { - test.each` - test | etapes | creation - ${'crée un dépot d’une ARM avec une demande faite'} | ${[{ date: '2021-01-01', typeId: 'mfr', statutId: 'fai' }]} | ${true} - ${'ne crée pas un dépot d’une ARM si sa demande est en construction'} | ${[{ date: '2021-01-01', typeId: 'mfr', statutId: 'enc' }]} | ${false} - ${'ne crée pas un dépot d’une ARM si sa demande est historique'} | ${[{ date: '2018-01-01', typeId: 'mfr', statutId: 'fai' }]} | ${false} - ${'ne crée pas un dépot d’une ARM si déjà déposée'} | ${[{ date: '2021-01-01', typeId: 'mfr', statutId: 'fai' }, { date: '2021-01-02', typeId: 'mdp', statutId: 'fai' }]} | ${false} - `('$test', async ({ etapes, creation }) => { - titreDemarcheGetMock.mockResolvedValue({ + test.each<[string, ITitreEtape[], boolean]>([ + [ + 'crée un dépot d’une ARM avec une demande faite', + [{ date: '2021-01-01', typeId: 'mfr', statutId: 'fai' }] as ITitreEtape[], + true + ], + [ + 'ne crée pas un dépot d’une ARM si sa demande est en construction', + [{ date: '2021-01-01', typeId: 'mfr', statutId: 'enc' }] as ITitreEtape[], + false + ], + [ + 'ne crée pas un dépot d’une ARM si sa demande est historique', + [{ date: '2018-01-01', typeId: 'mfr', statutId: 'fai' }] as ITitreEtape[], + false + ], + [ + 'ne crée pas un dépot d’une ARM si déjà déposée', + [ + { date: '2021-01-01', typeId: 'mfr', statutId: 'fai' }, + { date: '2021-01-02', typeId: 'mdp', statutId: 'fai' } + ] as ITitreEtape[], + false + ] + ])('%s', (test, etapes, creation) => { + const titresDemarchesDepotCreated = titreDemarcheDepotCheck({ titre: { typeId: 'arm' } as ITitre, typeId: 'oct', etapes - } as TitresDemarches) - - const titresDemarchesDepotCreated = await titresEtapesDepotCreate( - 'demarcheId' - ) + } as ITitreDemarche) expect(titresDemarchesDepotCreated).toEqual(creation) - if (creation) { - expect(titreEtapeDepotCreateMock).toHaveBeenCalled() - } else { - expect(titreEtapeDepotCreateMock).not.toHaveBeenCalled() - } }) }) diff --git a/packages/api/src/business/processes/titres-demarches-depot-create.ts b/packages/api/src/business/processes/titres-demarches-depot-create.ts index c44dc71b8..c22a14e48 100644 --- a/packages/api/src/business/processes/titres-demarches-depot-create.ts +++ b/packages/api/src/business/processes/titres-demarches-depot-create.ts @@ -1,4 +1,4 @@ -import { ITitreDemarche, ITitreEntreprise, ITitreEtape } from '../../types' +import type { ITitreDemarche, ITitreEntreprise, ITitreEtape } from '../../types' import { titreEtapeUpsert } from '../../database/queries/titres-etapes' import { titreDemarcheGet } from '../../database/queries/titres-demarches' @@ -60,7 +60,18 @@ const titreEtapeDepotConfirmationEmailsSend = async ( } } -const titreDemarcheDepotCheck = (titreDemarche: ITitreDemarche) => { +// visibleForTesting +export const titreDemarcheDepotCheck = ( + titreDemarche: ITitreDemarche +): boolean => { + const demarcheDefinition = demarcheDefinitionFind( + titreDemarche.titre!.typeId, + titreDemarche.typeId, + titreDemarche.etapes, + titreDemarche.id + ) + // On peut déposer automatiquement seulement les démarches qui possèdent un arbre d’instructions + if (!demarcheDefinition) return false if (titreDemarche.titre!.typeId === 'arm' && titreDemarche.typeId === 'oct') { // Si on a pas de demande faite if ( @@ -137,15 +148,6 @@ export const titresEtapesDepotCreate = async (demarcheId: string) => { return false } - const demarcheDefinition = demarcheDefinitionFind( - titreDemarche.titre!.typeId, - titreDemarche.typeId, - titreDemarche.etapes, - titreDemarche.id - ) - // On peut déposer automatiquement seulement les démarches qui possèdent un arbre d’instructions - if (!demarcheDefinition) return false - const depotCheck = titreDemarcheDepotCheck(titreDemarche) if (depotCheck) { await titreEtapeDepotCreate(titreDemarche) diff --git a/packages/api/src/business/processes/titres-demarches-ordre-update.test.ts b/packages/api/src/business/processes/titres-demarches-ordre-update.test.ts index 3c10eda13..e278def6a 100644 --- a/packages/api/src/business/processes/titres-demarches-ordre-update.test.ts +++ b/packages/api/src/business/processes/titres-demarches-ordre-update.test.ts @@ -5,18 +5,18 @@ import { titresDemarchesDesordonnees, titresDemarchesOrdonnees } from './__mocks__/titres-demarches-ordre-update-demarches' - -jest.mock('../../database/queries/titres', () => ({ - titresGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ + titresGet: vi.fn() })) -jest.mock('../../database/queries/titres-demarches', () => ({ - titreDemarcheUpdate: jest.fn().mockResolvedValue(true) +vi.mock('../../database/queries/titres-demarches', () => ({ + titreDemarcheUpdate: vi.fn().mockResolvedValue(true) })) -const titresGetMock = jest.mocked(titresGet, true) +const titresGetMock = vi.mocked(titresGet, true) -console.info = jest.fn() +console.info = vi.fn() describe('ordre des démarches', () => { test("met à jour l'ordre de deux démarches", async () => { diff --git a/packages/api/src/business/processes/titres-demarches-public-update.test.ts b/packages/api/src/business/processes/titres-demarches-public-update.test.ts index 72e418a7e..345adfb7a 100644 --- a/packages/api/src/business/processes/titres-demarches-public-update.test.ts +++ b/packages/api/src/business/processes/titres-demarches-public-update.test.ts @@ -5,18 +5,18 @@ import { titresDemarchesPublicModifie, titresDemarchesPublicIdentique } from './__mocks__/titres-demarches-public-update-demarches' - -jest.mock('../../database/queries/titres', () => ({ - titresGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ + titresGet: vi.fn() })) -jest.mock('../../database/queries/titres-demarches', () => ({ - titreDemarcheUpdate: jest.fn().mockResolvedValue(true) +vi.mock('../../database/queries/titres-demarches', () => ({ + titreDemarcheUpdate: vi.fn().mockResolvedValue(true) })) -const titresGetMock = jest.mocked(titresGet, true) +const titresGetMock = vi.mocked(titresGet, true) -console.info = jest.fn() +console.info = vi.fn() describe("public des démarches d'un titre", () => { test("met à jour la publicité d'une démarche", async () => { diff --git a/packages/api/src/business/processes/titres-demarches-statut-ids-update.test.ts b/packages/api/src/business/processes/titres-demarches-statut-ids-update.test.ts index ea33efb47..b59ae72d1 100644 --- a/packages/api/src/business/processes/titres-demarches-statut-ids-update.test.ts +++ b/packages/api/src/business/processes/titres-demarches-statut-ids-update.test.ts @@ -6,19 +6,19 @@ import { titresDemarchesStatutIdentique, titresDemarchesSansEtape } from './__mocks__/titres-demarches-statut-ids-update-demarches' - -jest.mock('../../database/queries/titres-demarches', () => ({ - titreDemarcheUpdate: jest.fn().mockResolvedValue(true) +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres-demarches', () => ({ + titreDemarcheUpdate: vi.fn().mockResolvedValue(true) })) -jest.mock('../../database/queries/titres', () => ({ +vi.mock('../../database/queries/titres', () => ({ __esModule: true, - titresGet: jest.fn() + titresGet: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) +const titresGetMock = vi.mocked(titresGet, true) -console.info = jest.fn() +console.info = vi.fn() describe("statut des démarches d'un titre", () => { test("met à jour le statut d'une démarche", async () => { diff --git a/packages/api/src/business/processes/titres-etapes-administrations-locales-update.test.ts b/packages/api/src/business/processes/titres-etapes-administrations-locales-update.test.ts index 6f4b48d4c..a7481d1e5 100644 --- a/packages/api/src/business/processes/titres-etapes-administrations-locales-update.test.ts +++ b/packages/api/src/business/processes/titres-etapes-administrations-locales-update.test.ts @@ -9,25 +9,25 @@ import { ICommune, ITitreEtape } from '../../types' import { newDemarcheId } from '../../database/models/_format/id-create' import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' import { toCaminoDate } from 'camino-common/src/date' - -jest.mock('../../database/queries/titres-etapes', () => ({ - titresEtapesGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres-etapes', () => ({ + titresEtapesGet: vi.fn() })) -jest.mock('../../knex', () => { - const mockJest = { - update: jest.fn().mockReturnThis(), - where: jest.fn().mockReturnThis() +vi.mock('../../knex', () => { + const mockvi = { + update: vi.fn().mockReturnThis(), + where: vi.fn().mockReturnThis() } return { - knex: jest.fn().mockReturnValue(mockJest) + knex: vi.fn().mockReturnValue(mockvi) } }) -const titresEtapesGetMock = jest.mocked(titresEtapesGet, true) +const titresEtapesGetMock = vi.mocked(titresEtapesGet, true) -console.info = jest.fn() +console.info = vi.fn() describe("administrations d'une étape", () => { test('ajoute des administrations dans deux étapes', async () => { diff --git a/packages/api/src/business/processes/titres-etapes-areas-update.test.integration.ts b/packages/api/src/business/processes/titres-etapes-areas-update.test.integration.ts index 33074d681..4b1d5ec08 100644 --- a/packages/api/src/business/processes/titres-etapes-areas-update.test.integration.ts +++ b/packages/api/src/business/processes/titres-etapes-areas-update.test.integration.ts @@ -18,9 +18,9 @@ import TitresSDOMZones from '../../database/models/titres--sdom-zones' import { newDemarcheId } from '../../database/models/_format/id-create' import { SDOMZoneIds } from 'camino-common/src/static/sdom' import { toCaminoDate } from 'camino-common/src/date' - -console.info = jest.fn() -console.error = jest.fn() +import { vi, beforeAll, afterAll, describe, test, expect } from 'vitest' +console.info = vi.fn() +console.error = vi.fn() let knex: Knex | undefined beforeAll(async () => { knex = await dbManager.populateDb() diff --git a/packages/api/src/business/processes/titres-etapes-ordre-update.test.ts b/packages/api/src/business/processes/titres-etapes-ordre-update.test.ts index 28e39a3d9..c446433ec 100644 --- a/packages/api/src/business/processes/titres-etapes-ordre-update.test.ts +++ b/packages/api/src/business/processes/titres-etapes-ordre-update.test.ts @@ -8,19 +8,21 @@ import { } from './__mocks__/titres-etapes-ordre-update-demarches' import TitresDemarches from '../../database/models/titres-demarches' import { userSuper } from '../../database/user-super' - -jest.mock('../../database/queries/titres-etapes', () => ({ - titreEtapeUpdate: jest.fn().mockResolvedValue(true) +import { vi, afterEach, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres-etapes', () => ({ + titreEtapeUpdate: vi.fn().mockResolvedValue(true) })) -jest.mock('../../database/queries/titres-demarches', () => ({ - titresDemarchesGet: jest.fn() +vi.mock('../../database/queries/titres-demarches', () => ({ + titresDemarchesGet: vi.fn() })) -const titresDemarchesGetMock = jest.mocked(titresDemarchesGet, true) - -console.info = jest.fn() +const titresDemarchesGetMock = vi.mocked(titresDemarchesGet, true) +console.info = vi.fn() +afterEach(() => { + vi.resetAllMocks() +}) describe('ordre des étapes', () => { test("met à jour l'ordre de deux étapes", async () => { titresDemarchesGetMock.mockResolvedValue(titresDemarchesEtapes) diff --git a/packages/api/src/business/processes/titres-phases-update.test.ts b/packages/api/src/business/processes/titres-phases-update.test.ts index 24cf3c4d0..148a117d0 100644 --- a/packages/api/src/business/processes/titres-phases-update.test.ts +++ b/packages/api/src/business/processes/titres-phases-update.test.ts @@ -13,20 +13,23 @@ import { titresUnePhaseMiseAJour, titrePhase } from './__mocks__/titres-phases-update-titres' - -jest.mock('../../database/queries/titres-phases', () => ({ - titrePhasesUpsert: jest.fn().mockResolvedValue(true), - titrePhasesDelete: jest.fn().mockResolvedValue(true) +import { vi, afterEach, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres-phases', () => ({ + titrePhasesUpsert: vi.fn().mockResolvedValue(true), + titrePhasesDelete: vi.fn().mockResolvedValue(true) })) -jest.mock('../../database/queries/titres', () => ({ - titresGet: jest.fn() +vi.mock('../../database/queries/titres', () => ({ + titresGet: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) +const titresGetMock = vi.mocked(titresGet, true) -console.info = jest.fn() +console.info = vi.fn() +afterEach(() => { + vi.resetAllMocks() +}) describe("phases d'un titre", () => { test('met à jour un titre dont une phase est créée', async () => { titresGetMock.mockResolvedValue(titresUnePhase) diff --git a/packages/api/src/business/processes/titres-points-references-create.test.ts b/packages/api/src/business/processes/titres-points-references-create.test.ts index d65fb160e..85716ca0b 100644 --- a/packages/api/src/business/processes/titres-points-references-create.test.ts +++ b/packages/api/src/business/processes/titres-points-references-create.test.ts @@ -4,16 +4,19 @@ import { titrePointReferenceCreate } from '../../database/queries/titres-points' import TitresPoints from '../../database/models/titres-points' - -jest.mock('../../database/queries/titres-points', () => ({ - titrePointReferenceCreate: jest.fn().mockResolvedValue(true), - titresPointsGet: jest.fn() +import { vi, afterEach, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres-points', () => ({ + titrePointReferenceCreate: vi.fn().mockResolvedValue(true), + titresPointsGet: vi.fn() })) -const titresPointsGetMock = jest.mocked(titresPointsGet, true) +const titresPointsGetMock = vi.mocked(titresPointsGet, true) -console.info = jest.fn() +console.info = vi.fn() +afterEach(() => { + vi.resetAllMocks() +}) describe("références des points d'un titre", () => { test('crée une référence sur un point si elle est absente', async () => { titresPointsGetMock.mockResolvedValue([ diff --git a/packages/api/src/business/processes/titres-props-etapes-ids-update.test.ts b/packages/api/src/business/processes/titres-props-etapes-ids-update.test.ts index 0ceb1999e..8d7895e4e 100644 --- a/packages/api/src/business/processes/titres-props-etapes-ids-update.test.ts +++ b/packages/api/src/business/processes/titres-props-etapes-ids-update.test.ts @@ -4,20 +4,20 @@ import { titresPropsEtapesIdsUpdate } from './titres-props-etapes-ids-update' import { titrePropTitreEtapeFind } from '../rules/titre-prop-etape-find' import { titresGet } from '../../database/queries/titres' import Titres from '../../database/models/titres' - -jest.mock('../../database/queries/titres', () => ({ - titreUpdate: jest.fn().mockResolvedValue(true), - titresGet: jest.fn() +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ + titreUpdate: vi.fn().mockResolvedValue(true), + titresGet: vi.fn() })) -jest.mock('../rules/titre-prop-etape-find', () => ({ - titrePropTitreEtapeFind: jest.fn() +vi.mock('../rules/titre-prop-etape-find', () => ({ + titrePropTitreEtapeFind: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) -const titrePropTitreEtapeFindMock = jest.mocked(titrePropTitreEtapeFind, true) +const titresGetMock = vi.mocked(titresGet, true) +const titrePropTitreEtapeFindMock = vi.mocked(titrePropTitreEtapeFind, true) -console.info = jest.fn() +console.info = vi.fn() describe("propriétés (étape) d'un titre", () => { test('trouve 8 propriétés dans les étapes', async () => { diff --git a/packages/api/src/business/processes/titres-public-update.test.ts b/packages/api/src/business/processes/titres-public-update.test.ts index 37b85537b..53d45b66c 100644 --- a/packages/api/src/business/processes/titres-public-update.test.ts +++ b/packages/api/src/business/processes/titres-public-update.test.ts @@ -5,16 +5,16 @@ import { titresPublicModifie, titresPublicIdentique } from './__mocks__/titres-public-update-titres' - -jest.mock('../../database/queries/titres', () => ({ +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ __esModule: true, - titreUpdate: jest.fn().mockResolvedValue(true), - titresGet: jest.fn() + titreUpdate: vi.fn().mockResolvedValue(true), + titresGet: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) +const titresGetMock = vi.mocked(titresGet, true) -console.info = jest.fn() +console.info = vi.fn() describe("public des titres d'un titre", () => { test("met à jour la publicité d'un titre", async () => { diff --git a/packages/api/src/business/processes/titres-slugs-update.test.ts b/packages/api/src/business/processes/titres-slugs-update.test.ts index 2e3a95410..ffd385da8 100644 --- a/packages/api/src/business/processes/titres-slugs-update.test.ts +++ b/packages/api/src/business/processes/titres-slugs-update.test.ts @@ -3,27 +3,27 @@ import { titresSlugsUpdate } from './titres-slugs-update' import { titreSlugAndRelationsUpdate } from '../utils/titre-slug-and-relations-update' import { titresGet } from '../../database/queries/titres' - -jest.mock('../utils/titre-slug-and-relations-update', () => ({ +import { vi, describe, expect, test } from 'vitest' +vi.mock('../utils/titre-slug-and-relations-update', () => ({ __esModule: true, - titreSlugAndRelationsUpdate: jest.fn() + titreSlugAndRelationsUpdate: vi.fn() })) -jest.mock('../../database/queries/titres', () => ({ +vi.mock('../../database/queries/titres', () => ({ __esModule: true, - titreIdUpdate: jest.fn().mockResolvedValue(true), - titreGet: jest.fn().mockResolvedValue(true), - titresGet: jest.fn().mockResolvedValue(true) + titreIdUpdate: vi.fn().mockResolvedValue(true), + titreGet: vi.fn().mockResolvedValue(true), + titresGet: vi.fn().mockResolvedValue(true) })) -const titresGetMock = jest.mocked(titresGet, true) -const titreSlugAndRelationsUpdateMock = jest.mocked( +const titresGetMock = vi.mocked(titresGet, true) +const titreSlugAndRelationsUpdateMock = vi.mocked( titreSlugAndRelationsUpdate, true ) -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() const titre = { slug: 'slug-old' } as Titres diff --git a/packages/api/src/business/processes/titres-statut-ids-update.test.ts b/packages/api/src/business/processes/titres-statut-ids-update.test.ts index 78bb830ef..39905e591 100644 --- a/packages/api/src/business/processes/titres-statut-ids-update.test.ts +++ b/packages/api/src/business/processes/titres-statut-ids-update.test.ts @@ -5,16 +5,16 @@ import { titresValideStatutIdAJour, titresEchuStatutIdObselete } from './__mocks__/titres-statut-ids-update-titres' - -jest.mock('../../database/queries/titres', () => ({ +import { vi, describe, expect, test } from 'vitest' +vi.mock('../../database/queries/titres', () => ({ __esModule: true, - titreUpdate: jest.fn().mockResolvedValue(true), - titresGet: jest.fn() + titreUpdate: vi.fn().mockResolvedValue(true), + titresGet: vi.fn() })) -const titresGetMock = jest.mocked(titresGet, true) +const titresGetMock = vi.mocked(titresGet, true) -console.info = jest.fn() +console.info = vi.fn() describe("statut d'un titre", () => { test('met à jour un titre si son statut est obsolète', async () => { diff --git a/packages/api/src/business/rules-demarches/_utils.test.ts b/packages/api/src/business/rules-demarches/_utils.test.ts index 706c9dbe6..560cba37a 100644 --- a/packages/api/src/business/rules-demarches/_utils.test.ts +++ b/packages/api/src/business/rules-demarches/_utils.test.ts @@ -23,7 +23,7 @@ import { contenusTitreEtapesIdsFind } from '../utils/props-titre-etapes-ids-find import { TitreTypeId } from 'camino-common/src/static/titresTypes' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' - +import { vi, expect, test } from 'vitest' test('teste EtatsValidate', () => { const octEtatsValidate = demarcheEtatsValidate('ren', 'arm', '2021-01-01') @@ -31,18 +31,18 @@ test('teste EtatsValidate', () => { expect(octEtatsValidate([], {})).toHaveLength(0) }) -jest.mock('../../database/models/_format/titre-contenu', () => ({ +vi.mock('../../database/models/_format/titre-contenu', () => ({ __esModule: true, - titreContenuFormat: jest.fn() + titreContenuFormat: vi.fn() })) -jest.mock('../utils/props-titre-etapes-ids-find', () => ({ +vi.mock('../utils/props-titre-etapes-ids-find', () => ({ __esModule: true, - contenusTitreEtapesIdsFind: jest.fn() + contenusTitreEtapesIdsFind: vi.fn() })) -const titreContenuFormatMock = jest.mocked(titreContenuFormat, true) -const contenusTitreEtapesIdsFindMock = jest.mocked( +const titreContenuFormatMock = vi.mocked(titreContenuFormat, true) +const contenusTitreEtapesIdsFindMock = vi.mocked( contenusTitreEtapesIdsFind, true ) diff --git a/packages/api/src/business/rules-demarches/arm/__snapshots__/oct.machine.test.ts.snap b/packages/api/src/business/rules-demarches/arm/__snapshots__/oct.machine.test.ts.snap index ff2f23391..1b377488e 100644 --- a/packages/api/src/business/rules-demarches/arm/__snapshots__/oct.machine.test.ts.snap +++ b/packages/api/src/business/rules-demarches/arm/__snapshots__/oct.machine.test.ts.snap @@ -1,23 +1,23 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas créer 2 "mfr" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-03\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":null} should be one of 'MODIFIER_DEMANDE,DESISTER_PAR_LE_DEMANDEUR,CLASSER_SANS_SUITE,PAYER_FRAIS_DE_DOSSIER'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas créer 2 "mfr" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-03\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":null} should be one of 'MODIFIER_DEMANDE,DESISTER_PAR_LE_DEMANDEUR,CLASSER_SANS_SUITE,PAYER_FRAIS_DE_DOSSIER'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas créer deux "des" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"des\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-04\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\",\\"des_fai\\"]'. The event {\\"type\\":\\"DESISTER_PAR_LE_DEMANDEUR\\"} should be one of 'VALIDER_FRAIS_DE_DOSSIER'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas créer deux "des" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"des\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-04\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\",\\"des_fai\\"]'. The event {\\"type\\":\\"DESISTER_PAR_LE_DEMANDEUR\\"} should be one of 'VALIDER_FRAIS_DE_DOSSIER'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas créer une "css" après une "des" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"css\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-05\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\",\\"des_fai\\"]'. The event {\\"type\\":\\"CLASSER_SANS_SUITE\\"} should be one of 'VALIDER_FRAIS_DE_DOSSIER'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas créer une "css" après une "des" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"css\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-05\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\",\\"des_fai\\"]'. The event {\\"type\\":\\"CLASSER_SANS_SUITE\\"} should be one of 'VALIDER_FRAIS_DE_DOSSIER'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas créer une "mno" après la "aca" si le titre n’est pas mécanisé 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mnb\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-04\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\",\\"pfd_fai\\",\\"mcp_com\\",\\"vfd_fai\\",\\"mcr_fav\\",\\"eof_fai\\",\\"aof_fav\\",\\"sca_fai\\",\\"aca_fav\\"]'. The event {\\"type\\":\\"NOTIFIER_DEMANDEUR_AVIS_FAVORABLE_CARM\\"} should be one of 'SIGNER_AUTORISATION_DE_RECHERCHE_MINIERE,DESISTER_PAR_LE_DEMANDEUR,CLASSER_SANS_SUITE'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas créer une "mno" après la "aca" si le titre n’est pas mécanisé 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mnb\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-04\\"}' after '[\\"mfr_fai\\",\\"mdp_fai\\",\\"pfd_fai\\",\\"mcp_com\\",\\"vfd_fai\\",\\"mcr_fav\\",\\"eof_fai\\",\\"aof_fav\\",\\"sca_fai\\",\\"aca_fav\\"]'. The event {\\"type\\":\\"NOTIFIER_DEMANDEUR_AVIS_FAVORABLE_CARM\\"} should be one of 'SIGNER_AUTORISATION_DE_RECHERCHE_MINIERE,DESISTER_PAR_LE_DEMANDEUR,CLASSER_SANS_SUITE'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas créer une étape "{ etapeTypeId: 'mcb', etapeStatutId: 'fai', date: '2020-01-01' }" si il n’existe pas d’autres étapes 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mcb\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-01\\"}' after '[]'. The event {\\"type\\":\\"DEMANDER_COMPLEMENTS_RDE\\"} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas créer une étape "{ etapeTypeId: 'mcb', etapeStatutId: 'fai', date: '2020-01-01' }" si il n’existe pas d’autres étapes 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mcb\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-01\\"}' after '[]'. The event {\\"type\\":\\"DEMANDER_COMPLEMENTS_RDE\\"} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas créer une étape "{ etapeTypeId: 'mcd', etapeStatutId: 'fai', date: '2020-01-01' }" si il n’existe pas d’autres étapes 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mcd\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-01\\"}' after '[]'. The event {\\"type\\":\\"DEMANDER_COMPLEMENTS_DAE\\"} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas créer une étape "{ etapeTypeId: 'mcd', etapeStatutId: 'fai', date: '2020-01-01' }" si il n’existe pas d’autres étapes 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mcd\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-01-01\\"}' after '[]'. The event {\\"type\\":\\"DEMANDER_COMPLEMENTS_DAE\\"} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas créer une étape "mcp" sans "mdp" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mcp\\",\\"etapeStatutId\\":\\"com\\",\\"date\\":\\"2022-04-16\\"}' after '[\\"mfr_fai\\"]'. The event {\\"type\\":\\"ACCEPTER_COMPLETUDE\\"} should be one of 'DEPOSER_DEMANDE,PAYER_FRAIS_DE_DOSSIER'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas créer une étape "mcp" sans "mdp" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mcp\\",\\"etapeStatutId\\":\\"com\\",\\"date\\":\\"2022-04-16\\"}' after '[\\"mfr_fai\\"]'. The event {\\"type\\":\\"ACCEPTER_COMPLETUDE\\"} should be one of 'DEPOSER_DEMANDE,PAYER_FRAIS_DE_DOSSIER'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas déplacer une étape "mdp" sans "mfr" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mdp\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-02-02\\"}' after '[]'. The event {\\"type\\":\\"DEPOSER_DEMANDE\\"} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas déplacer une étape "mdp" sans "mfr" 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mdp\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2020-02-02\\"}' after '[]'. The event {\\"type\\":\\"DEPOSER_DEMANDE\\"} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas faire de mfr non mécanisée après une dae 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2021-02-25\\",\\"contenu\\":{\\"arm\\":{\\"mecanise\\":false}}}' after '[\\"dae_exe\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":null} should be one of 'FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,REFUSER_RDE,ACCEPTER_RDE'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas faire de mfr non mécanisée après une dae 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2021-02-25\\",\\"contenu\\":{\\"arm\\":{\\"mecanise\\":false}}}' after '[\\"dae_exe\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":null} should be one of 'FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,REFUSER_RDE,ACCEPTER_RDE'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas faire de mfr non mécanisée après une rde 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2021-02-25\\",\\"contenu\\":{\\"arm\\":{\\"mecanise\\":false}}}' after '[\\"rde_fav\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":null} should be one of 'FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas faire de mfr non mécanisée après une rde 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2021-02-25\\",\\"contenu\\":{\\"arm\\":{\\"mecanise\\":false}}}' after '[\\"rde_fav\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":null} should be one of 'FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; -exports[`vérifie l’arbre d’octroi d’ARM ne peut pas faire une "mfr" non mécanisée avec un franchissement d’eau 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2019-12-10\\",\\"contenu\\":{\\"arm\\":{\\"mecanise\\":false,\\"franchissements\\":3}}}' after '[]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":3} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; +exports[`vérifie l’arbre d’octroi d’ARM > ne peut pas faire une "mfr" non mécanisée avec un franchissement d’eau 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"date\\":\\"2019-12-10\\",\\"contenu\\":{\\"arm\\":{\\"mecanise\\":false,\\"franchissements\\":3}}}' after '[]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\",\\"mecanise\\":false,\\"franchissements\\":3} should be one of 'REFUSER_RDE,ACCEPTER_RDE,FAIRE_DEMANDE,PAYER_FRAIS_DE_DOSSIER,DEMANDER_MODIFICATION_DE_LA_DEMANDE,EXEMPTER_DAE'"`; diff --git a/packages/api/src/business/rules-demarches/arm/oct.machine.test.ts b/packages/api/src/business/rules-demarches/arm/oct.machine.test.ts index 9c0903591..0cf54883d 100644 --- a/packages/api/src/business/rules-demarches/arm/oct.machine.test.ts +++ b/packages/api/src/business/rules-demarches/arm/oct.machine.test.ts @@ -12,7 +12,7 @@ import { import { ETAPES_TYPES, EtapeTypeId } from 'camino-common/src/static/etapesTypes' import { Etape } from '../machine-common' import { toCaminoDate } from 'camino-common/src/date' - +import { describe, expect, test } from 'vitest' const etapesProd = require('./oct.cas.json') const orderAndInterpretMachine = (etapes: readonly Etape[]) => { return commonOrderAndInterpretMachine(new ArmOctMachine(), etapes) diff --git a/packages/api/src/business/rules-demarches/arm/ren-pro.test.ts b/packages/api/src/business/rules-demarches/arm/ren-pro.test.ts index 46135ae73..b7ab1ca5d 100644 --- a/packages/api/src/business/rules-demarches/arm/ren-pro.test.ts +++ b/packages/api/src/business/rules-demarches/arm/ren-pro.test.ts @@ -1,6 +1,6 @@ import { toCaminoDate } from 'camino-common/src/date' import { demarcheEtatsValidate } from '../_utils.test' - +import { describe, expect, test } from 'vitest' describe('vérifie l’arbre de renonciation et de prolongation d’ARM', () => { const renProEtatsValidate = demarcheEtatsValidate('ren', 'arm', '2020-01-01') diff --git a/packages/api/src/business/rules-demarches/arm/ret.test.ts b/packages/api/src/business/rules-demarches/arm/ret.test.ts index bf287857e..09c7edbd5 100644 --- a/packages/api/src/business/rules-demarches/arm/ret.test.ts +++ b/packages/api/src/business/rules-demarches/arm/ret.test.ts @@ -1,6 +1,6 @@ import { toCaminoDate } from 'camino-common/src/date' import { demarcheEtatsValidate } from '../_utils.test' - +import { describe, expect, test } from 'vitest' describe('vérifie l’arbre de retrait d’ARM', () => { const retEtatsValidate = demarcheEtatsValidate('ret', 'arm', '2020-01-01') diff --git a/packages/api/src/business/rules-demarches/axm/__snapshots__/oct.machine.test.ts.snap b/packages/api/src/business/rules-demarches/axm/__snapshots__/oct.machine.test.ts.snap index 215274de5..64786a666 100644 --- a/packages/api/src/business/rules-demarches/axm/__snapshots__/oct.machine.test.ts.snap +++ b/packages/api/src/business/rules-demarches/axm/__snapshots__/oct.machine.test.ts.snap @@ -1,3 +1,3 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`vérifie l’arbre d’octroi d’AXM ne peut pas faire deux fois la même étape à la même date 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"ordre\\":2,\\"date\\":\\"2022-04-01\\"}' after '[\\"mfr_fai\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\"} should be one of 'FAIRE_NOTE_INTERNE_SIGNALEE,FAIRE_DESISTEMENT_DEMANDEUR,RENDRE_DAE_REQUISE,RENDRE_DAE_EXEMPTEE,RENDRE_DECISION_DU_PROPRIETAIRE_DU_SOL_FAVORABLE,RENDRE_DECISION_DU_PROPRIETAIRE_DU_SOL_FAVORABLE_AVEC_RESERVE,RENDRE_DECISION_DU_PROPRIETAIRE_DU_SOL_DEFAVORABLE'"`; +exports[`vérifie l’arbre d’octroi d’AXM > ne peut pas faire deux fois la même étape à la même date 1`] = `"Error: cannot execute step: '{\\"etapeTypeId\\":\\"mfr\\",\\"etapeStatutId\\":\\"fai\\",\\"ordre\\":2,\\"date\\":\\"2022-04-01\\"}' after '[\\"mfr_fai\\"]'. The event {\\"type\\":\\"FAIRE_DEMANDE\\"} should be one of 'FAIRE_NOTE_INTERNE_SIGNALEE,FAIRE_DESISTEMENT_DEMANDEUR,RENDRE_DAE_REQUISE,RENDRE_DAE_EXEMPTEE,RENDRE_DECISION_DU_PROPRIETAIRE_DU_SOL_FAVORABLE,RENDRE_DECISION_DU_PROPRIETAIRE_DU_SOL_FAVORABLE_AVEC_RESERVE,RENDRE_DECISION_DU_PROPRIETAIRE_DU_SOL_DEFAVORABLE'"`; diff --git a/packages/api/src/business/rules-demarches/axm/oct.machine.test.ts b/packages/api/src/business/rules-demarches/axm/oct.machine.test.ts index 41007fa14..163c74a49 100644 --- a/packages/api/src/business/rules-demarches/axm/oct.machine.test.ts +++ b/packages/api/src/business/rules-demarches/axm/oct.machine.test.ts @@ -6,6 +6,7 @@ import { AxmOctMachine } from './oct.machine' import { EtapesTypesEtapesStatuts as ETES } from 'camino-common/src/static/etapesTypesEtapesStatuts' import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' import { toCaminoDate } from 'camino-common/src/date' +import { describe, expect, test } from 'vitest' const etapesProd = require('./oct.cas.json') describe('vérifie l’arbre d’octroi d’AXM', () => { diff --git a/packages/api/src/business/rules-demarches/definitions.test.ts b/packages/api/src/business/rules-demarches/definitions.test.ts index 2805514df..10c9ed219 100644 --- a/packages/api/src/business/rules-demarches/definitions.test.ts +++ b/packages/api/src/business/rules-demarches/definitions.test.ts @@ -4,6 +4,7 @@ import { } from './definitions' import { restrictionsArmRet } from './arm/ret' import { ArmOctMachine } from './arm/oct.machine' +import { expect, test } from 'vitest' test('isDemarcheDefinitionMachine', () => { expect( diff --git a/packages/api/src/business/rules-demarches/machine-common.test.ts b/packages/api/src/business/rules-demarches/machine-common.test.ts index 2a6abdc97..f82327eb0 100644 --- a/packages/api/src/business/rules-demarches/machine-common.test.ts +++ b/packages/api/src/business/rules-demarches/machine-common.test.ts @@ -2,7 +2,7 @@ import { toCaminoDate } from 'camino-common/src/date' import { newDemarcheId } from '../../database/models/_format/id-create' import { ITitreEtape } from '../../types' import { toMachineEtapes } from './machine-common' - +import { describe, expect, test } from 'vitest' describe('toMachineEtapes', () => { test('transforme une étape de la bdd en étape de machine', () => { expect( diff --git a/packages/api/src/business/rules-demarches/machine-helper.test.ts b/packages/api/src/business/rules-demarches/machine-helper.test.ts index 33f32f01b..5d8581d33 100644 --- a/packages/api/src/business/rules-demarches/machine-helper.test.ts +++ b/packages/api/src/business/rules-demarches/machine-helper.test.ts @@ -1,7 +1,7 @@ import { toCaminoDate } from 'camino-common/src/date' import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' import { ArmOctMachine } from './arm/oct.machine' - +import { describe, expect, test } from 'vitest' const machine = new ArmOctMachine() describe('isEtapesOk', () => { // On n'est pas certain de notre base de données, si ça impacte les perf, diff --git a/packages/api/src/business/rules-demarches/machine-test-helper.ts b/packages/api/src/business/rules-demarches/machine-test-helper.ts index 24a0ce269..ee52c1270 100644 --- a/packages/api/src/business/rules-demarches/machine-test-helper.ts +++ b/packages/api/src/business/rules-demarches/machine-test-helper.ts @@ -2,7 +2,7 @@ import { Etape } from './machine-common' import { EventObject } from 'xstate/lib/types' import { interpret } from 'xstate' import { CaminoMachine } from './machine-helper' - +import { expect } from 'vitest' interface CustomMatchers<R = unknown> { canOnlyTransitionTo<T extends EventObject>( machine: CaminoMachine<any, T>, diff --git a/packages/api/src/business/rules-demarches/prm/oct.test.ts b/packages/api/src/business/rules-demarches/prm/oct.test.ts index 0a624d1ee..df06f17ab 100644 --- a/packages/api/src/business/rules-demarches/prm/oct.test.ts +++ b/packages/api/src/business/rules-demarches/prm/oct.test.ts @@ -1,6 +1,6 @@ import { toCaminoDate } from 'camino-common/src/date' import { demarcheEtatsValidate } from '../_utils.test' - +import { describe, expect, test } from 'vitest' describe('vérifie l’arbre d’octroi d’une PRM', () => { const octEtatsValidate = demarcheEtatsValidate('oct', 'prm', '2020-01-01') @@ -31,7 +31,7 @@ describe('vérifie l’arbre d’octroi d’une PRM', () => { { typeId: 'rpu', date: toCaminoDate('2020-01-19') } ]) ).toMatchInlineSnapshot(` - Array [ + [ "l’étape \\"rpu\\" n’est pas possible après \\"ssr\\", \\"scl\\", \\"spo\\", \\"apo\\", \\"npp\\", \\"mno\\"", ] `) diff --git a/packages/api/src/business/rules/titre-activite-statut-id-find.test.ts b/packages/api/src/business/rules/titre-activite-statut-id-find.test.ts index 239a357fd..a66c9a0cc 100644 --- a/packages/api/src/business/rules/titre-activite-statut-id-find.test.ts +++ b/packages/api/src/business/rules/titre-activite-statut-id-find.test.ts @@ -1,5 +1,5 @@ import { titreActiviteStatutIdFind } from './titre-activite-statut-id-find' - +import { describe, expect, test } from 'vitest' import { titreActiviteFermee, titreActiviteDeposee, diff --git a/packages/api/src/business/rules/titre-activites-build.test.ts b/packages/api/src/business/rules/titre-activites-build.test.ts index 1d2eb8783..2f23f5f28 100644 --- a/packages/api/src/business/rules/titre-activites-build.test.ts +++ b/packages/api/src/business/rules/titre-activites-build.test.ts @@ -9,7 +9,7 @@ import { activiteTypeGrp, titreDemarches } from './__mocks__/titre-activites-build-titres' - +import { describe, expect, test } from 'vitest' describe("construction des activités d'un titre", () => { const aujourdhui = '2021-01-01' diff --git a/packages/api/src/business/rules/titre-date-debut-find.test.ts b/packages/api/src/business/rules/titre-date-debut-find.test.ts index dd1eea70f..610f07c09 100644 --- a/packages/api/src/business/rules/titre-date-debut-find.test.ts +++ b/packages/api/src/business/rules/titre-date-debut-find.test.ts @@ -10,7 +10,7 @@ import { titreDemarchesSansDateDebut, titreDemarchesDateUndefined } from './__mocks__/titre-date-debut-find-demarches' - +import { describe, expect, test } from 'vitest' describe("date de début d'une démarche", () => { test("retourne la date de la première étape d'octroi d'une dpu dont le statut est acceptée", () => { expect(titreDateDebutFind(titreDemarchesDpu, 'axm')).toBe('1988-03-11') diff --git a/packages/api/src/business/rules/titre-date-demande-find.test.ts b/packages/api/src/business/rules/titre-date-demande-find.test.ts index 8ad563d20..bfff8b7e1 100644 --- a/packages/api/src/business/rules/titre-date-demande-find.test.ts +++ b/packages/api/src/business/rules/titre-date-demande-find.test.ts @@ -5,7 +5,7 @@ import { titreDemarcheOctSansEtapes, titreDemarcheOctSansEtapeMen } from './__mocks__/titre-date-demande-find-demarches' - +import { describe, expect, test } from 'vitest' describe("cherche la date de demande initiale d'un titre", () => { test("retourne null si le titre n'a pas de démarches", () => { expect(titreDateDemandeFind([])).toBeNull() diff --git a/packages/api/src/business/rules/titre-date-fin-find.test.ts b/packages/api/src/business/rules/titre-date-fin-find.test.ts index 2fa60ad47..4a79b34e2 100644 --- a/packages/api/src/business/rules/titre-date-fin-find.test.ts +++ b/packages/api/src/business/rules/titre-date-fin-find.test.ts @@ -6,7 +6,7 @@ import { titreDemarchesProRejOctAcc, titreDemarchesProRejOctRej } from './__mocks__/titre-date-fin-find-demarches' - +import { describe, expect, test } from 'vitest' describe("cherche la date de fin d'une démarche", () => { test("la date de fin de validité d'un titre est celle de la dernière démarche dont le statut est acceptée", () => { expect(titreDateFinFind(titreDemarchesProAccOctAcc)).toBe('2038-03-11') diff --git a/packages/api/src/business/rules/titre-demarche-annulation-date-fin-find.test.ts b/packages/api/src/business/rules/titre-demarche-annulation-date-fin-find.test.ts index ec257e142..fa3c0c13e 100644 --- a/packages/api/src/business/rules/titre-demarche-annulation-date-fin-find.test.ts +++ b/packages/api/src/business/rules/titre-demarche-annulation-date-fin-find.test.ts @@ -3,7 +3,7 @@ import { titreDemarcheAnnulationDateFinFind } from './titre-demarche-annulation- import { EtapeTypeId } from 'camino-common/src/static/etapesTypes' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' - +import { describe, expect, test } from 'vitest' describe("date de fin d'une démarche d'annulation", () => { test.each<EtapeTypeId>(['dex', 'dux', 'dim'])( "retourne la date d'une démarche d'annulation si elle n'a pas de date de fin pour une %p", diff --git a/packages/api/src/business/rules/titre-demarche-date-fin-duree-find.test.ts b/packages/api/src/business/rules/titre-demarche-date-fin-duree-find.test.ts index 1273dd0d1..ecf14b43d 100644 --- a/packages/api/src/business/rules/titre-demarche-date-fin-duree-find.test.ts +++ b/packages/api/src/business/rules/titre-demarche-date-fin-duree-find.test.ts @@ -17,7 +17,7 @@ import { titreDemarchesRenPointsVideNiDpuNiDex, titreDemarchesOctIhiDureeZero } from './__mocks__/titre-demarche-date-fin-duree-find-demarches' - +import { describe, expect, test } from 'vitest' describe("retourne la date de fin et la durée d'une démarche", () => { test("la date de fin d'une démarche d'octroi est celle de la dernière étape dont la date de fin est renseignée", () => { expect( diff --git a/packages/api/src/business/rules/titre-demarche-octroi-date-debut-find.test.ts b/packages/api/src/business/rules/titre-demarche-octroi-date-debut-find.test.ts index 1e51d86e2..70a35d45a 100644 --- a/packages/api/src/business/rules/titre-demarche-octroi-date-debut-find.test.ts +++ b/packages/api/src/business/rules/titre-demarche-octroi-date-debut-find.test.ts @@ -1,7 +1,7 @@ import { ITitreDemarche } from '../../types' import titreDemarcheOctroiDateDebutFind from './titre-demarche-octroi-date-debut-find' - +import { describe, expect, test } from 'vitest' describe("trouve la date d'octroi d'un titre", () => { test("retourne 0000 si le titre n'a pas de démarches", () => { expect(titreDemarcheOctroiDateDebutFind(null)).toEqual('0000') diff --git a/packages/api/src/business/rules/titre-demarche-phase-check.test.ts b/packages/api/src/business/rules/titre-demarche-phase-check.test.ts index 309f50ec6..042779af2 100644 --- a/packages/api/src/business/rules/titre-demarche-phase-check.test.ts +++ b/packages/api/src/business/rules/titre-demarche-phase-check.test.ts @@ -1,6 +1,6 @@ import { ITitreEtape } from '../../types' import { titreDemarchePhaseCheck } from './titre-demarche-phase-check' - +import { describe, expect, test } from 'vitest' describe('retourne si la démarche donne lieu à une étape ou non', () => { test('une démarche sans étape ne donne pas lieu à une phase', () => { expect(titreDemarchePhaseCheck('mut', 'acc', 'cxh', null)).toBeFalsy() diff --git a/packages/api/src/business/rules/titre-demarche-public-find.test.ts b/packages/api/src/business/rules/titre-demarche-public-find.test.ts index 4546fb775..fad1771c7 100644 --- a/packages/api/src/business/rules/titre-demarche-public-find.test.ts +++ b/packages/api/src/business/rules/titre-demarche-public-find.test.ts @@ -4,7 +4,7 @@ import { titreDemarchePublicFind } from './titre-demarche-public-find' import { EtapeTypeId } from 'camino-common/src/static/etapesTypes' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' - +import { describe, expect, test } from 'vitest' const etapesBuild = (etapesProps: Partial<ITitreEtape>[]) => etapesProps.map( (etapeProps, i) => diff --git a/packages/api/src/business/rules/titre-demarche-statut-id-find.test.ts b/packages/api/src/business/rules/titre-demarche-statut-id-find.test.ts index 244cec6e4..e5f797fdb 100644 --- a/packages/api/src/business/rules/titre-demarche-statut-id-find.test.ts +++ b/packages/api/src/business/rules/titre-demarche-statut-id-find.test.ts @@ -1,10 +1,14 @@ import { ITitreEtape, TitreEtapesTravauxTypes as Travaux } from '../../types' import { titreDemarcheStatutIdFind } from './titre-demarche-statut-id-find' -import { DemarchesStatutsIds as Demarches } from 'camino-common/src/static/demarchesStatuts' +import { + DemarchesStatutsIds as Demarches, + DemarcheStatutId +} from 'camino-common/src/static/demarchesStatuts' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' - +import { describe, expect, test } from 'vitest' +import { EtapeStatutId } from 'camino-common/src/static/etapesStatuts' const etapesBuild = (etapesProps: Partial<ITitreEtape>[]) => etapesProps.map( (etapeProps, i) => @@ -550,30 +554,29 @@ describe("statut d'une démarche", () => { ).toEqual('ind') }) - test.each` - etapeTypeId | statutId | resultId - ${Travaux.DemandeAutorisationOuverture} | ${'fai'} | ${Demarches.Depose} - ${Travaux.DepotDemande} | ${'fai'} | ${Demarches.Depose} - ${Travaux.Recevabilite} | ${'def'} | ${Demarches.EnInstruction} - ${Travaux.Recevabilite} | ${'fav'} | ${Demarches.EnInstruction} - ${Travaux.DemandeComplements} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.ReceptionComplements} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.SaisineAutoriteEnvironmentale} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.MemoireReponseExploitant} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisReception} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.SaisineServiceEtat} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisAutoriteEnvironmentale} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.MemoireReponseExploitant} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisRapportDirecteurREAL} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.TransPrescriptionsDemandeur} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisCODERST} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisPrescriptionsDemandeur} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.ArreteOuvertureTravauxMiniers} | ${'fai'} | ${Demarches.Accepte} - ${Travaux.PubliDecisionRecueilActesAdmin} | ${'fai'} | ${Demarches.Accepte} - ${Travaux.Abandon} | ${'fai'} | ${Demarches.Desiste} - `( + test.each<[Travaux, EtapeStatutId, DemarcheStatutId]>([ + [Travaux.DemandeAutorisationOuverture, 'fai', Demarches.Depose], + [Travaux.DepotDemande, 'fai', Demarches.Depose], + [Travaux.Recevabilite, 'def', Demarches.EnInstruction], + [Travaux.Recevabilite, 'fav', Demarches.EnInstruction], + [Travaux.DemandeComplements, 'fai', Demarches.EnInstruction], + [Travaux.ReceptionComplements, 'fai', Demarches.EnInstruction], + [Travaux.SaisineAutoriteEnvironmentale, 'fai', Demarches.EnInstruction], + [Travaux.MemoireReponseExploitant, 'fai', Demarches.EnInstruction], + [Travaux.AvisReception, 'fai', Demarches.EnInstruction], + [Travaux.SaisineServiceEtat, 'fai', Demarches.EnInstruction], + [Travaux.AvisAutoriteEnvironmentale, 'fai', Demarches.EnInstruction], + [Travaux.MemoireReponseExploitant, 'fai', Demarches.EnInstruction], + [Travaux.AvisRapportDirecteurREAL, 'fai', Demarches.EnInstruction], + [Travaux.TransPrescriptionsDemandeur, 'fai', Demarches.EnInstruction], + [Travaux.AvisCODERST, 'fai', Demarches.EnInstruction], + [Travaux.AvisPrescriptionsDemandeur, 'fai', Demarches.EnInstruction], + [Travaux.ArreteOuvertureTravauxMiniers, 'fai', Demarches.Accepte], + [Travaux.PubliDecisionRecueilActesAdmin, 'fai', Demarches.Accepte], + [Travaux.Abandon, 'fai', Demarches.Desiste] + ])( "pour une démarche de travaux de type 'aom' sur un titre, dont la dernière étape est '$etapeTypeId' au statut $statutId, le résultat est $resultId", - ({ etapeTypeId, statutId, resultId }) => { + (etapeTypeId, statutId, resultId) => { expect( titreDemarcheStatutIdFind( 'aom', @@ -585,30 +588,29 @@ describe("statut d'une démarche", () => { } ) - test.each` - etapeTypeId | statutId | resultId - ${Travaux.DeclarationOuverture} | ${'fai'} | ${Demarches.Depose} - ${Travaux.DepotDemande} | ${'fai'} | ${Demarches.Depose} - ${Travaux.Recevabilite} | ${'def'} | ${Demarches.EnInstruction} - ${Travaux.Recevabilite} | ${'fav'} | ${Demarches.EnInstruction} - ${Travaux.DemandeComplements} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.ReceptionComplements} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.SaisineServiceEtat} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisServiceAdminLocal} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisDDTM} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisAutoriteMilitaire} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisARS} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisDRAC} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisPrefetMaritime} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisAutresInstances} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.RapportDREAL} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.TransPrescriptionsDemandeur} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisPrescriptionsDemandeur} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.DonneActeDeclaration} | ${'fai'} | ${Demarches.Accepte} - ${Travaux.Abandon} | ${'fai'} | ${Demarches.Desiste} - `( + test.each<[Travaux, EtapeStatutId, DemarcheStatutId]>([ + [Travaux.DeclarationOuverture, 'fai', Demarches.Depose], + [Travaux.DepotDemande, 'fai', Demarches.Depose], + [Travaux.Recevabilite, 'def', Demarches.EnInstruction], + [Travaux.Recevabilite, 'fav', Demarches.EnInstruction], + [Travaux.DemandeComplements, 'fai', Demarches.EnInstruction], + [Travaux.ReceptionComplements, 'fai', Demarches.EnInstruction], + [Travaux.SaisineServiceEtat, 'fai', Demarches.EnInstruction], + [Travaux.AvisServiceAdminLocal, 'fai', Demarches.EnInstruction], + [Travaux.AvisDDTM, 'fai', Demarches.EnInstruction], + [Travaux.AvisAutoriteMilitaire, 'fai', Demarches.EnInstruction], + [Travaux.AvisARS, 'fai', Demarches.EnInstruction], + [Travaux.AvisDRAC, 'fai', Demarches.EnInstruction], + [Travaux.AvisPrefetMaritime, 'fai', Demarches.EnInstruction], + [Travaux.AvisAutresInstances, 'fai', Demarches.EnInstruction], + [Travaux.RapportDREAL, 'fai', Demarches.EnInstruction], + [Travaux.TransPrescriptionsDemandeur, 'fai', Demarches.EnInstruction], + [Travaux.AvisPrescriptionsDemandeur, 'fai', Demarches.EnInstruction], + [Travaux.DonneActeDeclaration, 'fai', Demarches.Accepte], + [Travaux.Abandon, 'fai', Demarches.Desiste] + ])( "pour une démarche de travaux de type 'dot' sur un titre, dont la dernière étape est '$etapeTypeId' au statut $statutId, le résultat est $resultId", - ({ etapeTypeId, statutId, resultId }) => { + (etapeTypeId, statutId, resultId) => { expect( titreDemarcheStatutIdFind( 'dot', @@ -620,35 +622,34 @@ describe("statut d'une démarche", () => { } ) - test.each` - etapeTypeId | statutId | resultId - ${Travaux.DeclarationArret} | ${'fai'} | ${Demarches.Depose} - ${Travaux.DepotDemande} | ${'fai'} | ${Demarches.Depose} - ${Travaux.Recevabilite} | ${'def'} | ${Demarches.EnInstruction} - ${Travaux.Recevabilite} | ${'fav'} | ${Demarches.EnInstruction} - ${Travaux.AvisReception} | ${'fav'} | ${Demarches.EnInstruction} - ${Travaux.SaisineServiceEtat} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.ArretePrefectoralSursis} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisServiceAdminLocal} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisDDTM} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisAutoriteMilitaire} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisARS} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisDRAC} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisPrefetMaritime} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisAutresInstances} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.AvisPrescriptionsDemandeur} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.RapportDREAL} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.ArretePrefectDonneActe1} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.ArretePrescriptionComplementaire} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.MemoireFinTravaux} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.Recolement} | ${'fai'} | ${Demarches.EnInstruction} - ${Travaux.ArretePrefectDonneActe2} | ${'acc'} | ${Demarches.FinPoliceMines} - ${Travaux.PubliDecisionRecueilActesAdmin} | ${'fai'} | ${Demarches.FinPoliceMines} - ${Travaux.PorterAConnaissance} | ${'fai'} | ${Demarches.FinPoliceMines} - ${Travaux.Abandon} | ${'fai'} | ${Demarches.Desiste} - `( + test.each<[Travaux, EtapeStatutId, DemarcheStatutId]>([ + [Travaux.DeclarationArret, 'fai', Demarches.Depose], + [Travaux.DepotDemande, 'fai', Demarches.Depose], + [Travaux.Recevabilite, 'def', Demarches.EnInstruction], + [Travaux.Recevabilite, 'fav', Demarches.EnInstruction], + [Travaux.AvisReception, 'fav', Demarches.EnInstruction], + [Travaux.SaisineServiceEtat, 'fai', Demarches.EnInstruction], + [Travaux.ArretePrefectoralSursis, 'fai', Demarches.EnInstruction], + [Travaux.AvisServiceAdminLocal, 'fai', Demarches.EnInstruction], + [Travaux.AvisDDTM, 'fai', Demarches.EnInstruction], + [Travaux.AvisAutoriteMilitaire, 'fai', Demarches.EnInstruction], + [Travaux.AvisARS, 'fai', Demarches.EnInstruction], + [Travaux.AvisDRAC, 'fai', Demarches.EnInstruction], + [Travaux.AvisPrefetMaritime, 'fai', Demarches.EnInstruction], + [Travaux.AvisAutresInstances, 'fai', Demarches.EnInstruction], + [Travaux.AvisPrescriptionsDemandeur, 'fai', Demarches.EnInstruction], + [Travaux.RapportDREAL, 'fai', Demarches.EnInstruction], + [Travaux.ArretePrefectDonneActe1, 'fai', Demarches.EnInstruction], + [Travaux.ArretePrescriptionComplementaire, 'fai', Demarches.EnInstruction], + [Travaux.MemoireFinTravaux, 'fai', Demarches.EnInstruction], + [Travaux.Recolement, 'fai', Demarches.EnInstruction], + [Travaux.ArretePrefectDonneActe2, 'acc', Demarches.FinPoliceMines], + [Travaux.PubliDecisionRecueilActesAdmin, 'fai', Demarches.FinPoliceMines], + [Travaux.PorterAConnaissance, 'fai', Demarches.FinPoliceMines], + [Travaux.Abandon, 'fai', Demarches.Desiste] + ])( "pour une démarche de travaux de type 'dam' sur un titre, dont la dernière étape est '$etapeTypeId' au statut $statutId, le résultat est $resultId", - ({ etapeTypeId, statutId, resultId }) => { + (etapeTypeId, statutId, resultId) => { expect( titreDemarcheStatutIdFind( 'dam', diff --git a/packages/api/src/business/rules/titre-etape-prop-find.test.ts b/packages/api/src/business/rules/titre-etape-prop-find.test.ts index 06dbcd198..759c5c48e 100644 --- a/packages/api/src/business/rules/titre-etape-prop-find.test.ts +++ b/packages/api/src/business/rules/titre-etape-prop-find.test.ts @@ -1,8 +1,8 @@ import { ITitreDemarche } from '../../types' import { titreEtapePropFind } from './titre-etape-prop-find' - -console.error = jest.fn() +import { vi, describe, expect, test } from 'vitest' +console.error = vi.fn() describe("valeur d'une propriété pour une étape", () => { const date = '2020-12-01' diff --git a/packages/api/src/business/rules/titre-etape-publication-check.test.ts b/packages/api/src/business/rules/titre-etape-publication-check.test.ts index bed276203..5b96a3a19 100644 --- a/packages/api/src/business/rules/titre-etape-publication-check.test.ts +++ b/packages/api/src/business/rules/titre-etape-publication-check.test.ts @@ -1,5 +1,5 @@ import { titreEtapePublicationCheck } from './titre-etape-publication-check' - +import { describe, expect, test } from 'vitest' describe("étape de publication d'une étape", () => { test('une étape de dpu est une étape de publication', () => { expect(titreEtapePublicationCheck('dpu', 'pxm')).toEqual(true) diff --git a/packages/api/src/business/rules/titre-phases-find.test.ts b/packages/api/src/business/rules/titre-phases-find.test.ts index 3fedadde5..ff82c96ec 100644 --- a/packages/api/src/business/rules/titre-phases-find.test.ts +++ b/packages/api/src/business/rules/titre-phases-find.test.ts @@ -12,6 +12,7 @@ import { } from './__mocks__/titre-phases-find-demarches' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' +import { describe, expect, test } from 'vitest' describe("phases d'une démarche", () => { const aujourdhui = '2020-12-01' diff --git a/packages/api/src/business/rules/titre-prop-etape-find.test.ts b/packages/api/src/business/rules/titre-prop-etape-find.test.ts index 033f9253c..661f94c3d 100644 --- a/packages/api/src/business/rules/titre-prop-etape-find.test.ts +++ b/packages/api/src/business/rules/titre-prop-etape-find.test.ts @@ -23,6 +23,7 @@ import { } from './__mocks__/titre-prop-etape-find-demarches' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' +import { describe, expect, test } from 'vitest' describe("id de l'étape d'une propriété valide (dé-normalise)", () => { test("trouve l'id de la dernière étape acceptée de la démarche d'octroi acceptée ayant la propriété 'points'", () => { diff --git a/packages/api/src/business/rules/titre-statut-id-find.test.ts b/packages/api/src/business/rules/titre-statut-id-find.test.ts index 7b1f9a3e5..d9daead8c 100644 --- a/packages/api/src/business/rules/titre-statut-id-find.test.ts +++ b/packages/api/src/business/rules/titre-statut-id-find.test.ts @@ -14,6 +14,7 @@ import { } from './__mocks__/titre-statut-id-find-titres' import { newDemarcheId } from '../../database/models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' +import { describe, expect, test } from 'vitest' describe("statut d'un titre", () => { const aujourdhui = '2020-12-01' diff --git a/packages/api/src/business/utils/contenu-element-file-process.test.ts b/packages/api/src/business/utils/contenu-element-file-process.test.ts index 86b279a19..bf5062974 100644 --- a/packages/api/src/business/utils/contenu-element-file-process.test.ts +++ b/packages/api/src/business/utils/contenu-element-file-process.test.ts @@ -1,5 +1,6 @@ import { FileUpload } from 'graphql-upload' import { ReadStream } from 'fs' +import { afterEach, vi, describe, test, expect } from 'vitest' import { IContenu, IContenuElement, ISection, ITitreEtape } from '../../types' @@ -14,25 +15,29 @@ import dirCreate from '../../tools/dir-create' import fileStreamCreate from '../../tools/file-stream-create' import fileDelete from '../../tools/file-delete' -jest.mock('../../tools/dir-create', () => ({ +vi.mock('../../tools/dir-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -const dirCreateMock = jest.mocked(dirCreate, true) +const dirCreateMock = vi.mocked(dirCreate, true) -jest.mock('../../tools/file-stream-create', () => ({ +vi.mock('../../tools/file-stream-create', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -const fileStreamCreateMock = jest.mocked(fileStreamCreate, true) +const fileStreamCreateMock = vi.mocked(fileStreamCreate, true) -jest.mock('../../tools/file-delete', () => ({ +vi.mock('../../tools/file-delete', () => ({ __esModule: true, - default: jest.fn() + default: vi.fn() })) -const fileDeleteMock = jest.mocked(fileDelete, true) +const fileDeleteMock = vi.mocked(fileDelete, true) -jest.mock('crypto-random-string', () => () => 'prefix') +vi.mock('crypto-random-string', () => ({ default: () => 'prefix' })) + +afterEach(() => { + vi.resetAllMocks() +}) describe('sectionsContenuAndFilesGet', () => { test('si pas de contenu alors pas de contenu ni de fichier', () => { diff --git a/packages/api/src/business/utils/props-titre-etapes-ids-find.test.ts b/packages/api/src/business/utils/props-titre-etapes-ids-find.test.ts index 06ac831ce..f10ba7abb 100644 --- a/packages/api/src/business/utils/props-titre-etapes-ids-find.test.ts +++ b/packages/api/src/business/utils/props-titre-etapes-ids-find.test.ts @@ -1,5 +1,6 @@ import { contenusTitreEtapesIdsFind } from './props-titre-etapes-ids-find' import { newDemarcheId } from '../../database/models/_format/id-create' +import { describe, test, expect } from 'vitest' describe("liste des propriétés et les étapes qui en sont à l'origine", () => { test('trouve la liste des propriétés', () => { diff --git a/packages/api/src/business/utils/titre-activite-type-check.test.ts b/packages/api/src/business/utils/titre-activite-type-check.test.ts index 402ea3ddf..566b0a724 100644 --- a/packages/api/src/business/utils/titre-activite-type-check.test.ts +++ b/packages/api/src/business/utils/titre-activite-type-check.test.ts @@ -10,6 +10,7 @@ import { titreMPrmMetropole, titrePrwSansPays } from './__mocks__/titre-activite-type-check' +import { describe, test, expect } from 'vitest' describe("vérifie si un titre a des activités d'un certain type", () => { test("ne retourne aucun type d'activité relié à un pays sur un titre sans pays", () => { diff --git a/packages/api/src/business/utils/titre-activite-valide-check.test.ts b/packages/api/src/business/utils/titre-activite-valide-check.test.ts index 2206a3622..7780b08df 100644 --- a/packages/api/src/business/utils/titre-activite-valide-check.test.ts +++ b/packages/api/src/business/utils/titre-activite-valide-check.test.ts @@ -4,11 +4,13 @@ import { titreActiviteValideCheck } from './titre-activite-valide-check' import { titreValideCheck } from './titre-valide-check' -jest.mock('./titre-valide-check', () => ({ - titreValideCheck: jest.fn() +import { vi, describe, test, expect } from 'vitest' + +vi.mock('./titre-valide-check', () => ({ + titreValideCheck: vi.fn() })) -const titreValideCheckMock = jest.mocked(titreValideCheck, true) +const titreValideCheckMock = vi.mocked(titreValideCheck, true) describe('validité des activités', () => { test("retourne faux si la date de l'activité est après aujourd'hui", () => { diff --git a/packages/api/src/business/utils/titre-coordonnees-find.test.ts b/packages/api/src/business/utils/titre-coordonnees-find.test.ts index 8bbdda4d5..e63e74306 100644 --- a/packages/api/src/business/utils/titre-coordonnees-find.test.ts +++ b/packages/api/src/business/utils/titre-coordonnees-find.test.ts @@ -2,12 +2,13 @@ import { titreCoordonneesFind } from './titre-coordonnees-find' import { geojsonCenter } from '../../tools/geojson' import { titrePoints } from './__mocks__/titre-coordonnees-find' +import { vi, describe, test, expect } from 'vitest' -jest.mock('../../tools/geojson', () => ({ - geojsonCenter: jest.fn() +vi.mock('../../tools/geojson', () => ({ + geojsonCenter: vi.fn() })) -const geojsonCenterMock = jest.mocked(geojsonCenter, true) +const geojsonCenterMock = vi.mocked(geojsonCenter, true) describe("coordonnées d'un titre", () => { test("retourne les coordonnées d'un titre", () => { diff --git a/packages/api/src/business/utils/titre-elements-sort-asc.test.ts b/packages/api/src/business/utils/titre-elements-sort-asc.test.ts index 572a17969..1d4906d87 100644 --- a/packages/api/src/business/utils/titre-elements-sort-asc.test.ts +++ b/packages/api/src/business/utils/titre-elements-sort-asc.test.ts @@ -10,6 +10,7 @@ import { titreDemarchesSortedDescEqual, titreDemarchesSortedDescEqualResult } from './__mocks__/titre-demarches-asc-sort-demarches' +import { describe, test, expect } from 'vitest' describe('trie les démarches', () => { test('des démarches sans étapes organisées par ordre décroissant sont triées par ordre croissant', () => { diff --git a/packages/api/src/business/utils/titre-etape-demarche-etape-type-find.test.ts b/packages/api/src/business/utils/titre-etape-demarche-etape-type-find.test.ts index 8091d4180..e95ca765c 100644 --- a/packages/api/src/business/utils/titre-etape-demarche-etape-type-find.test.ts +++ b/packages/api/src/business/utils/titre-etape-demarche-etape-type-find.test.ts @@ -1,5 +1,6 @@ import { titreEtapeDemarcheEtapeTypeFind } from './titre-etape-demarche-etape-type-find' import { IDemarcheType } from '../../types' +import { describe, test, expect } from 'vitest' const demarcheType = { etapesTypes: [{ id: 'mfr' }], diff --git a/packages/api/src/business/utils/titre-etape-heritage-contenu-find.test.ts b/packages/api/src/business/utils/titre-etape-heritage-contenu-find.test.ts index 38272ce04..1eddd68ab 100644 --- a/packages/api/src/business/utils/titre-etape-heritage-contenu-find.test.ts +++ b/packages/api/src/business/utils/titre-etape-heritage-contenu-find.test.ts @@ -15,9 +15,10 @@ import { heritageContenuFind, titreEtapeHeritageContenuFind } from './titre-etape-heritage-contenu-find' +import { vi, describe, test, expect } from 'vitest' -jest.mock('../../api/_format/etapes-types', () => ({ - etapeTypeSectionsFormat: jest.fn() +vi.mock('../../api/_format/etapes-types', () => ({ + etapeTypeSectionsFormat: vi.fn() })) describe('retourne le contenu spécifique d’un élément d’une section en fonction de son héritage', () => { @@ -346,7 +347,7 @@ describe('retourne le contenu de l’étape en fonction de son héritage', () => }) describe('construit le dictionnaire les sections', () => { - const etapeTypeSectionsFormatMock = jest.mocked(etapeTypeSectionsFormat, true) + const etapeTypeSectionsFormatMock = vi.mocked(etapeTypeSectionsFormat, true) test('retourne un dictionnaire vide', () => { const dictionary = etapeSectionsDictionaryBuild([]) diff --git a/packages/api/src/business/utils/titre-etape-heritage-props-find.test.ts b/packages/api/src/business/utils/titre-etape-heritage-props-find.test.ts index 5317b9d96..677c2a8b6 100644 --- a/packages/api/src/business/utils/titre-etape-heritage-props-find.test.ts +++ b/packages/api/src/business/utils/titre-etape-heritage-props-find.test.ts @@ -11,6 +11,7 @@ import { } from './titre-etape-heritage-props-find' import { objectClone } from '../../tools/index' +import { describe, test, expect } from 'vitest' /* eslint-disable @typescript-eslint/ban-ts-comment */ @@ -30,23 +31,14 @@ describe('retourne l’étape en fonction de son héritage', () => { }) }) - test.each` - propId | heritageValeur | etapeValeur - ${'surface'} | ${3} | ${2} - ${'duree'} | ${10} | ${20} - ${'dateDebut'} | ${'2020-01-01'} | ${'2023-01-01'} - ${'dateFin'} | ${'2021-01-01'} | ${'2021-03-01'} - `( + test.each<[keyof ITitreEtape, any, any]>([ + ['surface', 3, 2], + ['duree', 10, 20], + ['dateDebut', '2020-01-01', '2023-01-01'], + ['dateFin', '2021-01-01', '2021-03-01'] + ])( 'l’étape est modifiée si elle a une étape précédente et qu’elle au moins un héritage non renseigné', - ({ - propId, - heritageValeur, - etapeValeur - }: { - propId: keyof ITitreEtape - heritageValeur: any - etapeValeur: any - }) => { + (propId, heritageValeur, etapeValeur) => { const titreEtapePrecedente = { id: 'titreEtapePrecedenteId', heritageProps: titreEtapePropsIds.reduce((acc, prop) => { diff --git a/packages/api/src/business/utils/titre-etapes-sort.test.ts b/packages/api/src/business/utils/titre-etapes-sort.test.ts index 3adc9b6ae..8a9595ba3 100644 --- a/packages/api/src/business/utils/titre-etapes-sort.test.ts +++ b/packages/api/src/business/utils/titre-etapes-sort.test.ts @@ -6,6 +6,7 @@ import { titreEtapesSortDescByOrdre } from './titre-etapes-sort' import { newDemarcheId } from '../../database/models/_format/id-create' +import { vi, describe, test, expect } from 'vitest' const titreEtapesSortedDescResult = [ { typeId: 'dpu', ordre: 2, date: '1988-03-11' }, @@ -24,7 +25,7 @@ const etapesTypes = [ { id: 'dpu', nom: 'dpu', ordre: 200, titreTypeId: 'titre-type-id' } ] as IEtapeType[] -console.error = jest.fn() +console.error = vi.fn() describe('trie les étapes', () => { test('des étapes organisées par ordre décroissant sont triées par ordre croissant', () => { expect(titreEtapesSortAscByOrdre(titreEtapesSortedDesc)).toMatchObject( diff --git a/packages/api/src/business/utils/titre-slug-and-relations-update.test.integration.ts b/packages/api/src/business/utils/titre-slug-and-relations-update.test.integration.ts index 19efe3a90..df332572f 100644 --- a/packages/api/src/business/utils/titre-slug-and-relations-update.test.integration.ts +++ b/packages/api/src/business/utils/titre-slug-and-relations-update.test.integration.ts @@ -5,6 +5,7 @@ import { dbManager } from '../../../tests/db-manager' import { ITitre } from '../../types' import Titres from '../../database/models/titres' import { objectClone } from '../../tools' +import { expect, test, describe, afterAll, beforeAll } from 'vitest' beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/business/utils/titre-valide-check.test.ts b/packages/api/src/business/utils/titre-valide-check.test.ts index 9b2c946ec..5a0a3b551 100644 --- a/packages/api/src/business/utils/titre-valide-check.test.ts +++ b/packages/api/src/business/utils/titre-valide-check.test.ts @@ -5,20 +5,21 @@ import { titreStatutIdFind } from '../rules/titre-statut-id-find' import { titreDemarchesEtapesRebuild } from './titre-demarches-etapes-rebuild' import { titreDemarches } from './__mocks__/titre-valide-check-demarches' +import { vi, describe, test, expect } from 'vitest' -jest.mock('../rules/titre-statut-id-find', () => ({ +vi.mock('../rules/titre-statut-id-find', () => ({ __esModule: true, - titreStatutIdFind: jest.fn() + titreStatutIdFind: vi.fn() })) -jest.mock('./titre-demarches-etapes-rebuild', () => ({ +vi.mock('./titre-demarches-etapes-rebuild', () => ({ __esModule: true, - titreDemarchesEtapesRebuild: jest.fn() + titreDemarchesEtapesRebuild: vi.fn() })) -const titreStatutIdFindMock = jest.mocked(titreStatutIdFind, true) +const titreStatutIdFindMock = vi.mocked(titreStatutIdFind, true) -const titreDemarchesEtapesRebuildMock = jest.mocked( +const titreDemarchesEtapesRebuildMock = vi.mocked( titreDemarchesEtapesRebuild, true ) diff --git a/packages/api/src/business/utils/urls-get.test.ts b/packages/api/src/business/utils/urls-get.test.ts index fbb1d6486..dc3b22ca1 100644 --- a/packages/api/src/business/utils/urls-get.test.ts +++ b/packages/api/src/business/utils/urls-get.test.ts @@ -1,22 +1,33 @@ import { activitesUrlGet } from './urls-get' +import { describe, test, expect } from 'vitest' describe('activitesUrlGet', () => { - test.each` - params | url - ${undefined} | ${`https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc`} - ${{ typesIds: ['toto'] }} | ${`https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc&typesIds=toto`} - ${{ typesIds: ['toto', 'tata'] }} | ${`https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc&typesIds=toto%2Ctata`} - ${{ typesIds: ['toto'], annees: [2010] }} | ${`https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc&typesIds=toto&annees=2010`} - `( - 'test la construction de l url des activités', - ({ - params, - url - }: { - params: { typesIds?: string[]; statutsIds?: string[]; annees?: number[] } - url: string - }) => { - expect(activitesUrlGet(params)).toEqual(url) - } - ) + test.each< + [ + ( + | { typesIds?: string[]; statutsIds?: string[]; annees?: number[] } + | undefined + ), + string + ] + >([ + [ + undefined, + 'https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc' + ], + [ + { typesIds: ['toto'] }, + 'https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc&typesIds=toto' + ], + [ + { typesIds: ['toto', 'tata'] }, + 'https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc&typesIds=toto%2Ctata' + ], + [ + { typesIds: ['toto'], annees: [2010] }, + 'https://camino.beta.gouv.fr/activites?page=1&intervalle=200&ordre=asc&typesIds=toto&annees=2010' + ] + ])('test la construction de l url des activités', (params, url) => { + expect(activitesUrlGet(params)).toEqual(url) + }) }) diff --git a/packages/api/src/business/validations/documents-types-validate.test.ts b/packages/api/src/business/validations/documents-types-validate.test.ts index 64317ba30..74cd7f611 100644 --- a/packages/api/src/business/validations/documents-types-validate.test.ts +++ b/packages/api/src/business/validations/documents-types-validate.test.ts @@ -2,7 +2,7 @@ import { IDocument } from '../../types' import { DocumentType } from 'camino-common/src/static/documentsTypes' import { documentsTypesValidate } from './documents-types-validate' - +import { describe, test, expect } from 'vitest' describe('teste documentsTypesValidate', () => { test('aucun document type n’est possible', () => { const errors = documentsTypesValidate(null) diff --git a/packages/api/src/business/validations/titre-demarche-etat-validate.test.ts b/packages/api/src/business/validations/titre-demarche-etat-validate.test.ts index d16bce9db..d3dbc8f70 100644 --- a/packages/api/src/business/validations/titre-demarche-etat-validate.test.ts +++ b/packages/api/src/business/validations/titre-demarche-etat-validate.test.ts @@ -3,7 +3,7 @@ import { IDemarcheType, ITitre, ITitreEtape, ITitreType } from '../../types' import { titreDemarcheUpdatedEtatValidate } from './titre-demarche-etat-validate' import { newDemarcheId } from '../../database/models/_format/id-create' import { EtapesTypesEtapesStatuts } from 'camino-common/src/static/etapesTypesEtapesStatuts' - +import { describe, test, expect } from 'vitest' describe('teste titreDemarcheUpdatedEtatValidate', () => { test('ajoute une étape à une démarche vide', () => { const valid = titreDemarcheUpdatedEtatValidate( diff --git a/packages/api/src/business/validations/titre-etape-etat-validate.test.ts b/packages/api/src/business/validations/titre-etape-etat-validate.test.ts index ea8c35272..699dc4af2 100644 --- a/packages/api/src/business/validations/titre-etape-etat-validate.test.ts +++ b/packages/api/src/business/validations/titre-etape-etat-validate.test.ts @@ -6,7 +6,7 @@ import { } from './titre-etape-etat-validate' import { restrictionsArmRet } from '../rules-demarches/arm/ret' import { etatInformationsGet } from '../rules-demarches/etat-cycles' - +import { describe, test, expect } from 'vitest' describe('teste etapesSuivantesEnAttenteGet', () => { test('retourne la seule étape déjà effectuée', () => { const etapes = [{ typeId: 'ide' }] as ITitreEtape[] diff --git a/packages/api/src/business/validations/titre-etape-points-validate.test.ts b/packages/api/src/business/validations/titre-etape-points-validate.test.ts index 3407d4bd8..3d5b16694 100644 --- a/packages/api/src/business/validations/titre-etape-points-validate.test.ts +++ b/packages/api/src/business/validations/titre-etape-points-validate.test.ts @@ -4,7 +4,7 @@ import { titreEtapePointsValides, titreEtapePointsReferenceManquante } from './__mocks__/titre-etape-points-validate' - +import { describe, test, expect } from 'vitest' describe("vérifie la validité des coordonnées des points d'une étape", () => { test('les points ont des coordonnées de référence', () => { expect(titreEtapePointsValidate(titreEtapePointsValides)).toEqual(null) diff --git a/packages/api/src/business/validations/titre-etape-type-and-status-validate.test.ts b/packages/api/src/business/validations/titre-etape-type-and-status-validate.test.ts index 77c9952f8..51172d04f 100644 --- a/packages/api/src/business/validations/titre-etape-type-and-status-validate.test.ts +++ b/packages/api/src/business/validations/titre-etape-type-and-status-validate.test.ts @@ -2,12 +2,12 @@ import { IEtapeType } from '../../types' import { titreEtapeTypeAndStatusValidate } from './titre-etape-type-and-status-validate' import { titreEtapeDemarcheEtapeTypeFind } from '../utils/titre-etape-demarche-etape-type-find' - -jest.mock('../utils/titre-etape-demarche-etape-type-find', () => ({ - titreEtapeDemarcheEtapeTypeFind: jest.fn() +import { vi, describe, test, expect } from 'vitest' +vi.mock('../utils/titre-etape-demarche-etape-type-find', () => ({ + titreEtapeDemarcheEtapeTypeFind: vi.fn() })) -const titreEtapeDemarcheEtapeTypeFindMock = jest.mocked( +const titreEtapeDemarcheEtapeTypeFindMock = vi.mocked( titreEtapeDemarcheEtapeTypeFind, true ) diff --git a/packages/api/src/business/validations/titre-etape-updation-validate.test.ts b/packages/api/src/business/validations/titre-etape-updation-validate.test.ts index 1a75dc20d..2b011a4d8 100644 --- a/packages/api/src/business/validations/titre-etape-updation-validate.test.ts +++ b/packages/api/src/business/validations/titre-etape-updation-validate.test.ts @@ -8,30 +8,19 @@ import { SubstanceLegaleId } from 'camino-common/src/static/substancesLegales' import { TitreTypeId } from 'camino-common/src/static/titresTypes' import { EtapeTypeId } from 'camino-common/src/static/etapesTypes' import { userSuper } from '../../database/user-super' - +import { describe, test, expect } from 'vitest' describe('valide l’étape avant de l’enregistrer', () => { - test.each` - substances | etapeType | titreType | error - ${[]} | ${'mfr'} | ${'arm'} | ${true} - ${[]} | ${'mfr'} | ${'axm'} | ${true} - ${[]} | ${'rde'} | ${'arm'} | ${false} - ${[]} | ${'mfr'} | ${'prm'} | ${false} - ${['auru']} | ${'mfr'} | ${'arm'} | ${false} - ${['auru']} | ${'mfr'} | ${'axm'} | ${false} - ${[]} | ${'mfr'} | ${'axm'} | ${true} - `( + test.each<[SubstanceLegaleId[], EtapeTypeId, TitreTypeId, boolean]>([ + [[], 'mfr', 'arm', true], + [[], 'mfr', 'axm', true], + [[], 'rde', 'arm', false], + [[], 'mfr', 'prm', false], + [['auru'], 'mfr', 'arm', false], + [['auru'], 'mfr', 'axm', false], + [[], 'mfr', 'axm', true] + ])( 'teste la complétude des substances', - ({ - substances, - etapeType, - titreType, - error - }: { - substances: SubstanceLegaleId[] - etapeType: EtapeTypeId - titreType: TitreTypeId - error: boolean - }) => { + (substances, etapeType, titreType, error) => { const titreEtape = { substances, typeId: etapeType @@ -59,28 +48,17 @@ describe('valide l’étape avant de l’enregistrer', () => { } ) - test.each` - points | etapeType | titreType | error - ${[]} | ${'mfr'} | ${'arm'} | ${true} - ${[]} | ${'mfr'} | ${'axm'} | ${true} - ${[]} | ${'rde'} | ${'arm'} | ${false} - ${[]} | ${'mfr'} | ${'prm'} | ${false} - ${[{}, {}, {}, {}]} | ${'mfr'} | ${'arm'} | ${false} - ${[{}, {}, {}, {}]} | ${'mfr'} | ${'axm'} | ${false} - ${[{}, {}, {}]} | ${'mfr'} | ${'axm'} | ${true} - `( + test.each<[ITitrePoint[], EtapeTypeId, TitreTypeId, boolean]>([ + [[], 'mfr', 'arm', true], + [[], 'mfr', 'axm', true], + [[], 'rde', 'arm', false], + [[], 'mfr', 'prm', false], + [[{}, {}, {}, {}] as ITitrePoint[], 'mfr', 'arm', false], + [[{}, {}, {}, {}] as ITitrePoint[], 'mfr', 'axm', false], + [[{}, {}, {}] as ITitrePoint[], 'mfr', 'axm', true] + ])( 'teste la complétude du périmètre', - ({ - points, - etapeType, - titreType, - error - }: { - points: ITitrePoint[] - etapeType: EtapeTypeId - titreType: TitreTypeId - error: boolean - }) => { + (points, etapeType, titreType, error) => { const titreEtape = { points, typeId: etapeType @@ -133,29 +111,18 @@ describe('valide l’étape avant de l’enregistrer', () => { expect(errors).not.toContain('le document "tot" est obligatoire') }) - test.each` - duree | etapeType | titreType | error - ${undefined} | ${'mfr'} | ${'arm'} | ${true} - ${null} | ${'mfr'} | ${'axm'} | ${true} - ${0} | ${'mfr'} | ${'axm'} | ${true} - ${0} | ${'mfr'} | ${'arm'} | ${true} - ${0} | ${'mfr'} | ${'prm'} | ${false} - ${0} | ${'rde'} | ${'arm'} | ${false} - ${3} | ${'mfr'} | ${'arm'} | ${false} - ${3} | ${'mfr'} | ${'axm'} | ${false} - `( + test.each<[number | undefined | null, EtapeTypeId, TitreTypeId, boolean]>([ + [undefined, 'mfr', 'arm', true], + [null, 'mfr', 'axm', true], + [0, 'mfr', 'axm', true], + [0, 'mfr', 'arm', true], + [0, 'mfr', 'prm', false], + [0, 'rde', 'arm', false], + [3, 'mfr', 'arm', false], + [3, 'mfr', 'axm', false] + ])( 'teste la complétude de la durée', - ({ - duree, - etapeType, - titreType, - error - }: { - duree: number - etapeType: EtapeTypeId - titreType: TitreTypeId - error: boolean - }) => { + (duree, etapeType, titreType, error) => { const titreEtape = { duree, typeId: etapeType diff --git a/packages/api/src/business/validations/utils/contenu-dates-check.test.ts b/packages/api/src/business/validations/utils/contenu-dates-check.test.ts index aa208808e..d8735b49f 100644 --- a/packages/api/src/business/validations/utils/contenu-dates-check.test.ts +++ b/packages/api/src/business/validations/utils/contenu-dates-check.test.ts @@ -1,5 +1,5 @@ import { contenuDatesCheck } from './contenu-dates-check' - +import { describe, test, expect } from 'vitest' import { sections, sectionsSansElement, diff --git a/packages/api/src/business/validations/utils/contenu-numbers-check.test.ts b/packages/api/src/business/validations/utils/contenu-numbers-check.test.ts index c63dcb47d..69b8f7e82 100644 --- a/packages/api/src/business/validations/utils/contenu-numbers-check.test.ts +++ b/packages/api/src/business/validations/utils/contenu-numbers-check.test.ts @@ -5,6 +5,7 @@ import { sections, sectionsSansElement } from '../__mocks__/contenu-numbers-check-contenus' +import { describe, test, expect } from 'vitest' describe('vérifie la validité du contenu de type nombre', () => { test("la sections n'a pas d'éléments", () => { diff --git a/packages/api/src/business/validations/utils/heritage-contenu-validate.test.ts b/packages/api/src/business/validations/utils/heritage-contenu-validate.test.ts index 2a6842ec5..5aeba5bc0 100644 --- a/packages/api/src/business/validations/utils/heritage-contenu-validate.test.ts +++ b/packages/api/src/business/validations/utils/heritage-contenu-validate.test.ts @@ -1,6 +1,7 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */ import { ISectionElement } from '../../../types' +import { describe, test, expect } from 'vitest' import { heritageContenuValidate } from './heritage-contenu-validate' diff --git a/packages/api/src/config/logger.test.ts b/packages/api/src/config/logger.test.ts index 8e3e4aba2..69c10428d 100644 --- a/packages/api/src/config/logger.test.ts +++ b/packages/api/src/config/logger.test.ts @@ -1,5 +1,5 @@ import { newDateFormated } from './logger' - +import { test, expect } from 'vitest' test('newDateFormated', () => { expect( newDateFormated(new Date('2020-06-02T13:35:11.366Z')) diff --git a/packages/api/src/database/models/_format/titre-contenu.test.ts b/packages/api/src/database/models/_format/titre-contenu.test.ts index 77e698ea4..c50c05328 100644 --- a/packages/api/src/database/models/_format/titre-contenu.test.ts +++ b/packages/api/src/database/models/_format/titre-contenu.test.ts @@ -1,6 +1,6 @@ import { ITitreDemarche } from '../../../types' import { titreContenuFormat } from './titre-contenu' - +import { describe, test, expect } from 'vitest' describe('formatage du contenu', () => { test("formate le contenu d'un titre", () => { expect( diff --git a/packages/api/src/database/queries/_utils.test.ts b/packages/api/src/database/queries/_utils.test.ts index f5c527be7..aa0e5be99 100644 --- a/packages/api/src/database/queries/_utils.test.ts +++ b/packages/api/src/database/queries/_utils.test.ts @@ -1,42 +1,47 @@ import { stringSplit } from './_utils' - +import { describe, test, expect } from 'vitest' describe('sépare les groupes de mots', () => { - test.each` - input | output - ${''} | ${[]} - ${'Bâgé-le-Châtel'} | ${['Bâgé-le-Châtel']} - ${'-Bâgé-le-Châtel'} | ${['Bâgé-le-Châtel']} - ${'- Bâgé-le-Châtel'} | ${['Bâgé-le-Châtel']} - ${'Bâgé-le-Châtel -'} | ${['Bâgé-le-Châtel']} - ${' -Bâgé-le-Châtel'} | ${['Bâgé-le-Châtel']} - ${'Bâgé-le-Châtel- '} | ${['Bâgé-le-Châtel']} - ${'La Chapelle-en-Vexin'} | ${['La', 'Chapelle-en-Vexin']} - ${'/La Chapelle-en-Vexin'} | ${['La', 'Chapelle-en-Vexin']} - ${'/ La Chapelle-en-Vexin'} | ${['La', 'Chapelle-en-Vexin']} - ${'La Chapelle-en-Vexin/'} | ${['La', 'Chapelle-en-Vexin']} - ${'La Chapelle-en-Vexin /'} | ${['La', 'Chapelle-en-Vexin']} - ${' /La Chapelle-en-Vexin'} | ${['La', 'Chapelle-en-Vexin']} - ${'La Chapelle-en-Vexin/ '} | ${['La', 'Chapelle-en-Vexin']} - ${'Saül'} | ${['Saül']} - ${'Saint-Élie'} | ${['Saint-Élie']} - ${'"Saint-Élie"'} | ${['Saint-Élie']} - ${"'Saint-Élie'"} | ${['Saint-Élie']} - ${'andalousite / sillimanite / kyanite - (cyanite - disthène)'} | ${['andalousite', 'sillimanite', 'kyanite', 'cyanite', 'disthène']} - ${'cendres volcaniques riches en silice'} | ${['cendres', 'volcaniques', 'riches', 'en', 'silice']} - ${'2013-0021-MI'} | ${['2013-0021-MI']} - ${'\\2013-0021-MI'} | ${['2013-0021-MI']} - ${'DEB 2013-0021-MI'} | ${['DEB', '2013-0021-MI']} - ${'2013-002'} | ${['2013-002']} - ${'01/1880'} | ${['01/1880']} - ${'amazon gold'} | ${['amazon', 'gold']} - ${'amazon_gold'} | ${['amazon', 'gold']} - ${'TEREGA (TIGF)'} | ${['TEREGA', 'TIGF']} - ${'EnCore (E&P) Limited'} | ${['EnCore', 'E&P', 'Limited']} - ${'nom1, nom2, nom3'} | ${['nom1', 'nom2', 'nom3']} - ${'nom1*nom2'} | ${['nom1*nom2']} - `( + test.each([ + ['', []], + ['Bâgé-le-Châtel', ['Bâgé-le-Châtel']], + ['-Bâgé-le-Châtel', ['Bâgé-le-Châtel']], + ['- Bâgé-le-Châtel', ['Bâgé-le-Châtel']], + ['Bâgé-le-Châtel -', ['Bâgé-le-Châtel']], + [' -Bâgé-le-Châtel', ['Bâgé-le-Châtel']], + ['Bâgé-le-Châtel- ', ['Bâgé-le-Châtel']], + ['La Chapelle-en-Vexin', ['La', 'Chapelle-en-Vexin']], + ['/La Chapelle-en-Vexin', ['La', 'Chapelle-en-Vexin']], + ['/ La Chapelle-en-Vexin', ['La', 'Chapelle-en-Vexin']], + ['La Chapelle-en-Vexin/', ['La', 'Chapelle-en-Vexin']], + ['La Chapelle-en-Vexin /', ['La', 'Chapelle-en-Vexin']], + [' /La Chapelle-en-Vexin', ['La', 'Chapelle-en-Vexin']], + ['La Chapelle-en-Vexin/ ', ['La', 'Chapelle-en-Vexin']], + ['Saül', ['Saül']], + ['Saint-Élie', ['Saint-Élie']], + ['"Saint-Élie"', ['Saint-Élie']], + ["'Saint-Élie'", ['Saint-Élie']], + [ + 'andalousite / sillimanite / kyanite - (cyanite - disthène)', + ['andalousite', 'sillimanite', 'kyanite', 'cyanite', 'disthène'] + ], + [ + 'cendres volcaniques riches en silice', + ['cendres', 'volcaniques', 'riches', 'en', 'silice'] + ], + ['2013-0021-MI', ['2013-0021-MI']], + ['\\2013-0021-MI', ['2013-0021-MI']], + ['DEB 2013-0021-MI', ['DEB', '2013-0021-MI']], + ['2013-002', ['2013-002']], + ['01/1880', ['01/1880']], + ['amazon gold', ['amazon', 'gold']], + ['amazon_gold', ['amazon', 'gold']], + ['TEREGA (TIGF)', ['TEREGA', 'TIGF']], + ['EnCore (E&P) Limited', ['EnCore', 'E&P', 'Limited']], + ['nom1, nom2, nom3', ['nom1', 'nom2', 'nom3']], + ['nom1*nom2', ['nom1*nom2']] + ])( 'convertit la chaîne de caractères $input en liste de mots : $output', - ({ input, output }) => { + (input, output) => { expect(stringSplit(input)).toEqual(output) } ) diff --git a/packages/api/src/database/queries/permissions/__snapshots__/utilisateurs.test.integration.ts.snap b/packages/api/src/database/queries/permissions/__snapshots__/utilisateurs.test.integration.ts.snap index 779c7661e..58f879730 100644 --- a/packages/api/src/database/queries/permissions/__snapshots__/utilisateurs.test.integration.ts.snap +++ b/packages/api/src/database/queries/permissions/__snapshots__/utilisateurs.test.integration.ts.snap @@ -1,15 +1,15 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`utilisateursQueryModify Vérifie l'écriture de la requête sur un utilisateur 1`] = ` -Object { - "administration": Object { - "activitesTypes": Array [], +exports[`utilisateursQueryModify > Vérifie l'écriture de la requête sur un utilisateur 1`] = ` +{ + "administration": { + "activitesTypes": [], "id": "aut-97300-01", }, "administrationId": "aut-97300-01", "dateCreation": "2022-05-12", "email": "utilisateurEmail", - "entreprises": Array [], + "entreprises": [], "entreprisesCreation": true, "id": "utilisateurId", "modification": true, @@ -28,16 +28,16 @@ Object { } `; -exports[`utilisateursQueryModify Vérifie l'écriture de la requête sur un utilisateur 2`] = ` -Object { - "administration": Object { - "activitesTypes": Array [], +exports[`utilisateursQueryModify > Vérifie l'écriture de la requête sur un utilisateur 2`] = ` +{ + "administration": { + "activitesTypes": [], "id": "aut-97300-01", }, "administrationId": "aut-97300-01", "dateCreation": "2022-05-12", "email": "utilisateurEmail", - "entreprises": Array [], + "entreprises": [], "entreprisesCreation": true, "id": "utilisateurId", "modification": true, @@ -56,16 +56,16 @@ Object { } `; -exports[`utilisateursQueryModify Vérifie l'écriture de la requête sur un utilisateur 3`] = ` -Object { - "administration": Object { - "activitesTypes": Array [], +exports[`utilisateursQueryModify > Vérifie l'écriture de la requête sur un utilisateur 3`] = ` +{ + "administration": { + "activitesTypes": [], "id": "aut-97300-01", }, "administrationId": "aut-97300-01", "dateCreation": "2022-05-12", "email": "utilisateurEmail", - "entreprises": Array [], + "entreprises": [], "entreprisesCreation": true, "id": "utilisateurId", "modification": false, @@ -84,16 +84,16 @@ Object { } `; -exports[`utilisateursQueryModify Vérifie l'écriture de la requête sur un utilisateur 4`] = ` -Object { - "administration": Object { - "activitesTypes": Array [], +exports[`utilisateursQueryModify > Vérifie l'écriture de la requête sur un utilisateur 4`] = ` +{ + "administration": { + "activitesTypes": [], "id": "aut-97300-01", }, "administrationId": "aut-97300-01", "dateCreation": "2022-05-12", "email": "utilisateurEmail", - "entreprises": Array [], + "entreprises": [], "entreprisesCreation": false, "id": "utilisateurId", "modification": false, @@ -112,16 +112,16 @@ Object { } `; -exports[`utilisateursQueryModify Vérifie l'écriture de la requête sur un utilisateur 5`] = ` -Object { - "administration": Object { - "activitesTypes": Array [], +exports[`utilisateursQueryModify > Vérifie l'écriture de la requête sur un utilisateur 5`] = ` +{ + "administration": { + "activitesTypes": [], "id": "aut-97300-01", }, "administrationId": "aut-97300-01", "dateCreation": "2022-05-12", "email": "utilisateurEmail", - "entreprises": Array [], + "entreprises": [], "entreprisesCreation": false, "id": "utilisateurId", "modification": false, diff --git a/packages/api/src/database/queries/permissions/administrations.test.integration.ts b/packages/api/src/database/queries/permissions/administrations.test.integration.ts index c83453f84..947addaae 100644 --- a/packages/api/src/database/queries/permissions/administrations.test.integration.ts +++ b/packages/api/src/database/queries/permissions/administrations.test.integration.ts @@ -5,16 +5,20 @@ import Titres from '../../models/titres' import Utilisateurs from '../../models/utilisateurs' import AdministrationsActivitesTypesEmails from '../../models/administrations-activites-types-emails' import Administrations from '../../models/administrations' -import { Administrations as CommonAdministrations } from 'camino-common/src/static/administrations' +import { + AdministrationId, + Administrations as CommonAdministrations +} from 'camino-common/src/static/administrations' import { administrationsTitresQuery, administrationsQueryModify } from './administrations' import { idGenerate } from '../../models/_format/id-create' import options from '../_options' - -console.info = jest.fn() -console.error = jest.fn() +import { expect, test, describe, afterAll, beforeAll, vi } from 'vitest' +import { Role } from 'camino-common/src/roles' +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() @@ -25,15 +29,14 @@ afterAll(async () => { }) describe('administrationsTitresQuery', () => { - test.each` - administrationId | visible - ${'ope-brgm-01'} | ${false} - ${'ope-onf-973-01'} | ${true} - ${'pre-97302-01'} | ${true} - ${'ope-ptmg-973-01'} | ${true} - `( + test.each<[AdministrationId, boolean]>([ + ['ope-brgm-01', false], + ['ope-onf-973-01', true], + ['pre-97302-01', true], + ['ope-ptmg-973-01', true] + ])( "Vérifie l'écriture de la requête sur les titres dont une administration a des droits sur le type", - async ({ administrationId, visible }) => { + async (administrationId, visible) => { await Titres.query().delete() const mockTitre = { @@ -70,15 +73,14 @@ describe('administrationsTitresQuery', () => { }) describe('administrationsQueryModify', () => { - test.each` - role | emailsModification - ${'super'} | ${true} - ${'admin'} | ${false} - ${'editeur'} | ${false} - ${'lecteur'} | ${false} - `( + test.each<[Role, boolean]>([ + ['super', true], + ['admin', false], + ['editeur', false], + ['lecteur', false] + ])( "pour une préfecture, emailsModification est 'true' pour un utilisateur super, 'false' pour tous ses membres", - async ({ role, emailsModification }) => { + async (role, emailsModification) => { const mockAdministration = CommonAdministrations['pre-01053-01'] const mockUser: IUtilisateur = { @@ -108,16 +110,15 @@ describe('administrationsQueryModify', () => { } ) - test.each` - role | emailsModification - ${'super'} | ${true} - ${'admin'} | ${true} - ${'editeur'} | ${true} - ${'lecteur'} | ${false} - ${'defaut'} | ${false} - `( + test.each<[Role, boolean]>([ + ['super', true], + ['admin', true], + ['editeur', true], + ['lecteur', false], + ['defaut', false] + ])( "pour une DREAL/DEAL, emailsModification est 'true' pour ses membres admins et éditeurs, pour les utilisateurs supers, 'false' pour ses autres membres", - async ({ role, emailsModification }) => { + async (role, emailsModification) => { const mockDreal = CommonAdministrations['dre-ile-de-france-01'] const mockUser: IUtilisateur = { @@ -173,15 +174,14 @@ describe('administrationsQueryModify', () => { expect(res?.emailsModification).toBe(false) }) - test.each` - role | emailsModification - ${'admin'} | ${true} - ${'editeur'} | ${true} - ${'lecteur'} | ${false} - ${'defaut'} | ${false} - `( + test.each<[Role, boolean]>([ + ['admin', true], + ['editeur', true], + ['lecteur', false], + ['defaut', false] + ])( "pour un membre $role de ministère, emailsModification est '$emailsModification'", - async ({ role, emailsModification }) => { + async (role, emailsModification) => { const mockMin = CommonAdministrations['min-dajb-01'] const mockUser: IUtilisateur = { diff --git a/packages/api/src/database/queries/permissions/documents.test.integration.ts b/packages/api/src/database/queries/permissions/documents.test.integration.ts index 09a998404..1be29cccd 100644 --- a/packages/api/src/database/queries/permissions/documents.test.integration.ts +++ b/packages/api/src/database/queries/permissions/documents.test.integration.ts @@ -12,9 +12,11 @@ import { etapeTypeDocumentTypeUsedCheck } from './documents' import { Knex } from 'knex' import { newDemarcheId } from '../../models/_format/id-create' import { toCaminoDate } from 'camino-common/src/date' +import { expect, test, describe, afterAll, beforeAll, vi } from 'vitest' +import { EtapeStatutId } from 'camino-common/src/static/etapesStatuts' -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() let knex: Knex<any, unknown[]> beforeAll(async () => { knex = await dbManager.populateDb() @@ -25,13 +27,12 @@ afterAll(async () => { }) describe('documentSupprimer', () => { - test.each` - statutId | suppression - ${'aco'} | ${true} - ${'fai'} | ${false} - `( + test.each<[EtapeStatutId, boolean]>([ + ['aco', true], + ['fai', false] + ])( 'vérifie la possibilité de supprimer un document optionnel ou non d’une étape (utilisateur super)', - async ({ statutId, suppression }) => { + async (statutId, suppression) => { // suppression de la clé étrangère sur la démarche pour ne pas avoir à tout créer await TitresEtapes.query().delete() await Document.query().delete() @@ -65,17 +66,16 @@ describe('documentSupprimer', () => { } ) - test.each` - optionnel | statutId | suppression - ${true} | ${'enc'} | ${true} - ${false} | ${'enc'} | ${true} - ${undefined} | ${'enc'} | ${true} - ${true} | ${'dep'} | ${true} - ${false} | ${'dep'} | ${false} - ${undefined} | ${'dep'} | ${false} - `( + test.each<[boolean | undefined, string, boolean]>([ + [true, 'enc', true], + [false, 'enc', true], + [undefined, 'enc', true], + [true, 'dep', true], + [false, 'dep', false], + [undefined, 'dep', false] + ])( 'vérifie la possibilité de supprimer un document optionnel ou non d’une activité (utilisateur super)', - async ({ optionnel, suppression, statutId }) => { + async (optionnel, statutId, suppression) => { // suppression de la clé étrangère sur le titre pour ne pas avoir à tout créer await TitresActivites.query().delete() await Document.query().delete() diff --git a/packages/api/src/database/queries/permissions/entreprises.test.integration.ts b/packages/api/src/database/queries/permissions/entreprises.test.integration.ts index 46cd1e4bb..8b62e5a5a 100644 --- a/packages/api/src/database/queries/permissions/entreprises.test.integration.ts +++ b/packages/api/src/database/queries/permissions/entreprises.test.integration.ts @@ -5,10 +5,15 @@ import { dbManager } from '../../../../tests/db-manager' import Entreprises from '../../models/entreprises' import Utilisateurs from '../../models/utilisateurs' import { entreprisesQueryModify } from './entreprises' -import { ADMINISTRATION_IDS } from 'camino-common/src/static/administrations' +import { + AdministrationId, + ADMINISTRATION_IDS +} from 'camino-common/src/static/administrations' +import { expect, test, describe, afterAll, beforeAll, vi } from 'vitest' +import { Role } from 'camino-common/src/roles' -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) @@ -18,18 +23,35 @@ afterAll(async () => { }) describe('entreprisesQueryModify', () => { - test.each` - user | modification - ${{ role: 'super' }} | ${true} - ${{ role: 'admin', administrationId: ADMINISTRATION_IDS['OFFICE NATIONAL DES FORÊTS'] }} | ${true} - ${{ role: 'editeur', administrationId: ADMINISTRATION_IDS['OFFICE NATIONAL DES FORÊTS'] }} | ${true} - ${{ role: 'lecteur', administrationId: ADMINISTRATION_IDS['OFFICE NATIONAL DES FORÊTS'] }} | ${false} - ${{ role: 'entreprise' }} | ${true} - ${{ role: 'bureau d’études' }} | ${true} - ${{ role: 'defaut' }} | ${false} - `( + test.each<[{ role: Role; administrationId?: AdministrationId }, boolean]>([ + [{ role: 'super' }, true], + [ + { + role: 'admin', + administrationId: ADMINISTRATION_IDS['OFFICE NATIONAL DES FORÊTS'] + }, + true + ], + [ + { + role: 'editeur', + administrationId: ADMINISTRATION_IDS['OFFICE NATIONAL DES FORÊTS'] + }, + true + ], + [ + { + role: 'lecteur', + administrationId: ADMINISTRATION_IDS['OFFICE NATIONAL DES FORÊTS'] + }, + false + ], + [{ role: 'entreprise' }, true], + [{ role: 'bureau d’études' }, true], + [{ role: 'defaut' }, false] + ])( "Vérifie l'écriture de la requête sur le droit 'modification' d'une entreprise", - async ({ user, modification }) => { + async (user, modification) => { await Utilisateurs.query().delete() await Entreprises.query().delete() diff --git a/packages/api/src/database/queries/permissions/metas.test.integration.ts b/packages/api/src/database/queries/permissions/metas.test.integration.ts index 87d894588..f735724be 100644 --- a/packages/api/src/database/queries/permissions/metas.test.integration.ts +++ b/packages/api/src/database/queries/permissions/metas.test.integration.ts @@ -8,9 +8,10 @@ import AdministrationsTitresTypesTitresStatuts from '../../models/administration import { AdministrationId } from 'camino-common/src/static/administrations' import { getTitreTypeIdsByAdministration } from 'camino-common/src/static/administrationsTitresTypes' import { TitreTypeId } from 'camino-common/src/static/titresTypes' +import { expect, test, describe, afterAll, beforeAll, vi } from 'vitest' -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) @@ -21,21 +22,14 @@ afterAll(async () => { describe('metas permissions queries', () => { describe('demarchesTypesQueryModify', () => { - test.each` - administrationId | travauxCreation - ${'dre-ile-de-france-01'} | ${true} - ${'dea-guyane-01'} | ${true} - ${'min-mtes-dgec-01'} | ${false} - ${'ope-ptmg-973-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['dre-ile-de-france-01', true], + ['dea-guyane-01', true], + ['min-mtes-dgec-01', false], + ['ope-ptmg-973-01', false] + ])( 'l’administration $administrationId peut créer des travaux', - async ({ - administrationId, - travauxCreation - }: { - administrationId: AdministrationId - travauxCreation: boolean - }) => { + async (administrationId, travauxCreation) => { const titreId = idGenerate() // On cherche un type de titre où l’administration est gestionnaire diff --git a/packages/api/src/database/queries/permissions/titres-demarches.test.integration.ts b/packages/api/src/database/queries/permissions/titres-demarches.test.integration.ts index dd34f17f8..2bf09f211 100644 --- a/packages/api/src/database/queries/permissions/titres-demarches.test.integration.ts +++ b/packages/api/src/database/queries/permissions/titres-demarches.test.integration.ts @@ -12,9 +12,10 @@ import TitresEtapes from '../../models/titres-etapes' import { Role } from 'camino-common/src/roles' import { Administrations } from 'camino-common/src/static/administrations' import { toCaminoDate } from 'camino-common/src/date' +import { expect, test, describe, afterAll, beforeAll, vi } from 'vitest' -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() @@ -26,24 +27,17 @@ afterAll(async () => { describe('titresDemarchesQueryModify', () => { describe('titreDemarcheSuppressionSelectQuery', () => { - test.each` - role | suppression - ${'super'} | ${true} - ${'admin'} | ${true} - ${'editeur'} | ${true} - ${'lecteur'} | ${false} - ${'entreprise'} | ${false} - ${'default'} | ${false} - ${undefined} | ${false} - `( + test.each<[Role | undefined, boolean]>([ + ['super', true], + ['admin', true], + ['editeur', true], + ['lecteur', false], + ['entreprise', false], + ['defaut', false], + [undefined, false] + ])( 'un utilisateur $user peut supprimer $suppression une démarche qui n’a pas d’étape', - async ({ - role, - suppression - }: { - role: Role | undefined - suppression: boolean - }) => { + async (role, suppression) => { const titreId = idGenerate() await Titres.query().insert([ { @@ -87,24 +81,17 @@ describe('titresDemarchesQueryModify', () => { } ) - test.each` - role | suppression - ${'super'} | ${true} - ${'admin'} | ${false} - ${'editeur'} | ${false} - ${'lecteur'} | ${false} - ${'entreprise'} | ${false} - ${'default'} | ${false} - ${undefined} | ${false} - `( + test.each<[Role | undefined, boolean]>([ + ['super', true], + ['admin', false], + ['editeur', false], + ['lecteur', false], + ['entreprise', false], + ['defaut', false], + [undefined, false] + ])( 'un utilisateur $role peut supprimer une démarche qui a au moins une étape', - async ({ - role, - suppression - }: { - role: Role | undefined - suppression: boolean - }) => { + async (role, suppression) => { const titreId = idGenerate() await Titres.query().insert([ { diff --git a/packages/api/src/database/queries/permissions/titres-etapes.test.integration.ts b/packages/api/src/database/queries/permissions/titres-etapes.test.integration.ts index 59e8ab656..5285d775b 100644 --- a/packages/api/src/database/queries/permissions/titres-etapes.test.integration.ts +++ b/packages/api/src/database/queries/permissions/titres-etapes.test.integration.ts @@ -7,9 +7,9 @@ import TitresEtapes from '../../models/titres-etapes' import { titresEtapesQueryModify } from './titres-etapes' import TitresDemarches from '../../models/titres-demarches' import { toCaminoDate } from 'camino-common/src/date' - -console.info = jest.fn() -console.error = jest.fn() +import { beforeAll, expect, afterAll, test, describe, vi } from 'vitest' +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() diff --git a/packages/api/src/database/queries/permissions/titres.test.integration.ts b/packages/api/src/database/queries/permissions/titres.test.integration.ts index 77ab32c1b..1f8db4283 100644 --- a/packages/api/src/database/queries/permissions/titres.test.integration.ts +++ b/packages/api/src/database/queries/permissions/titres.test.integration.ts @@ -16,9 +16,16 @@ import AdministrationsTitresTypesTitresStatuts from '../../models/administration import { userSuper } from '../../user-super' import { AdministrationId } from 'camino-common/src/static/administrations' import { Role } from 'camino-common/src/roles' - -console.info = jest.fn() -console.error = jest.fn() +import { beforeAll, expect, afterAll, test, describe, vi } from 'vitest' +import { TitreTypeId } from 'camino-common/src/static/titresTypes' +import { TitreStatutId } from 'camino-common/src/static/titresStatuts' +import { DemarcheTypeId } from 'camino-common/src/static/demarchesTypes' +import { DemarcheStatutId } from 'camino-common/src/static/demarchesStatuts' +import { EtapeStatutId } from 'camino-common/src/static/etapesStatuts' +import { EtapeTypeId } from 'camino-common/src/static/etapesTypes' + +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) @@ -29,15 +36,14 @@ afterAll(async () => { describe('titresQueryModify', () => { describe('titresVisibleByEntrepriseQuery', () => { - test.each` - entreprisesLecture | withTitulaire | visible - ${false} | ${false} | ${false} - ${false} | ${true} | ${false} - ${true} | ${false} | ${false} - ${true} | ${true} | ${true} - `( + test.each([ + [false, false, false], + [false, true, false], + [true, false, false], + [true, true, true] + ])( 'Vérifie la visibilité d’un titre par une entreprise', - async ({ entreprisesLecture, withTitulaire, visible }) => { + async (entreprisesLecture, withTitulaire, visible) => { const mockEntreprise1 = { id: idGenerate(), nom: 'monEntrepriseNom' @@ -126,15 +132,14 @@ describe('titresQueryModify', () => { expect(res).toHaveLength(visible ? 1 : 0) } - test.each` - titreTypeId | titreStatutId | visible - ${'axm'} | ${'val'} | ${false} - ${'axm'} | ${'dmi'} | ${false} - ${'arm'} | ${'val'} | ${false} - ${'arm'} | ${'dmi'} | ${true} - `( + test.each<[TitreTypeId, TitreStatutId, boolean]>([ + ['axm', 'val', false], + ['axm', 'dmi', false], + ['arm', 'val', false], + ['arm', 'dmi', true] + ])( 'Vérifie si le titre est une ARM en cours de demande', - async ({ titreTypeId, titreStatutId, visible }) => { + async (titreTypeId, titreStatutId, visible) => { await titresArmEnDemandeQueryTest({ visible, titreTypeId, @@ -143,15 +148,14 @@ describe('titresQueryModify', () => { } ) - test.each` - demarcheTypeId | demarcheStatutId | visible - ${'pro'} | ${'dep'} | ${false} - ${'pro'} | ${'ins'} | ${false} - ${'oct'} | ${'dep'} | ${false} - ${'oct'} | ${'ins'} | ${true} - `( + test.each<[DemarcheTypeId, DemarcheStatutId, boolean]>([ + ['pro', 'dep', false], + ['pro', 'ins', false], + ['oct', 'dep', false], + ['oct', 'ins', true] + ])( 'Vérifie si la démarche est un octroi en cours d’instruction', - async ({ demarcheTypeId, demarcheStatutId, visible }) => { + async (demarcheTypeId, demarcheStatutId, visible) => { await titresArmEnDemandeQueryTest({ visible, demarcheTypeId, @@ -160,15 +164,14 @@ describe('titresQueryModify', () => { } ) - test.each` - etapeTypeId | etapeStatutId | visible - ${'mdp'} | ${'fai'} | ${false} - ${'mdp'} | ${'fav'} | ${false} - ${'mcr'} | ${'fai'} | ${false} - ${'mcr'} | ${'fav'} | ${true} - `( + test.each<[EtapeTypeId, EtapeStatutId, boolean]>([ + ['mdp', 'fai', false], + ['mdp', 'fav', false], + ['mcr', 'fai', false], + ['mcr', 'fav', true] + ])( 'Vérifie si il y a une « Recevabilité de la demande » favorable', - async ({ etapeTypeId, etapeStatutId, visible }) => { + async (etapeTypeId, etapeStatutId, visible) => { await titresArmEnDemandeQueryTest({ visible, etapeTypeId, @@ -179,27 +182,35 @@ describe('titresQueryModify', () => { }) describe('titresConfidentielQuery', () => { - test.each` - publicLecture | entreprisesLecture | withTitulaire | typeId | statutId | confidentiel - ${false} | ${false} | ${false} | ${'arm'} | ${'dmi'} | ${true} - ${false} | ${false} | ${true} | ${'arm'} | ${'dmi'} | ${true} - ${undefined} | ${true} | ${false} | ${'arm'} | ${'dmi'} | ${true} - ${false} | ${true} | ${true} | ${'arm'} | ${'dmi'} | ${false} - ${false} | ${false} | ${false} | ${'axm'} | ${'dmi'} | ${false} - ${false} | ${false} | ${false} | ${'arm'} | ${'val'} | ${false} - ${true} | ${false} | ${false} | ${'arm'} | ${'dmi'} | ${false} - ${true} | ${false} | ${true} | ${'arm'} | ${'dmi'} | ${false} - ${true} | ${true} | ${false} | ${'arm'} | ${'dmi'} | ${false} - `( + test.each< + [ + boolean | undefined, + boolean, + boolean, + TitreTypeId, + TitreStatutId, + boolean + ] + >([ + [false, false, false, 'arm', 'dmi', true], + [false, false, true, 'arm', 'dmi', true], + [undefined, true, false, 'arm', 'dmi', true], + [false, true, true, 'arm', 'dmi', false], + [false, false, false, 'axm', 'dmi', false], + [false, false, false, 'arm', 'val', false], + [true, false, false, 'arm', 'dmi', false], + [true, false, true, 'arm', 'dmi', false], + [true, true, false, 'arm', 'dmi', false] + ])( 'Vérifie si le titre est confidentiel', - async ({ + async ( publicLecture, entreprisesLecture, withTitulaire, typeId, statutId, confidentiel - }) => { + ) => { const mockEntreprise1 = { id: idGenerate(), nom: 'monEntrepriseNom' @@ -254,22 +265,15 @@ describe('titresQueryModify', () => { }) describe('titresTravauxCreationQuery', () => { - test.each` - administrationId | travauxCreation - ${'dre-ile-de-france-01'} | ${false} - ${'dea-guadeloupe-01'} | ${false} - ${'min-mtes-dgec-01'} | ${false} - ${'pre-42218-01'} | ${false} - ${'ope-ptmg-973-01'} | ${false} - `( + test.each<[AdministrationId, boolean]>([ + ['dre-ile-de-france-01', false], + ['dea-guadeloupe-01', false], + ['min-mtes-dgec-01', false], + ['pre-42218-01', false], + ['ope-ptmg-973-01', false] + ])( 'Vérifie si le $administrationId, peut créer des travaux ($travauxCreation)', - async ({ - administrationId, - travauxCreation - }: { - administrationId: AdministrationId - travauxCreation: boolean - }) => { + async (administrationId, travauxCreation) => { const titreId = idGenerate() await Titres.query().insert({ @@ -291,14 +295,13 @@ describe('titresQueryModify', () => { expect(titre.travauxCreation ?? false).toEqual(travauxCreation) } ) - test.each` - role | travauxCreation - ${'super'} | ${true} - ${'entreprise'} | ${false} - ${'default'} | ${false} - `( + test.each<[Role, boolean]>([ + ['super', true], + ['entreprise', false], + ['defaut', false] + ])( 'Vérifie si un profil $role peut créer des travaux', - async ({ role, travauxCreation }) => { + async (role, travauxCreation) => { const titreId = idGenerate() await Titres.query().insert({ @@ -323,14 +326,13 @@ describe('titresQueryModify', () => { }) describe('titresModificationSelectQuery', () => { - test.each` - role | modification - ${'admin'} | ${true} - ${'editeur'} | ${true} - ${'lecteur'} | ${false} - `( + test.each<[Role, boolean]>([ + ['admin', true], + ['editeur', true], + ['lecteur', false] + ])( 'un utilisateur $role d’une administration gestionnaire peut modifier un titre', - async ({ role, modification }: { role: Role; modification: boolean }) => { + async (role, modification) => { await Titres.query().insert({ nom: idGenerate(), titreStatutId: 'val', @@ -379,15 +381,14 @@ describe('titresQueryModify', () => { expect(titre?.modification).toBeFalsy() }) - test.each` - role | modification - ${'super'} | ${true} - ${'lecteur'} | ${false} - ${'entreprise'} | ${false} - ${'default'} | ${false} - `( + test.each<[Role, boolean]>([ + ['super', true], + ['lecteur', false], + ['entreprise', false], + ['defaut', false] + ])( 'Vérifie si un profil $role peut modifier un titre', - async ({ role, modification }: { role: Role; modification: boolean }) => { + async (role, modification) => { await Titres.query().insert({ nom: idGenerate(), titreStatutId: 'val', diff --git a/packages/api/src/database/queries/permissions/utilisateurs.test.integration.ts b/packages/api/src/database/queries/permissions/utilisateurs.test.integration.ts index 8b67ae156..d0e6bb396 100644 --- a/packages/api/src/database/queries/permissions/utilisateurs.test.integration.ts +++ b/packages/api/src/database/queries/permissions/utilisateurs.test.integration.ts @@ -5,9 +5,10 @@ import Utilisateurs from '../../models/utilisateurs' import { utilisateursGet } from '../utilisateurs' import { Administrations } from 'camino-common/src/static/administrations' import options from '../_options' - -console.info = jest.fn() -console.error = jest.fn() +import { beforeAll, expect, afterAll, test, describe, vi } from 'vitest' +import { Role } from 'camino-common/src/roles' +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() await Utilisateurs.query().insertGraph(mockUser, options.utilisateurs.update) @@ -30,17 +31,16 @@ const mockUser: IUtilisateur = { } describe('utilisateursQueryModify', () => { - test.each` - role | voit - ${'super'} | ${true} - ${'admin'} | ${true} - ${'editeur'} | ${true} - ${'lecteur'} | ${true} - ${'entreprise'} | ${true} - ${'defaut'} | ${false} - `( + test.each<[Role, boolean]>([ + ['super', true], + ['admin', true], + ['editeur', true], + ['lecteur', true], + ['entreprise', true], + ['defaut', false] + ])( "Vérifie l'écriture de la requête sur un utilisateur", - async ({ role, voit }) => { + async (role, voit) => { const user: IUtilisateur = { id: 'userId', role, diff --git a/packages/api/src/database/queries/titres-activites.test.integration.ts b/packages/api/src/database/queries/titres-activites.test.integration.ts index 773542c46..efab6ee71 100644 --- a/packages/api/src/database/queries/titres-activites.test.integration.ts +++ b/packages/api/src/database/queries/titres-activites.test.integration.ts @@ -4,8 +4,9 @@ import { dbManager } from '../../../tests/db-manager' import { IUtilisateur } from '../../types' import { idGenerate } from '../models/_format/id-create' import Titres from '../models/titres' -console.info = jest.fn() -console.error = jest.fn() +import { beforeAll, expect, afterAll, test, describe, vi } from 'vitest' +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/database/queries/titres-demarches.test.integration.ts b/packages/api/src/database/queries/titres-demarches.test.integration.ts index 05198ce61..15d70dd10 100644 --- a/packages/api/src/database/queries/titres-demarches.test.integration.ts +++ b/packages/api/src/database/queries/titres-demarches.test.integration.ts @@ -5,9 +5,9 @@ import TitresDemarches from '../models/titres-demarches' import TitresEtapes from '../models/titres-etapes' import { titreDemarcheArchive } from './titres-demarches' import { toCaminoDate } from 'camino-common/src/date' - -console.info = jest.fn() -console.error = jest.fn() +import { beforeAll, expect, afterAll, test, describe, vi } from 'vitest' +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() diff --git a/packages/api/src/database/queries/titres.test.integration.ts b/packages/api/src/database/queries/titres.test.integration.ts index 5e7d6da16..6dd1199cc 100644 --- a/packages/api/src/database/queries/titres.test.integration.ts +++ b/packages/api/src/database/queries/titres.test.integration.ts @@ -5,9 +5,10 @@ import TitresDemarches from '../models/titres-demarches' import TitresEtapes from '../models/titres-etapes' import { titreArchive } from './titres' import { toCaminoDate } from 'camino-common/src/date' +import { beforeAll, expect, afterAll, test, describe, vi } from 'vitest' -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() beforeAll(async () => { await dbManager.populateDb() }) diff --git a/packages/api/src/knex/seeds/07-administrations.js b/packages/api/src/knex/seeds/07-administrations.js index aa1618d2e..c660fdc9c 100644 --- a/packages/api/src/knex/seeds/07-administrations.js +++ b/packages/api/src/knex/seeds/07-administrations.js @@ -1,12 +1,142 @@ const seeding = require('../seeding') -const { - sortedAdministrations -} = require('camino-common/src/static/administrations') + +// TODO 2022-11-17 USE THIS FROM THE COMMON, CANNOT BECAUSE KNEX MODULE ESM +const ADMINISTRATION_IDS = { + 'GENDARMERIE NATIONALE - GUYANE': 'aut-97300-01', + 'MRAE GUYANE': 'aut-mrae-guyane-01', + 'DEAL - GUADELOUPE': 'dea-guadeloupe-01', + 'DGTM - GUYANE': 'dea-guyane-01', + 'DEAL - MARTINIQUE': 'dea-martinique-01', + 'DEAL - MAYOTTE': 'dea-mayotte-01', + 'DEAL - LA RÉUNION': 'dea-reunion-01', + 'DREAL - AUVERGNE-RHÔNE-ALPES - SIÈGE DE LYON': 'dre-aura-01', + 'DREAL - BOURGOGNE-FRANCHE-COMTÉ - SIÈGE DE BESANÇON': 'dre-bfc-01', + 'DREAL - BRETAGNE': 'dre-bretagne-01', + 'DREAL - CENTRE-VAL-DE-LOIRE': 'dre-centre-val-de-loire-01', + 'DREAL - CORSE': 'dre-corse-01', + 'DREAL - GRAND EST - SIÈGE DE METZ': 'dre-grand-est-01', + 'DREAL - HAUTS-DE-FRANCE - SIÈGE DE LILLE': 'dre-hauts-de-france-01', + 'DRIEE - ÎLE-DE-FRANCE': 'dre-ile-de-france-01', + 'DREAL - NORMANDIE - SIÈGE DE ROUEN': 'dre-normandie-01', + 'DREAL - NOUVELLE-AQUITAINE - SIÈGE DE POITIERS': 'dre-nouvelle-aquitaine-01', + 'DREAL - OCCITANIE - SIÈGE DE TOULOUSE': 'dre-occitanie-01', + "DREAL - PROVENCE-ALPES-CÔTE-D'AZUR": 'dre-paca-01', + 'DREAL - PAYS DE LA LOIRE': 'dre-pays-de-la-loire-01', + "DAJ - MINISTÈRE DE L'ECONOMIE, DES FINANCES ET DE LA RELANCE": 'min-dajb-01', + 'DGCL/SDFLAE/FL1': 'min-mctrct-dgcl-01', + 'DGALN/DEB/EARM2': 'min-mtes-dgaln-01', + 'DGEC/DE/SD2/2A': 'min-mtes-dgec-01', + 'DGPR/SRT/SDRCP/BSSS': 'min-mtes-dgpr-01', + BRGM: 'ope-brgm-01', + 'BRGM - PROJET ZERCOA': 'ope-brgm-02', + CACEM: 'ope-cacem-01', + 'OFFICE NATIONAL DES FORÊTS': 'ope-onf-973-01', + 'PÔLE TECHNIQUE MINIER DE GUYANE': 'ope-ptmg-973-01', + 'PRÉFECTURE - AIN': 'pre-01053-01', + 'PRÉFECTURE - AISNE': 'pre-02408-01', + 'PRÉFECTURE - ALLIER': 'pre-03190-01', + 'PRÉFECTURE - ALPES-DE-HAUTE-PROVENCE': 'pre-04070-01', + 'PRÉFECTURE - HAUTES-ALPES': 'pre-05061-01', + 'PRÉFECTURE - ALPES-MARITIMES': 'pre-06088-01', + 'PRÉFECTURE - ARDÈCHE': 'pre-07186-01', + 'PRÉFECTURE - ARDENNES': 'pre-08105-01', + 'PRÉFECTURE - ARIÈGE': 'pre-09122-01', + 'PRÉFECTURE - AUBE': 'pre-10387-01', + 'PRÉFECTURE - AUDE': 'pre-11069-01', + 'PRÉFECTURE - AVEYRON': 'pre-12202-01', + 'PRÉFECTURE - BOUCHES-DU-RHÔNE': 'pre-13203-01', + 'PRÉFECTURE - CALVADOS': 'pre-14118-01', + 'PRÉFECTURE - CANTAL': 'pre-15014-01', + 'PRÉFECTURE - CHARENTE': 'pre-16015-01', + 'PRÉFECTURE - CHARENTE-MARITIME': 'pre-17300-01', + 'PRÉFECTURE - CHER': 'pre-18033-01', + 'PRÉFECTURE - CORRÈZE': 'pre-19272-01', + "PRÉFECTURE - CÔTE-D'OR": 'pre-21231-01', + "PRÉFECTURE - CÔTES-D'ARMOR": 'pre-22278-01', + 'PRÉFECTURE - CREUSE': 'pre-23096-01', + 'PRÉFECTURE - DORDOGNE': 'pre-24322-01', + 'PRÉFECTURE - DOUBS': 'pre-25056-01', + 'PRÉFECTURE - DRÔME': 'pre-26362-01', + 'PRÉFECTURE - EURE': 'pre-27229-01', + 'PRÉFECTURE - EURE-ET-LOIR': 'pre-28085-01', + 'PRÉFECTURE - FINISTÈRE': 'pre-29232-01', + 'PRÉFECTURE - CORSE-DU-SUD': 'pre-2A004-01', + 'PRÉFECTURE - HAUTE-CORSE': 'pre-2B033-01', + 'PRÉFECTURE - GARD': 'pre-30189-01', + 'PRÉFECTURE - HAUTE-GARONNE': 'pre-31555-01', + 'PRÉFECTURE - GERS': 'pre-32013-01', + 'PRÉFECTURE - GIRONDE': 'pre-33063-01', + 'PRÉFECTURE - HÉRAULT': 'pre-34172-01', + 'PRÉFECTURE - ILLE-ET-VILAINE': 'pre-35238-01', + 'PRÉFECTURE - INDRE': 'pre-36044-01', + 'PRÉFECTURE - INDRE-ET-LOIRE': 'pre-37261-01', + 'PRÉFECTURE - ISÈRE': 'pre-38185-01', + 'PRÉFECTURE - JURA': 'pre-39300-01', + 'PRÉFECTURE - LANDES': 'pre-40192-01', + 'PRÉFECTURE - LOIR-ET-CHER': 'pre-41018-01', + 'PRÉFECTURE - LOIRE': 'pre-42218-01', + 'PRÉFECTURE - HAUTE-LOIRE': 'pre-43157-01', + 'PRÉFECTURE - LOIRE-ATLANTIQUE': 'pre-44109-01', + 'PRÉFECTURE - LOIRET': 'pre-45234-01', + 'PRÉFECTURE - LOT': 'pre-46042-01', + 'PRÉFECTURE - LOT-ET-GARONNE': 'pre-47001-01', + 'PRÉFECTURE - LOZÈRE': 'pre-48095-01', + 'PRÉFECTURE - MAINE-ET-LOIRE': 'pre-49007-01', + 'PRÉFECTURE - MANCHE': 'pre-50502-01', + 'PRÉFECTURE - MARNE': 'pre-51108-01', + 'PRÉFECTURE - HAUTE-MARNE': 'pre-52121-01', + 'PRÉFECTURE - MAYENNE': 'pre-53130-01', + 'PRÉFECTURE - MEURTHE-ET-MOSELLE': 'pre-54395-01', + 'PRÉFECTURE - MEUSE': 'pre-55029-01', + 'PRÉFECTURE - MORBIHAN': 'pre-56260-01', + 'PRÉFECTURE - MOSELLE': 'pre-57463-01', + 'PRÉFECTURE - NIÈVRE': 'pre-58194-01', + 'PRÉFECTURE - NORD': 'pre-59350-01', + 'PRÉFECTURE - OISE': 'pre-60057-01', + 'PRÉFECTURE - ORNE': 'pre-61001-01', + 'PRÉFECTURE - PAS-DE-CALAIS': 'pre-62041-01', + 'PRÉFECTURE - PUY-DE-DÔME': 'pre-63113-01', + 'PRÉFECTURE - PYRÉNÉES-ATLANTIQUES': 'pre-64445-01', + 'PRÉFECTURE - HAUTES-PYRÉNÉES': 'pre-65440-01', + 'PRÉFECTURE - PYRÉNÉES-ORIENTALES': 'pre-66136-01', + 'PRÉFECTURE - BAS-RHIN': 'pre-67482-01', + 'PRÉFECTURE - HAUT-RHIN': 'pre-68066-01', + 'PRÉFECTURE - RHÔNE': 'pre-69383-01', + 'PRÉFECTURE - HAUTE-SAÔNE': 'pre-70550-01', + 'PRÉFECTURE - SAÔNE-ET-LOIRE': 'pre-71270-01', + 'PRÉFECTURE - SARTHE': 'pre-72181-01', + 'PRÉFECTURE - SAVOIE': 'pre-73065-01', + 'PRÉFECTURE - HAUTE-SAVOIE': 'pre-74010-01', + 'PRÉFECTURE - ÎLE-DE-FRANCE': 'pre-75104-01', + 'PRÉFECTURE - SEINE-MARITIME': 'pre-76540-01', + 'PRÉFECTURE - SEINE-ET-MARNE': 'pre-77288-01', + 'PRÉFECTURE - YVELINES': 'pre-78646-01', + 'PRÉFECTURE - DEUX-SÈVRES': 'pre-79191-01', + 'PRÉFECTURE - SOMME': 'pre-80021-01', + 'PRÉFECTURE - TARN': 'pre-81004-01', + 'PRÉFECTURE - TARN-ET-GARONNE': 'pre-82121-01', + 'PRÉFECTURE - VAR': 'pre-83137-01', + 'PRÉFECTURE - VAUCLUSE': 'pre-84007-01', + 'PRÉFECTURE - VENDÉE': 'pre-85191-01', + 'PRÉFECTURE - VIENNE': 'pre-86194-01', + 'PRÉFECTURE - HAUTE-VIENNE': 'pre-87085-01', + 'PRÉFECTURE - VOSGES': 'pre-88160-01', + 'PRÉFECTURE - YONNE': 'pre-89024-01', + 'PRÉFECTURE - TERRITOIRE DE BELFORT': 'pre-90010-01', + 'PRÉFECTURE - ESSONNE': 'pre-91228-01', + 'PRÉFECTURE - HAUTS-DE-SEINE': 'pre-92050-01', + 'PRÉFECTURE - SEINE-SAINT-DENIS': 'pre-93008-01', + 'PRÉFECTURE - VAL-DE-MARNE': 'pre-94028-01', + "PRÉFECTURE - VAL-D'OISE": 'pre-95127-01', + 'PRÉFECTURE - GUADELOUPE': 'pre-97105-01', + 'PRÉFECTURE - MARTINIQUE': 'pre-97209-01', + 'PRÉFECTURE - GUYANE': 'pre-97302-01', + 'PRÉFECTURE - RÉUNION': 'pre-97411-01', + 'PRÉFECTURE - MAYOTTE': 'pre-97611-01' +} const seed = seeding(async ({ insert }) => { - const administrations = sortedAdministrations.map(({ id }) => ({ - id - })) + const administrations = Object.values(ADMINISTRATION_IDS).map(id => ({ id })) await insert('administrations', administrations) }) diff --git a/packages/api/src/server/upload.ts b/packages/api/src/server/upload.ts index 8708afc1a..3b8f6bd8f 100644 --- a/packages/api/src/server/upload.ts +++ b/packages/api/src/server/upload.ts @@ -25,7 +25,6 @@ const uploadAllowedMiddleware = async ( const restUpload = () => { const tmp = '/files/tmp' const server = new Server() - // nous passons à travers un proxy const relativeLocation = true server.datastore = new FileStore({ path: tmp, relativeLocation }) diff --git a/packages/api/src/tools/annees-build.test.ts b/packages/api/src/tools/annees-build.test.ts index 7ab565d5d..1461cefda 100644 --- a/packages/api/src/tools/annees-build.test.ts +++ b/packages/api/src/tools/annees-build.test.ts @@ -1,5 +1,5 @@ import { anneesBuild } from './annees-build' - +import { describe, expect, test } from 'vitest' describe('liste les années entre deux dates', () => { test("retourne un tableau d'années entre deux date", () => { expect(anneesBuild('2022-12-07', '2020-10-05')).toEqual([]) diff --git a/packages/api/src/tools/api-matomo/index.test.ts b/packages/api/src/tools/api-matomo/index.test.ts index 4d7f8954d..1b1f7555c 100644 --- a/packages/api/src/tools/api-matomo/index.test.ts +++ b/packages/api/src/tools/api-matomo/index.test.ts @@ -1,4 +1,5 @@ import { timeFormat } from './index' +import { describe, expect, test } from 'vitest' describe('timeFormat', () => { test('conversion', () => { diff --git a/packages/api/src/tools/date.test.ts b/packages/api/src/tools/date.test.ts index 57fda201f..4c8fd8125 100644 --- a/packages/api/src/tools/date.test.ts +++ b/packages/api/src/tools/date.test.ts @@ -1,4 +1,5 @@ import { dateAddDays, dateAddMonths, datesSubtract, dateValidate } from './date' +import { describe, expect, test } from 'vitest' describe('test les utilitaires de date', () => { test("retourne une erreur si aucune date n'est fournie", () => { @@ -19,49 +20,25 @@ describe('test les utilitaires de date', () => { expect(res).toBe('Date invalide') }) - test.each` - date | days | result - ${'2020-01-01'} | ${1} | ${'2020-01-02'} - ${'2020-01-01'} | ${10} | ${'2020-01-11'} - ${'2020-01-01'} | ${31} | ${'2020-02-01'} - ${'2020-12-31'} | ${1} | ${'2021-01-01'} - `( - 'ajoute des jours à une date', - ({ - date, - days, - result - }: { - date: string - days: number - result: string - }) => { - expect(dateAddDays(date, days)).toBe(result) - } - ) + test.each([ + ['2020-01-01', 1, '2020-01-02'], + ['2020-01-01', 10, '2020-01-11'], + ['2020-01-01', 31, '2020-02-01'], + ['2020-12-31', 1, '2021-01-01'] + ])('ajoute des jours à une date', (date, days, result) => { + expect(dateAddDays(date, days)).toBe(result) + }) - test.each` - date | months | result - ${'2020-01-01'} | ${1} | ${'2020-02-01'} - ${'2020-01-01'} | ${12} | ${'2021-01-01'} - ${'2020-01-01'} | ${3} | ${'2020-04-01'} - ${'2020-01-30'} | ${3} | ${'2020-04-30'} - ${'2020-01-31'} | ${3} | ${'2020-05-01'} - ${'2020-12-01'} | ${3} | ${'2021-03-01'} - `( - 'ajoute $months mois à la date $date', - ({ - months, - date, - result - }: { - date: string - months: number - result: string - }) => { - expect(dateAddMonths(date, months)).toBe(result) - } - ) + test.each([ + ['2020-01-01', 1, '2020-02-01'], + ['2020-01-01', 12, '2021-01-01'], + ['2020-01-01', 3, '2020-04-01'], + ['2020-01-30', 3, '2020-04-30'], + ['2020-01-31', 3, '2020-05-01'], + ['2020-12-01', 3, '2021-03-01'] + ])('ajoute $months mois à la date $date', (date, months, result) => { + expect(dateAddMonths(date, months)).toBe(result) + }) test("la méthode dateAddMonths n'est pas idempotente", () => { const date = '2022-05-30' @@ -69,22 +46,10 @@ describe('test les utilitaires de date', () => { expect(dateAddMonths(dateAddMonths(date, -3), 3)).toBe('2022-06-02') }) - test.each` - dateFin | dateDebut | months - ${'2020-03-10'} | ${'2020-01-07'} | ${2} - ${'2021-01-01'} | ${'2020-01-01'} | ${12} - `( - 'calcul le nombre de mois entre 2 dates', - ({ - dateFin, - dateDebut, - months - }: { - dateFin: string - dateDebut: string - months: number - }) => { - expect(datesSubtract(dateDebut, dateFin)).toBe(months) - } - ) + test.each([ + ['2020-03-10', '2020-01-07', 2], + ['2021-01-01', '2020-01-01', 12] + ])('calcul le nombre de mois entre 2 dates', (dateFin, dateDebut, months) => { + expect(datesSubtract(dateDebut, dateFin)).toBe(months) + }) }) diff --git a/packages/api/src/tools/documents/files-index-build.test.ts b/packages/api/src/tools/documents/files-index-build.test.ts index f54fe6e26..a0197e000 100644 --- a/packages/api/src/tools/documents/files-index-build.test.ts +++ b/packages/api/src/tools/documents/files-index-build.test.ts @@ -1,4 +1,5 @@ import { filesIndexBuild } from './files-index-build' +import { expect, test } from 'vitest' test('filesIndexBuild', () => { const dir = process.cwd() diff --git a/packages/api/src/tools/documents/files-path-check.test.ts b/packages/api/src/tools/documents/files-path-check.test.ts index eecb74b78..e7c7c843f 100644 --- a/packages/api/src/tools/documents/files-path-check.test.ts +++ b/packages/api/src/tools/documents/files-path-check.test.ts @@ -1,5 +1,6 @@ import { filesPathCheck } from './files-path-check' import { IndexFile } from './_types' +import { expect, test } from 'vitest' test('filesPathCheck', () => { const fileIndex = { diff --git a/packages/api/src/tools/file-create.test.ts b/packages/api/src/tools/file-create.test.ts index 9c9fe7604..f6e9f3ea3 100644 --- a/packages/api/src/tools/file-create.test.ts +++ b/packages/api/src/tools/file-create.test.ts @@ -1,8 +1,9 @@ import fileCreate from './file-create' import { mkdirSync, readFileSync, rmdirSync } from 'fs' +import { vi, beforeEach, afterEach, describe, expect, test } from 'vitest' -console.error = jest.fn() -console.info = jest.fn() +console.error = vi.fn() +console.info = vi.fn() const workingDir = 'testFileCreateTmp' const pathGet = (path: string) => `${workingDir}/${path}` diff --git a/packages/api/src/tools/file-rename.test.ts b/packages/api/src/tools/file-rename.test.ts index f01abf1ce..bad393b14 100644 --- a/packages/api/src/tools/file-rename.test.ts +++ b/packages/api/src/tools/file-rename.test.ts @@ -1,10 +1,10 @@ import { mkdirSync, readFileSync, rmdirSync } from 'fs' - +import { vi, beforeEach, afterEach, describe, expect, test } from 'vitest' import fileRename from './file-rename' import fileCreate from './file-create' -console.error = jest.fn() -console.info = jest.fn() +console.error = vi.fn() +console.info = vi.fn() const workingDir = 'testFileRenameTmp' const pathGet = (path: string) => `${workingDir}/${path}` diff --git a/packages/api/src/tools/geo-convert.test.ts b/packages/api/src/tools/geo-convert.test.ts index 154ef9c7a..308e73f80 100644 --- a/packages/api/src/tools/geo-convert.test.ts +++ b/packages/api/src/tools/geo-convert.test.ts @@ -1,15 +1,11 @@ import { geoConvert } from './geo-convert' import { GEO_SYSTEME_IDS } from 'camino-common/src/static/geoSystemes' +import { describe, expect, test } from 'vitest' describe('teste la conversion des projections', () => { - test.each` - x - ${1234} - ${1.199826706437144} - ${49.869381812347456} - `( + test.each([[1234], [1.199826706437144], [49.869381812347456]])( 'la conversion vers le système géo par défaut ne fait pas de conversion', - ({ x }) => { + x => { expect(geoConvert(GEO_SYSTEME_IDS.WGS84, { x, y: 1 })).toEqual({ x, y: 1 diff --git a/packages/api/src/tools/index.test.ts b/packages/api/src/tools/index.test.ts index c4f3ff06c..7bc924357 100644 --- a/packages/api/src/tools/index.test.ts +++ b/packages/api/src/tools/index.test.ts @@ -1,5 +1,5 @@ import { objectsDiffer, dupRemove, dupFind, objectClone } from './index' - +import { describe, expect, test } from 'vitest' describe('comparaison entre des objets', () => { test('retourne false si les objets sont identiques (dates)', () => { const res = objectsDiffer({ date: '1910-01-01' }, { date: '1910-01-01' }) diff --git a/packages/api/tests/_utils/administrations-permissions.ts b/packages/api/tests/_utils/administrations-permissions.ts index 70e299cb1..49671d3d1 100644 --- a/packages/api/tests/_utils/administrations-permissions.ts +++ b/packages/api/tests/_utils/administrations-permissions.ts @@ -33,7 +33,7 @@ import { documentCreate } from '../../src/database/queries/documents' import { isGestionnaire } from 'camino-common/src/static/administrationsTitresTypes' import { EtapeTypeId } from 'camino-common/src/static/etapesTypes' import { toCaminoDate } from 'camino-common/src/date' - +import { expect } from 'vitest' export const visibleCheck = async ( administrationId: AdministrationId, visible: boolean, diff --git a/packages/api/tests/jest-setup.ts b/packages/api/tests/jest-setup.ts deleted file mode 100644 index 3cb4acfef..000000000 --- a/packages/api/tests/jest-setup.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { Request, Response } from 'express' - -const origEmails = jest.requireActual('../src/tools/api-mailjet/emails') -jest.mock('../src/tools/api-mailjet/emails', () => ({ - __esModule: true, - ...origEmails, - emailsSend: jest.fn().mockImplementation(a => a), - emailsWithTemplateSend: jest.fn().mockImplementation(a => a) -})) - -jest.mock('../src/tools/api-mailjet/newsletter', () => ({ - __esModule: true, - newsletterSubscriberUpdate: jest.fn().mockImplementation(() => 'succès') -})) - -jest.mock('tus-node-server') - -const origUpload = jest.requireActual('../src/server/upload') -jest.mock('../src/server/upload', () => ({ - __esModule: true, - ...origUpload, - restUpload: jest.fn().mockImplementation(() => { - return (_: Request, res: Response) => { - res.sendStatus(200) - } - }) -})) diff --git a/packages/api/tests/vitestSetup.ts b/packages/api/tests/vitestSetup.ts new file mode 100644 index 000000000..318a576bb --- /dev/null +++ b/packages/api/tests/vitestSetup.ts @@ -0,0 +1,37 @@ +import { Request, Response } from 'express' +import { vi } from 'vitest' +const origEmails = vi.importActual('../src/tools/api-mailjet/emails') +vi.mock('../src/tools/api-mailjet/emails', () => ({ + __esModule: true, + ...origEmails, + emailsSend: vi.fn().mockImplementation(a => a), + emailsWithTemplateSend: vi.fn().mockImplementation(a => a) +})) + +vi.mock('../src/tools/api-mailjet/newsletter', () => ({ + __esModule: true, + newsletterSubscriberUpdate: vi.fn().mockImplementation(() => 'succès') +})) + +function assertObject(stuff: unknown): asserts stuff is object { + if (typeof stuff !== 'object') { + throw new Error(`${stuff} n'est pas un objet`) + } +} +vi.resetAllMocks() +vi.mock('tus-node-server') +vi.mock('../src/server/upload', async () => { + const origUpload = await vi.importActual('../src/server/upload') + + assertObject(origUpload) + + return { + __esModule: true, + ...origUpload, + restUpload: vi.fn().mockImplementation(() => { + return (_: Request, res: Response) => { + res.sendStatus(200) + } + }) + } +}) diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json index 6548c6ead..7d37fdd1d 100644 --- a/packages/api/tsconfig.json +++ b/packages/api/tsconfig.json @@ -17,7 +17,7 @@ "strictNullChecks": true, "sourceMap": true, "target": "ES2020", - "types": ["node", "jest"], + "types": ["node"], "resolveJsonModule": true, "paths": { "geojson-rewind": ["./src/@types/geojson-rewind"], diff --git a/packages/api/vitest.integration.config.ts b/packages/api/vitest.integration.config.ts new file mode 100644 index 000000000..446b77ea1 --- /dev/null +++ b/packages/api/vitest.integration.config.ts @@ -0,0 +1,10 @@ +import { defineConfig } from 'vitest/config' + +export default defineConfig({ + test: { + include: ['**/*.test.integration.ts'], + threads: false, + setupFiles: '../tests/vitestSetup.ts', + testTimeout: 10000 + } +}) diff --git a/packages/api/vitest.unit.config.ts b/packages/api/vitest.unit.config.ts new file mode 100644 index 000000000..d34b86145 --- /dev/null +++ b/packages/api/vitest.unit.config.ts @@ -0,0 +1,7 @@ +import { defineConfig } from 'vitest/config' + +export default defineConfig({ + test: { + setupFiles: '../tests/vitestSetup.ts' + } +}) diff --git a/packages/common/jest.config.js b/packages/common/jest.config.js deleted file mode 100644 index 8cbf8940c..000000000 --- a/packages/common/jest.config.js +++ /dev/null @@ -1,5 +0,0 @@ -/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ -module.exports = { - preset: 'ts-jest', - testEnvironment: 'node', -}; \ No newline at end of file diff --git a/packages/common/package.json b/packages/common/package.json index d37087613..0c806383a 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -4,19 +4,17 @@ "description": "Le cadastre minier numérique ouvert", "private": true, "scripts": { - "test": "jest", + "test": "vitest --environment node --root src/", "format": "prettier --write src", - "lint": "eslint --fix", - "ci:test": "jest --coverage" + "lint": "eslint --fix" }, "devDependencies": { - "@types/jest": "^28.1.7", "@typescript-eslint/eslint-plugin": "^5.34.0", "@typescript-eslint/parser": "^5.34.0", - "eslint-plugin-jest": "^26.8.7", - "jest": "^28.1.3", - "ts-jest": "^28.0.8", - "typescript": "^4.7.4" + "@vitest/coverage-c8": "^0.25.2", + "typescript": "^4.8.4", + "vite": "^3.2.4", + "vitest": "^0.25.2" }, "prettier": { "semi": false, @@ -35,11 +33,9 @@ "prettier" ], "env": { - "node": true, - "jest/globals": true + "node": true }, "plugins": [ - "jest", "@typescript-eslint" ], "rules": { @@ -55,7 +51,13 @@ "@typescript-eslint/no-explicit-any": 0, "@typescript-eslint/no-non-null-assertion": 0, "@typescript-eslint/no-var-requires": 0, - "@typescript-eslint/no-unused-vars": ["error", { "varsIgnorePattern": "^_", "argsIgnorePattern": "^_" }] + "@typescript-eslint/no-unused-vars": [ + "error", + { + "varsIgnorePattern": "^_", + "argsIgnorePattern": "^_" + } + ] } } } diff --git a/packages/common/src/date.test.ts b/packages/common/src/date.test.ts index b672cdc56..6a55cb75e 100644 --- a/packages/common/src/date.test.ts +++ b/packages/common/src/date.test.ts @@ -1,12 +1,11 @@ import { anneeSuivante, datesDiffInDays, daysBetween, getAnnee, isAnnee, toCaminoDate, valideAnnee } from './date' - -test.each` - date1 | date2 | days - ${'2020-06-02T13:35:11.366Z'} | ${'2021-06-03T13:35:11.366Z'} | ${366} - ${'2021-06-02T13:35:11.366Z'} | ${'2021-06-03T13:35:11.366Z'} | ${1} - ${'2021-06-02T13:35:11.366Z'} | ${'2021-06-02T13:40:11.366Z'} | ${0} - ${'2021-06-02T13:35:11.366Z'} | ${'2021-06-03T11:30:11.366Z'} | ${0} -`('calcul le nombre de jours entre 2 dates', ({ date1, date2, days }: { date1: string; date2: string; days: number }) => { +import { test, expect } from 'vitest' +test.each([ + ['2020-06-02T13:35:11.366Z', '2021-06-03T13:35:11.366Z', 366], + ['2021-06-02T13:35:11.366Z', '2021-06-03T13:35:11.366Z', 1], + ['2021-06-02T13:35:11.366Z', '2021-06-02T13:40:11.366Z', 0], + ['2021-06-02T13:35:11.366Z', '2021-06-03T11:30:11.366Z', 0] +])('calcul le nombre de jours entre 2 dates', (date1, date2, days) => { expect(datesDiffInDays(new Date(date1), new Date(date2))).toBe(days) }) diff --git a/packages/common/src/fiscalite.test.ts b/packages/common/src/fiscalite.test.ts index 1e5ab981e..1948ba2fc 100644 --- a/packages/common/src/fiscalite.test.ts +++ b/packages/common/src/fiscalite.test.ts @@ -1,4 +1,5 @@ import { fiscaliteVisible, fraisGestion, UserFiscalite } from './fiscalite' +import { test, expect } from 'vitest' test('fraisGestion', () => { expect(fraisGestion({ redevanceDepartementale: 50, redevanceCommunale: 50 })).toBe(8) diff --git a/packages/common/src/permissions/__snapshots__/titres.test.ts.snap b/packages/common/src/permissions/__snapshots__/titres.test.ts.snap index 4a40b10d6..12ed0a984 100644 --- a/packages/common/src/permissions/__snapshots__/titres.test.ts.snap +++ b/packages/common/src/permissions/__snapshots__/titres.test.ts.snap @@ -1,7 +1,7 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 exports[`getTitreFromTypeId fusions 1`] = ` -Object { +{ "apc": null, "aph": null, "apm": null, @@ -9,39 +9,39 @@ Object { "arc": null, "arg": null, "arm": null, - "axm": Object { + "axm": { "count": "single", "typeId": "arm", }, - "cxf": Object { + "cxf": { "count": "multiple", "typeId": "cxf", }, - "cxg": Object { + "cxg": { "count": "multiple", "typeId": "cxg", }, - "cxh": Object { + "cxh": { "count": "multiple", "typeId": "cxh", }, - "cxi": Object { + "cxi": { "count": "multiple", "typeId": "cxi", }, - "cxm": Object { + "cxm": { "count": "multiple", "typeId": "cxm", }, - "cxr": Object { + "cxr": { "count": "multiple", "typeId": "cxr", }, - "cxs": Object { + "cxs": { "count": "multiple", "typeId": "cxs", }, - "cxw": Object { + "cxw": { "count": "multiple", "typeId": "cxw", }, @@ -62,7 +62,7 @@ Object { "pxg": null, "pxh": null, "pxi": null, - "pxm": Object { + "pxm": { "count": "single", "typeId": "prm", }, @@ -72,7 +72,7 @@ Object { `; exports[`getTitreFromTypeId pas de fusions 1`] = ` -Object { +{ "apc": null, "aph": null, "apm": null, @@ -80,7 +80,7 @@ Object { "arc": null, "arg": null, "arm": null, - "axm": Object { + "axm": { "count": "single", "typeId": "arm", }, @@ -109,7 +109,7 @@ Object { "pxg": null, "pxh": null, "pxi": null, - "pxm": Object { + "pxm": { "count": "single", "typeId": "prm", }, @@ -118,74 +118,74 @@ Object { } `; -exports[`vérifie si une entreprise peut créer un titre de type "apc" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p apc 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "aph" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p aph 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "apm" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p apm 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "apw" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p apw 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "arc" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p arc 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "arg" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p arg 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "arm" 1`] = `true`; +exports[`vérifie si une entreprise peut créer un titre de type %p arm 1`] = `true`; -exports[`vérifie si une entreprise peut créer un titre de type "axm" 1`] = `true`; +exports[`vérifie si une entreprise peut créer un titre de type %p axm 1`] = `true`; -exports[`vérifie si une entreprise peut créer un titre de type "cxf" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxf 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "cxg" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxg 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "cxh" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxh 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "cxi" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxi 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "cxm" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxm 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "cxr" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxr 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "cxs" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxs 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "cxw" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p cxw 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "inh" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p inh 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "ini" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p ini 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "inm" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p inm 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "inr" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p inr 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pcc" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pcc 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "prf" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p prf 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "prg" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p prg 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "prh" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p prh 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pri" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pri 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "prm" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p prm 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "prr" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p prr 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "prs" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p prs 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "prw" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p prw 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pxf" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pxf 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pxg" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pxg 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pxh" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pxh 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pxi" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pxi 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pxm" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pxm 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pxr" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pxr 1`] = `false`; -exports[`vérifie si une entreprise peut créer un titre de type "pxw" 1`] = `false`; +exports[`vérifie si une entreprise peut créer un titre de type %p pxw 1`] = `false`; diff --git a/packages/common/src/permissions/administrations.test.ts b/packages/common/src/permissions/administrations.test.ts index f1edf6f2f..71e77de0d 100644 --- a/packages/common/src/permissions/administrations.test.ts +++ b/packages/common/src/permissions/administrations.test.ts @@ -1,6 +1,7 @@ import { canReadActivitesTypesEmails } from './administrations' import { User } from '../roles' import { ADMINISTRATION_IDS } from '../static/administrations' +import { test, expect } from 'vitest' test.each<[User, boolean]>([ [{ role: 'super', administrationId: undefined }, true], diff --git a/packages/common/src/permissions/titres-etapes.test.ts b/packages/common/src/permissions/titres-etapes.test.ts index 4087b2abd..36507e698 100644 --- a/packages/common/src/permissions/titres-etapes.test.ts +++ b/packages/common/src/permissions/titres-etapes.test.ts @@ -4,6 +4,7 @@ import { DemarcheTypeId } from '../static/demarchesTypes' import { canEditAmodiataires, canEditDates, canEditDuree, canEditTitulaires, dureeOptionalCheck } from './titres-etapes' import { User } from '../roles' import { ADMINISTRATION_IDS } from '../static/administrations' +import { test, expect } from 'vitest' test.each<{ etapeTypeId: EtapeTypeId; demarcheTypeId: DemarcheTypeId; titreTypeId: TitreTypeId; optional: boolean }>([ { etapeTypeId: 'mfr', demarcheTypeId: 'oct', titreTypeId: 'arm', optional: false }, diff --git a/packages/common/src/permissions/titres.test.ts b/packages/common/src/permissions/titres.test.ts index 32baa4c92..428cb62eb 100644 --- a/packages/common/src/permissions/titres.test.ts +++ b/packages/common/src/permissions/titres.test.ts @@ -2,6 +2,7 @@ import { canCreateTitre, canLinkTitres, getLinkConfig } from './titres' import { TitresTypesIds, TitreTypeId } from '../static/titresTypes' import { User } from '../roles' import { ADMINISTRATION_IDS, AdministrationId } from '../static/administrations' +import { test, expect } from 'vitest' test('getTitreFromTypeId pas de fusions', () => { const titreFromTypeId = TitresTypesIds.reduce<{ diff --git a/packages/common/src/roles.test.ts b/packages/common/src/roles.test.ts index fb86df40d..1ddec3359 100644 --- a/packages/common/src/roles.test.ts +++ b/packages/common/src/roles.test.ts @@ -1,5 +1,6 @@ import { isEntreprise, isSuper, isAdministration, isAdministrationEditeur, isAdministrationAdmin, isAdministrationLecteur, isDefault, isRole, ROLES, isBureauDEtudes } from './roles' import { ADMINISTRATION_IDS } from './static/administrations' +import { test, expect, describe } from 'vitest' const administrationId = ADMINISTRATION_IDS.CACEM describe('role', () => { test('isSuper', () => { diff --git a/packages/common/src/static/__snapshots__/administrations.test.ts.snap b/packages/common/src/static/__snapshots__/administrations.test.ts.snap index b4ef97f00..2d40300ee 100644 --- a/packages/common/src/static/__snapshots__/administrations.test.ts.snap +++ b/packages/common/src/static/__snapshots__/administrations.test.ts.snap @@ -1,33 +1,33 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 exports[`sortedAdministrationTypes 1`] = ` -Array [ - Object { +[ + { "id": "min", "nom": "Ministère", "ordre": 1, }, - Object { + { "id": "dre", "nom": "Dréal", "ordre": 2, }, - Object { + { "id": "dea", "nom": "Déal", "ordre": 3, }, - Object { + { "id": "pre", "nom": "Préfecture", "ordre": 4, }, - Object { + { "id": "ope", "nom": "Opérateur", "ordre": 5, }, - Object { + { "id": "aut", "nom": "Autorité", "ordre": 6, diff --git a/packages/common/src/static/__snapshots__/administrationsTitresTypes.test.ts.snap b/packages/common/src/static/__snapshots__/administrationsTitresTypes.test.ts.snap index db7e5c393..c85d4f4f1 100644 --- a/packages/common/src/static/__snapshots__/administrationsTitresTypes.test.ts.snap +++ b/packages/common/src/static/__snapshots__/administrationsTitresTypes.test.ts.snap @@ -1,19396 +1,19396 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`vérifie si l’administration "aut-97300-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "aut-97300-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "aut-mrae-guyane-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "aut-mrae-guyane-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "dea-guadeloupe-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "dea-guadeloupe-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "dea-guyane-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration "dea-guyane-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "dea-martinique-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "dea-martinique-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration "dea-mayotte-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration "dea-mayotte-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration "dea-reunion-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration "dea-reunion-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration "dre-aura-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration "dre-aura-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration "dre-bfc-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration "dre-bfc-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration "dre-bretagne-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration "dre-bretagne-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration "dre-centre-val-de-loire-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration "dre-centre-val-de-loire-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration "dre-corse-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration "dre-corse-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration "dre-grand-est-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration "dre-grand-est-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration "dre-hauts-de-france-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration "dre-hauts-de-france-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration "dre-ile-de-france-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration "dre-ile-de-france-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration "dre-normandie-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration "dre-normandie-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration "dre-nouvelle-aquitaine-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration "dre-nouvelle-aquitaine-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration "dre-occitanie-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration "dre-occitanie-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-97300-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration "dre-paca-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "dre-paca-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "dre-pays-de-la-loire-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "dre-pays-de-la-loire-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "min-dajb-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "min-dajb-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "min-mctrct-dgcl-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration "min-mctrct-dgcl-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "min-mtes-dgaln-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "min-mtes-dgaln-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration "min-mtes-dgec-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration "min-mtes-dgec-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration "min-mtes-dgpr-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration "min-mtes-dgpr-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration "ope-brgm-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration "ope-brgm-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration "ope-brgm-02" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration "ope-brgm-02" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration "ope-cacem-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration "ope-cacem-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration "ope-onf-973-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration "ope-onf-973-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration "ope-ptmg-973-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration "ope-ptmg-973-01" est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-01053-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration "pre-01053-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-02408-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-02408-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-03190-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-03190-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-04070-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-04070-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-05061-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-05061-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-06088-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-06088-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-07186-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-07186-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "pre-08105-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-08105-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-09122-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-09122-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-2A004-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-2A004-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-2B033-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-2B033-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-10387-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-10387-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-11069-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-11069-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-12202-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-12202-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-13203-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-13203-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration "pre-14118-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-14118-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-15014-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-15014-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-16015-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-16015-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-17300-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration "pre-17300-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-18033-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-18033-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-19272-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-19272-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-21231-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-21231-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-22278-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-22278-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-23096-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-23096-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-24322-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-24322-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "pre-25056-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-25056-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-26362-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-26362-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-27229-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration "pre-27229-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-28085-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-28085-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-29232-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-29232-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-30189-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-30189-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-31555-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-31555-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-32013-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-32013-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration "pre-33063-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-33063-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-34172-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-34172-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-35238-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-35238-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-36044-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration "pre-36044-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-37261-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-37261-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-38185-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-38185-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-39300-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-39300-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-40192-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-40192-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-41018-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-41018-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-guyane-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-42218-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-42218-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "pre-43157-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-43157-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-44109-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-44109-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-45234-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-45234-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-46042-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-46042-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-47001-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-47001-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-48095-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-48095-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-49007-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-49007-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-50502-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-50502-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration "pre-51108-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-51108-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-52121-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-52121-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-53130-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-53130-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-54395-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration "pre-54395-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-55029-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-55029-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-56260-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-56260-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-57463-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-57463-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-58194-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-58194-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-59350-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-59350-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-martinique-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-60057-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-60057-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "pre-61001-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-61001-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-62041-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-62041-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-63113-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-63113-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-64445-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-64445-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-65440-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-65440-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-66136-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-66136-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-67482-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-67482-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-68066-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-68066-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration "pre-69383-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-69383-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-70550-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-70550-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-71270-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-71270-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-72181-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration "pre-72181-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-73065-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-73065-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-74010-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-74010-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-75104-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-75104-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-76540-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-76540-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-77288-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-77288-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-mayotte-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-78646-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-78646-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "pre-79191-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-79191-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-80021-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-80021-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-81004-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-81004-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-82121-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-82121-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-83137-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-83137-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-84007-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-84007-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-85191-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-85191-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-86194-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-86194-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration "pre-87085-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-87085-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-88160-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-88160-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-89024-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-89024-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-90010-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration "pre-90010-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-91228-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-91228-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration "pre-92050-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-92050-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-93008-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-93008-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration "pre-94028-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration "pre-94028-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-95127-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration "pre-95127-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dea-reunion-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97105-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97105-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97209-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97209-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97302-01" est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97302-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97411-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97411-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97611-01" est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration "pre-97611-01" est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-aura-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bfc-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-97300-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-bretagne-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "aut-mrae-guyane-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-corse-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-grand-est-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guadeloupe-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "axm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-guyane-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-normandie-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-martinique-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-occitanie-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-paca-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-mayotte-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'apc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'aph' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'apm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'apw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'arc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'arg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'cxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'inh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'ini' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'inm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'inr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pcc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'prf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'prg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'prh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pri' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'prm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'prr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'prs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'prw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-dajb-01', titreTypeId: 'pxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'apm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'apw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dea-reunion-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'inm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'aph' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'arg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'inh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'inr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'apc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'apm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'apw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'arc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-aura-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'ini' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'inm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'inr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pcc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pri' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'apc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'aph' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'apm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'apw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'arc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'arg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'inh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'ini' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'inm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pcc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pri' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bfc-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pcc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-brgm-02', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-bretagne-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-cacem-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-onf-973-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-centre-val-de-loire-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-01053-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-corse-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-02408-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-03190-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-grand-est-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-04070-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-05061-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-hauts-de-france-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-06088-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-07186-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-ile-de-france-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-08105-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-09122-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-normandie-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2A004-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-2B033-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-nouvelle-aquitaine-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-10387-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-11069-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-occitanie-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-12202-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-13203-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-paca-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-14118-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-15014-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "dre-pays-de-la-loire-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "apc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "aph"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "apm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "apw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "arc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "arg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "axm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxi"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-16015-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxs"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "inh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "ini"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "inm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "inr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pcc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pri"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prs"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-17300-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxi"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-dajb-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "apm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "apw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "axm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-18033-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "inm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-19272-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mctrct-dgcl-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "apc"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "aph"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "apm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "apw"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "arc"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "arg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "arm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "axm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "axm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-21231-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxs"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "inh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "ini"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "inm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "inr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pri"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prs"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "prw"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-22278-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgaln-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "apc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "aph"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "apm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "apw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "arc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "arg"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "axm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxi"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-23096-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "inh"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "ini"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "inm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "inr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pcc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prf"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prg"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prh"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pri"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prs"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-24322-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxi"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxr"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgec-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "apc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "aph"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "apm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "apw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "arc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "arg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "axm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxi"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-25056-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxs"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "inh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "ini"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "inm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "inr"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pcc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pri"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prr"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prs"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxf"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxg"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-26362-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxh"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxi"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxw"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "min-mtes-dgpr-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-27229-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pcc"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-28085-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "axm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-29232-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-30189-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-brgm-02", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-31555-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-32013-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-cacem-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "arm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "axm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-33063-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-34172-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-onf-973-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "arm"} est gestionnaire 1`] = `true`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-35238-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-36044-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "ope-ptmg-973-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-37261-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-38185-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-01053-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-39300-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-40192-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-02408-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-41018-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-42218-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-03190-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-43157-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-44109-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-04070-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-45234-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-46042-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-05061-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-47001-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-48095-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-06088-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-49007-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-50502-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-07186-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-51108-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-52121-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-08105-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-53130-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-54395-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-09122-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-55029-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-56260-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2A004-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-57463-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-58194-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-2B033-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-59350-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-60057-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-10387-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-61001-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-62041-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-11069-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-63113-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-64445-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-12202-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-65440-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-66136-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-13203-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-67482-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-68066-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-14118-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-69383-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-70550-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-15014-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-71270-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-72181-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-16015-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-73065-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-74010-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-17300-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-75104-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-76540-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-18033-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-77288-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-78646-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-19272-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-79191-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-80021-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-21231-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-81004-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-82121-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-22278-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-83137-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-84007-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-23096-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-85191-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-86194-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-24322-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-87085-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-88160-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-25056-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-89024-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-90010-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-26362-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-91228-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-92050-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-27229-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-93008-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-94028-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-28085-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-95127-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97105-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-29232-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97209-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97302-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-30189-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97411-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée { administrationId: 'pre-97611-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée aut-97300-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée aut-mrae-guyane-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dea-guadeloupe-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dea-guyane-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dea-martinique-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dea-mayotte-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dea-reunion-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-aura-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-bfc-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-31555-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-bretagne-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-centre-val-de-loire-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-corse-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-grand-est-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-hauts-de-france-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-ile-de-france-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-normandie-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-nouvelle-aquitaine-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-occitanie-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-paca-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée dre-pays-de-la-loire-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée min-dajb-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée min-mctrct-dgcl-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée min-mtes-dgaln-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée min-mtes-dgec-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée min-mtes-dgpr-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée ope-brgm-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée ope-brgm-02 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée ope-cacem-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée ope-onf-973-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée ope-ptmg-973-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-01053-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-02408-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-03190-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-04070-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-05061-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-06088-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-07186-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-08105-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-09122-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-2A004-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-2B033-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-10387-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-11069-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-12202-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-13203-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-14118-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-15014-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-16015-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-17300-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-18033-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-19272-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-21231-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-22278-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-23096-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-24322-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-25056-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-26362-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-27229-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-28085-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-29232-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-30189-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-31555-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-32013-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-33063-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-34172-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-35238-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-36044-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-37261-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-38185-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-39300-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-40192-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-41018-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-42218-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-43157-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-44109-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-45234-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-46042-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-47001-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-48095-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-49007-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-50502-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-32013-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-51108-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-52121-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-53130-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-54395-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-55029-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-56260-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-57463-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-58194-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-59350-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-60057-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-61001-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-62041-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-63113-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-64445-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-65440-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-66136-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-67482-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-68066-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-69383-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-70550-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-71270-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-72181-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-73065-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-74010-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-75104-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-76540-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-77288-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-78646-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-79191-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-80021-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-81004-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-82121-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-83137-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-84007-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-85191-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-86194-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-87085-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-88160-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-89024-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-90010-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-91228-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-92050-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-93008-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-94028-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-95127-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-97105-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-97209-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-97302-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-97411-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est associée pre-97611-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-33063-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-97300-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'aut-mrae-guyane-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-34172-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guadeloupe-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-guyane-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-35238-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-martinique-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-mayotte-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-36044-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dea-reunion-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-aura-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-37261-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bfc-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-bretagne-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-38185-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-centre-val-de-loire-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-corse-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-39300-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-grand-est-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-hauts-de-france-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pcc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-40192-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-ile-de-france-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-normandie-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-41018-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-nouvelle-aquitaine-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-occitanie-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-42218-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-paca-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'dre-pays-de-la-loire-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-43157-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-dajb-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mctrct-dgcl-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'apc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'apm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'apw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'arc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'cxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'ini' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'inm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pcc' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-44109-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pri' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'prw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxi' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgaln-01', titreTypeId: 'pxw' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'aph' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'arg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'inh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prs' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxf' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxg' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxh' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgec-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'inr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-45234-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxr' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'min-mtes-dgpr-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-46042-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-brgm-02', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-cacem-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'axm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-47001-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-onf-973-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'arm' } 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'ope-ptmg-973-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-48095-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-01053-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-02408-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-49007-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-03190-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-04070-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-50502-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-05061-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-06088-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-51108-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-07186-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-08105-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-52121-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-09122-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2A004-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-53130-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-2B033-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-10387-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-54395-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-11069-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-12202-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-55029-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-13203-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-14118-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-56260-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-15014-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-16015-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-57463-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-17300-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-18033-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-58194-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-19272-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-21231-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-59350-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-22278-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-23096-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-60057-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-24322-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-25056-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-61001-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-26362-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-27229-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-62041-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-28085-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-29232-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-63113-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-30189-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-31555-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-64445-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-32013-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-33063-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-65440-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-34172-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-35238-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-66136-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-36044-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-37261-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-67482-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-38185-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-39300-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-68066-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-40192-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-41018-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-69383-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-42218-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-43157-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-70550-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-44109-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-45234-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-71270-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-46042-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-47001-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-72181-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-48095-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-49007-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-73065-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-50502-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-51108-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-74010-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-52121-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-53130-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-75104-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-54395-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-55029-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-76540-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-56260-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-57463-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-77288-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-58194-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-59350-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-78646-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-60057-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-61001-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-79191-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-62041-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-63113-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-80021-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-64445-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-65440-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-81004-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-66136-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-67482-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-82121-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-68066-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-69383-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-83137-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-70550-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-71270-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-84007-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-72181-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-73065-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-85191-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-74010-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-75104-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-86194-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-76540-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-77288-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-87085-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-78646-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-79191-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-88160-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-80021-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-81004-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-89024-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-82121-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-83137-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-90010-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-84007-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-85191-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-91228-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-86194-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-87085-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-92050-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-88160-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-89024-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-93008-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-90010-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-91228-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-94028-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-92050-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-93008-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-95127-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-94028-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-95127-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97105-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97105-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97209-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97209-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "arm"} est associée 1`] = `true`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97302-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97411-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'apc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'aph' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'apm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'apw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'arc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'arg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'arm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'axm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'cxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'inh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'ini' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'inm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'inr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pcc' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'prf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97302-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'prg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'prh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pri' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'prm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'prr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'prs' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'prw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pxf' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pxg' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pxh' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pxi' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pxm' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pxr' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire { administrationId: 'pre-97611-01', titreTypeId: 'pxw' } 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire aut-97300-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire aut-mrae-guyane-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dea-guadeloupe-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dea-guyane-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dea-martinique-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dea-mayotte-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dea-reunion-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-aura-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-bfc-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-bretagne-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-centre-val-de-loire-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-corse-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-grand-est-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-hauts-de-france-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-ile-de-france-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-normandie-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-nouvelle-aquitaine-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-occitanie-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-paca-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire dre-pays-de-la-loire-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire min-dajb-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire min-mctrct-dgcl-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire min-mtes-dgaln-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire min-mtes-dgec-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire min-mtes-dgpr-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire ope-brgm-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire ope-brgm-02 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire ope-cacem-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire ope-onf-973-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire ope-ptmg-973-01 1`] = `true`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-01053-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-02408-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-03190-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-04070-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-05061-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-06088-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-07186-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-08105-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-09122-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-2A004-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-2B033-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-10387-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-11069-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-12202-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-13203-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-14118-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-15014-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-16015-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-17300-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-18033-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-19272-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-21231-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-22278-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-23096-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-24322-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-25056-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-26362-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-27229-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97411-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-28085-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "apc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-29232-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "apc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-30189-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "aph"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-31555-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "aph"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-32013-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "apm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-33063-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "apm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-34172-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "apw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-35238-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "apw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-36044-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "arc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-37261-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "arc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-38185-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "arg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-39300-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "arg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-40192-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "arm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-41018-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "arm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-42218-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "axm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-43157-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "axm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-44109-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-45234-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-46042-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-47001-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-48095-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-49007-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-50502-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-51108-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-52121-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-53130-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-54395-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-55029-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-56260-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-57463-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-58194-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-59350-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "cxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-60057-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "inh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-61001-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "inh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-62041-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "ini"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-63113-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "ini"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-64445-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "inm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-65440-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "inm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-66136-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "inr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-67482-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "inr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-68066-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pcc"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-69383-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pcc"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-70550-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-71270-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-72181-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-73065-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-74010-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-75104-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-76540-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pri"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-77288-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pri"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-78646-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-79191-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-80021-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-81004-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-82121-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prs"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-83137-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prs"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-84007-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-85191-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "prw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-86194-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxf"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-87085-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxf"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-88160-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxg"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-89024-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxg"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-90010-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxh"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-91228-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxh"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-92050-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxi"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-93008-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxi"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-94028-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxm"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-95127-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxm"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-97105-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxr"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-97209-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxr"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-97302-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxw"} est associée 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-97411-01 1`] = `false`; -exports[`vérifie si l’administration {"administrationId": "pre-97611-01", "titreTypeId": "pxw"} est gestionnaire 1`] = `false`; +exports[`vérifie si l’administration %p est gestionnaire pre-97611-01 1`] = `false`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "aut-97300-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p aut-97300-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", @@ -19398,9 +19398,9 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "aut-mrae-guyane-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p aut-mrae-guyane-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", @@ -19408,16 +19408,16 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dea-guadeloupe-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dea-guadeloupe-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dea-guyane-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dea-guyane-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "axm", @@ -19425,20 +19425,20 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dea-martinique-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dea-martinique-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dea-mayotte-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dea-mayotte-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dea-reunion-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dea-reunion-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-aura-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-aura-01 1`] = ` +[ + { "associee": false, "gestionnaire": false, "titreTypeId": "cxm", }, - Object { + { "associee": false, "gestionnaire": false, "titreTypeId": "prm", @@ -19446,14 +19446,14 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-bfc-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-bfc-01 1`] = ` +[ + { "associee": false, "gestionnaire": false, "titreTypeId": "cxm", }, - Object { + { "associee": false, "gestionnaire": false, "titreTypeId": "prm", @@ -19461,19 +19461,19 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-bretagne-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-bretagne-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-centre-val-de-loire-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-centre-val-de-loire-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-corse-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-corse-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-grand-est-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-grand-est-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-hauts-de-france-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-hauts-de-france-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-ile-de-france-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-ile-de-france-01 1`] = ` +[ + { "associee": false, "gestionnaire": true, "titreTypeId": "pcc", @@ -19481,11 +19481,11 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-normandie-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-normandie-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-nouvelle-aquitaine-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-nouvelle-aquitaine-01 1`] = ` +[ + { "associee": false, "gestionnaire": true, "titreTypeId": "pxg", @@ -19493,190 +19493,190 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-occitanie-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-occitanie-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-paca-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-paca-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "dre-pays-de-la-loire-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p dre-pays-de-la-loire-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "min-dajb-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p min-dajb-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "apc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "aph", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "apm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "apw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "axm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxi", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxs", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "ini", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pcc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pri", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prs", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxi", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxw", @@ -19684,59 +19684,59 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "min-mctrct-dgcl-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p min-mctrct-dgcl-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "apm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "apw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "axm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxw", @@ -19744,184 +19744,184 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "min-mtes-dgaln-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p min-mtes-dgaln-01 1`] = ` +[ + { "associee": false, "gestionnaire": true, "titreTypeId": "apc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "aph", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "apm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "apw", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "arc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arg", }, - Object { + { "associee": true, "gestionnaire": true, "titreTypeId": "arm", }, - Object { + { "associee": true, "gestionnaire": true, "titreTypeId": "axm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxh", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxi", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxs", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inh", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "ini", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "inm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inr", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pcc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prh", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pri", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "prm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prs", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "prw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxh", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pxi", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxr", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pxw", @@ -19929,184 +19929,184 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "min-mtes-dgec-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p min-mtes-dgec-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "apc", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "aph", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "apm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "apw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arc", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "arg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "axm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxf", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxg", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxi", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxr", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxs", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxw", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "inh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "ini", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pcc", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "prf", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "prg", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "prh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pri", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prr", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "prs", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prw", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pxf", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pxg", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pxh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxi", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxw", @@ -20114,184 +20114,184 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "min-mtes-dgpr-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p min-mtes-dgpr-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "apc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "aph", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "apm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "apw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "axm", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxi", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "cxr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxs", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "cxw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "ini", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "inm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "inr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pcc", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pri", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "prr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prs", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "prw", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxf", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxg", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxh", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxi", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "pxr", }, - Object { + { "associee": true, "gestionnaire": false, "titreTypeId": "pxw", @@ -20299,9 +20299,9 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "ope-brgm-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p ope-brgm-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "pcc", @@ -20309,9 +20309,9 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "ope-brgm-02" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p ope-brgm-02 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "axm", @@ -20319,16 +20319,16 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "ope-cacem-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p ope-cacem-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "ope-onf-973-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p ope-onf-973-01 1`] = ` +[ + { "associee": false, "gestionnaire": true, "titreTypeId": "arm", }, - Object { + { "associee": false, "gestionnaire": true, "titreTypeId": "axm", @@ -20336,9 +20336,9 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "ope-ptmg-973-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p ope-ptmg-973-01 1`] = ` +[ + { "associee": true, "gestionnaire": true, "titreTypeId": "arm", @@ -20346,205 +20346,205 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-01053-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-01053-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-02408-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-02408-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-03190-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-03190-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-04070-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-04070-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-05061-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-05061-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-06088-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-06088-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-07186-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-07186-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-08105-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-08105-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-09122-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-09122-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-2A004-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-2A004-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-2B033-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-2B033-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-10387-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-10387-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-11069-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-11069-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-12202-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-12202-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-13203-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-13203-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-14118-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-14118-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-15014-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-15014-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-16015-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-16015-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-17300-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-17300-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-18033-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-18033-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-19272-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-19272-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-21231-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-21231-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-22278-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-22278-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-23096-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-23096-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-24322-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-24322-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-25056-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-25056-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-26362-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-26362-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-27229-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-27229-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-28085-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-28085-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-29232-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-29232-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-30189-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-30189-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-31555-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-31555-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-32013-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-32013-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-33063-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-33063-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-34172-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-34172-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-35238-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-35238-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-36044-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-36044-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-37261-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-37261-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-38185-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-38185-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-39300-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-39300-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-40192-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-40192-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-41018-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-41018-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-42218-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-42218-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-43157-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-43157-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-44109-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-44109-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-45234-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-45234-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-46042-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-46042-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-47001-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-47001-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-48095-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-48095-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-49007-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-49007-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-50502-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-50502-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-51108-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-51108-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-52121-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-52121-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-53130-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-53130-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-54395-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-54395-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-55029-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-55029-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-56260-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-56260-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-57463-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-57463-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-58194-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-58194-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-59350-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-59350-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-60057-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-60057-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-61001-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-61001-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-62041-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-62041-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-63113-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-63113-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-64445-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-64445-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-65440-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-65440-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-66136-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-66136-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-67482-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-67482-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-68066-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-68066-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-69383-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-69383-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-70550-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-70550-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-71270-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-71270-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-72181-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-72181-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-73065-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-73065-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-74010-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-74010-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-75104-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-75104-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-76540-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-76540-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-77288-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-77288-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-78646-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-78646-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-79191-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-79191-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-80021-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-80021-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-81004-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-81004-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-82121-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-82121-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-83137-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-83137-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-84007-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-84007-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-85191-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-85191-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-86194-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-86194-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-87085-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-87085-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-88160-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-88160-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-89024-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-89024-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-90010-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-90010-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-91228-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-91228-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-92050-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-92050-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-93008-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-93008-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-94028-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-94028-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-95127-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-95127-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-97105-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-97105-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-97209-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-97209-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-97302-01" 1`] = ` -Array [ - Object { +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-97302-01 1`] = ` +[ + { "associee": true, "gestionnaire": false, "titreTypeId": "arm", @@ -20552,6 +20552,6 @@ Array [ ] `; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-97411-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-97411-01 1`] = `[]`; -exports[`vérifie tous les droits sur les types de titre pour l’administration "pre-97611-01" 1`] = `Array []`; +exports[`vérifie tous les droits sur les types de titre pour l’administration %p pre-97611-01 1`] = `[]`; diff --git a/packages/common/src/static/__snapshots__/frequence.test.ts.snap b/packages/common/src/static/__snapshots__/frequence.test.ts.snap index 6887f79a1..962859e3a 100644 --- a/packages/common/src/static/__snapshots__/frequence.test.ts.snap +++ b/packages/common/src/static/__snapshots__/frequence.test.ts.snap @@ -1,8 +1,8 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 exports[`getPeriode 1`] = ` -Array [ - Array [ +[ + [ "", "année", "", @@ -17,7 +17,7 @@ Array [ "", "", ], - Array [ + [ "", "janvier", "février", @@ -32,7 +32,7 @@ Array [ "novembre", "décembre", ], - Array [ + [ "", "1er trimestre", "2e trimestre", diff --git a/packages/common/src/static/__snapshots__/substancesFiscales.test.ts.snap b/packages/common/src/static/__snapshots__/substancesFiscales.test.ts.snap index 54c85a434..d027a0d75 100644 --- a/packages/common/src/static/__snapshots__/substancesFiscales.test.ts.snap +++ b/packages/common/src/static/__snapshots__/substancesFiscales.test.ts.snap @@ -1,12 +1,12 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 exports[`substancesFiscalesBySubstanceLegale 1`] = ` -Array [ - Object { +[ + { "description": "contenu dans les minerais", "id": "auru", "nom": "or", - "openFisca": Object { + "openFisca": { "nom": "aurifere", "unite": "mkg", }, @@ -17,69 +17,69 @@ Array [ `; exports[`substancesFiscalesBySubstanceLegale 2`] = ` -Array [ - Object { +[ + { "description": "bauxite nettes livrées", "id": "aloh", "nom": "bauxite", "substanceLegaleId": "aloh", "uniteId": "mtk", }, - Object { + { "description": "contenu dans les minerais", "id": "cuiv", "nom": "cuivre", "substanceLegaleId": "cuiv", "uniteId": "mtt", }, - Object { + { "description": "contenu dans les minerais", "id": "etai", "nom": "étain", - "openFisca": Object { + "openFisca": { "nom": "etain", }, "substanceLegaleId": "etai", "uniteId": "mtt", }, - Object { + { "description": "net livré", "id": "fera", "nom": "pyrite de fer", - "openFisca": Object { + "openFisca": { "nom": "fer_pyrite", }, "substanceLegaleId": "ferx", "uniteId": "mtk", }, - Object { + { "description": "net livré", "id": "ferb", "nom": "minerais de fer", - "openFisca": Object { + "openFisca": { "nom": "fer", }, "substanceLegaleId": "ferx", "uniteId": "mtk", }, - Object { + { "description": "contenu dans les minerais", "id": "mang", "nom": "manganèse", - "openFisca": Object { + "openFisca": { "nom": "manganese", }, "substanceLegaleId": "mang", "uniteId": "mtc", }, - Object { + { "description": "contenu dans les minerais", "id": "plom", "nom": "plomb", "substanceLegaleId": "plom", "uniteId": "mtc", }, - Object { + { "description": "contenu dans les minerais", "id": "zinc", "nom": "zinc", diff --git a/packages/common/src/static/__snapshots__/titresTypes.test.ts.snap b/packages/common/src/static/__snapshots__/titresTypes.test.ts.snap index 686b0c826..bf1afa0f9 100644 --- a/packages/common/src/static/__snapshots__/titresTypes.test.ts.snap +++ b/packages/common/src/static/__snapshots__/titresTypes.test.ts.snap @@ -1,23 +1,23 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 -exports[`getTitreTypeTypeByDomaineId "c" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p c 1`] = ` +[ "ap", "ar", "pc", ] `; -exports[`getTitreTypeTypeByDomaineId "f" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p f 1`] = ` +[ "cx", "pr", "px", ] `; -exports[`getTitreTypeTypeByDomaineId "g" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p g 1`] = ` +[ "ar", "cx", "pr", @@ -25,8 +25,8 @@ Array [ ] `; -exports[`getTitreTypeTypeByDomaineId "h" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p h 1`] = ` +[ "ap", "cx", "in", @@ -35,8 +35,8 @@ Array [ ] `; -exports[`getTitreTypeTypeByDomaineId "i" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p i 1`] = ` +[ "cx", "in", "pr", @@ -44,8 +44,8 @@ Array [ ] `; -exports[`getTitreTypeTypeByDomaineId "m" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p m 1`] = ` +[ "ap", "ar", "ax", @@ -56,8 +56,8 @@ Array [ ] `; -exports[`getTitreTypeTypeByDomaineId "r" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p r 1`] = ` +[ "cx", "in", "pr", @@ -65,15 +65,15 @@ Array [ ] `; -exports[`getTitreTypeTypeByDomaineId "s" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p s 1`] = ` +[ "cx", "pr", ] `; -exports[`getTitreTypeTypeByDomaineId "w" 1`] = ` -Array [ +exports[`getTitreTypeTypeByDomaineId %p w 1`] = ` +[ "ap", "cx", "pr", diff --git a/packages/common/src/static/__snapshots__/titresTypes_demarchesTypes_etapesTypes.test.ts.snap b/packages/common/src/static/__snapshots__/titresTypes_demarchesTypes_etapesTypes.test.ts.snap index 892b7774d..9cd1fdb33 100644 --- a/packages/common/src/static/__snapshots__/titresTypes_demarchesTypes_etapesTypes.test.ts.snap +++ b/packages/common/src/static/__snapshots__/titresTypes_demarchesTypes_etapesTypes.test.ts.snap @@ -1,100 +1,100 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1 exports[`getDocuments surcharge 2`] = ` -Array [ - Object { +[ + { "id": "cam", "nom": "Contrat d'amodiation", "optionnel": true, }, - Object { + { "description": "Plan à l’échelle 1/50 000ème ou 1/100 000ème", "id": "car", "nom": "Documents cartographiques", "optionnel": false, }, - Object { + { "id": "cnt", "nom": "Contrat", "optionnel": true, }, - Object { + { "id": "cod", "nom": "Compléments au dossier de demande", "optionnel": true, }, - Object { + { "id": "dep", "nom": "Décision cas par cas", "optionnel": true, }, - Object { + { "id": "doe", "nom": "Dossier \\"Loi sur l'eau\\"", "optionnel": true, }, - Object { + { "id": "dom", "nom": "Dossier de demande", "optionnel": true, }, - Object { + { "id": "dos", "nom": "Dossier", "optionnel": true, }, - Object { + { "id": "fac", "nom": "Facture", "optionnel": true, }, - Object { + { "id": "fic", "nom": "Fiche de complétude", "optionnel": true, }, - Object { + { "id": "fip", "nom": "Fiche de présentation", "optionnel": true, }, - Object { + { "id": "for", "nom": "Formulaire de demande", "optionnel": true, }, - Object { + { "id": "jpa", "nom": "Justificatif de paiement", "optionnel": true, }, - Object { + { "id": "lem", "nom": "Lettre de demande", "optionnel": true, }, - Object { + { "description": undefined, "id": "let", "nom": "Lettre", "optionnel": true, }, - Object { + { "id": "noi", "nom": "Notice d'incidence", "optionnel": true, }, - Object { + { "id": "pla", "nom": "Plan", "optionnel": true, }, - Object { + { "id": "rec", "nom": "Récépissé \\"Loi sur l'eau\\"", "optionnel": true, }, - Object { + { "description": "la liste et la valeur du matériel d’extraction et de traitement que le demandeur détient ou qu’il envisage d’acquérir ainsi que, dans ce dernier @@ -107,43 +107,43 @@ demandeur "nom": "Identification de matériel", "optionnel": false, }, - Object { + { "description": undefined, "id": "jeg", "nom": "Justification d’existence du gisement", "optionnel": true, }, - Object { + { "description": "la définition des mesures prévues par le pétitionnaire pour réhabiliter le site après exploitation, notamment la nature et les modalités de revégétalisation envisagée. (décret 2001-204, art. 5 bis)", "id": "mes", "nom": "Mesures prévues pour réhabiliter le site ", "optionnel": false, }, - Object { + { "description": "descriptif des méthodes envisagées pour l’exécution des travaux ((décret 2001-204, art. 6)", "id": "met", "nom": "Méthodes pour l'exécution des travaux", "optionnel": false, }, - Object { + { "description": undefined, "id": "nip", "nom": "Notice d’impact", "optionnel": true, }, - Object { + { "description": "Obligatoire pour les AEX hors de la zone 2 du SDOM", "id": "nir", "nom": "Notice d’impact renforcée", "optionnel": true, }, - Object { + { "description": "Description du phasage et planigramme des travaux. (décret 2001-204, art. 5)", "id": "prg", "nom": "Programme des travaux ", "optionnel": false, }, - Object { + { "description": "le schéma de pénétration du massif forestier proposé par le pétitionnaire pour l'acheminement du matériel lourd et la desserte du chantier (décret 2001-204, art. 5 bis)", "id": "sch", "nom": "Schéma de pénétration du massif forestier", diff --git a/packages/common/src/static/administrations.test.ts b/packages/common/src/static/administrations.test.ts index 4976187c4..8d1099103 100644 --- a/packages/common/src/static/administrations.test.ts +++ b/packages/common/src/static/administrations.test.ts @@ -1,4 +1,5 @@ import { ADMINISTRATION_IDS, isAdministrationId, sortedAdministrationTypes } from './administrations' +import { test, expect } from 'vitest' test('sortedAdministrationTypes', () => { expect(sortedAdministrationTypes).toMatchSnapshot() diff --git a/packages/common/src/static/administrationsTitresTypes.test.ts b/packages/common/src/static/administrationsTitresTypes.test.ts index 19f9a1522..3d3929f39 100644 --- a/packages/common/src/static/administrationsTitresTypes.test.ts +++ b/packages/common/src/static/administrationsTitresTypes.test.ts @@ -1,6 +1,7 @@ import { AdministrationId, ADMINISTRATION_IDS } from './administrations' import { isAssociee, isGestionnaire, getTitreTypeIdsByAdministration } from './administrationsTitresTypes' import { TitresTypesIds, TitreTypeId } from './titresTypes' +import { test, expect } from 'vitest' interface AdministrationsWithTitreTypeId { administrationId: AdministrationId diff --git a/packages/common/src/static/demarchesTypes.test.ts b/packages/common/src/static/demarchesTypes.test.ts index 69929a387..5ed1a2b79 100644 --- a/packages/common/src/static/demarchesTypes.test.ts +++ b/packages/common/src/static/demarchesTypes.test.ts @@ -1,4 +1,5 @@ import { DemarchesTypesIds, DEMARCHES_TYPES_IDS, isDemarcheTypeId, isDemarcheTypeOctroi, isDemarcheTypeWithPhase } from './demarchesTypes' +import { test, expect } from 'vitest' test('isDemarcheTypeId', () => { expect(isDemarcheTypeId(null)).toBe(false) diff --git a/packages/common/src/static/departement.test.ts b/packages/common/src/static/departement.test.ts index 2b06cb69a..ef2b1fce7 100644 --- a/packages/common/src/static/departement.test.ts +++ b/packages/common/src/static/departement.test.ts @@ -1,4 +1,5 @@ import { checkCodePostal, isDepartementId, toDepartementId, departementsMetropole } from './departement' +import { test, expect } from 'vitest' test('isDepartementId', () => { expect(isDepartementId(null)).toBe(false) diff --git a/packages/common/src/static/documentsTypes.test.ts b/packages/common/src/static/documentsTypes.test.ts index 2e3268b7a..86181cb4b 100644 --- a/packages/common/src/static/documentsTypes.test.ts +++ b/packages/common/src/static/documentsTypes.test.ts @@ -1,4 +1,5 @@ import { isDocumentTypeId } from './documentsTypes' +import { test, expect } from 'vitest' test('isDocumentTypeId', () => { expect(isDocumentTypeId('sch')).toBe(true) diff --git a/packages/common/src/static/domaines.test.ts b/packages/common/src/static/domaines.test.ts index 8cf2bb44e..ca4b26a21 100644 --- a/packages/common/src/static/domaines.test.ts +++ b/packages/common/src/static/domaines.test.ts @@ -1,4 +1,5 @@ import { Domaines, DOMAINES_IDS, isDomaineId } from './domaines' +import { test, expect } from 'vitest' test('domaine', () => { expect(Domaines.c).toBe(Domaines[DOMAINES_IDS.CARRIERES]) diff --git a/packages/common/src/static/etapesTypesEtapesStatuts.test.ts b/packages/common/src/static/etapesTypesEtapesStatuts.test.ts index fc8304a78..cfb95405b 100644 --- a/packages/common/src/static/etapesTypesEtapesStatuts.test.ts +++ b/packages/common/src/static/etapesTypesEtapesStatuts.test.ts @@ -1,6 +1,7 @@ import { EtapesStatuts, EtapeStatutKey, ETAPES_STATUTS, isEtapeStatutKey } from './etapesStatuts' import { ETAPES_TYPES } from './etapesTypes' import { EtapesTypesEtapesStatuts, EtapeTypeEtapeStatut, getEtapesStatuts } from './etapesTypesEtapesStatuts' +import { test, expect } from 'vitest' test('getEtapesStatuts', () => { expect(getEtapesStatuts(ETAPES_TYPES.abandonDeLaDemande)).toStrictEqual([EtapesStatuts.fai]) diff --git a/packages/common/src/static/facades.test.ts b/packages/common/src/static/facades.test.ts index 150dd128a..14bd0728d 100644 --- a/packages/common/src/static/facades.test.ts +++ b/packages/common/src/static/facades.test.ts @@ -1,5 +1,6 @@ import { getDepartementsByIds, getSecteurMaritime } from './facades' import { DEPARTEMENT_IDS } from './departement' +import { test, expect } from 'vitest' test('getDepartementsByIds', () => { expect(getDepartementsByIds([17, 19])).toEqual([DEPARTEMENT_IDS.Finistère, DEPARTEMENT_IDS.Morbihan, DEPARTEMENT_IDS['Loire-Atlantique'], DEPARTEMENT_IDS.Vendée]) diff --git a/packages/common/src/static/frequence.test.ts b/packages/common/src/static/frequence.test.ts index 0614732da..3da225985 100644 --- a/packages/common/src/static/frequence.test.ts +++ b/packages/common/src/static/frequence.test.ts @@ -1,4 +1,5 @@ import { FREQUENCES_IDS, getMonth, getPeriode } from './frequence' +import { test, expect } from 'vitest' test('getPeriode', () => { expect(Object.values(FREQUENCES_IDS).map(frequenceId => [...Array(13).keys()].map(periodeId => getPeriode(frequenceId, periodeId)))).toMatchSnapshot() diff --git a/packages/common/src/static/pays.test.ts b/packages/common/src/static/pays.test.ts index ae9609ef9..33d89dbfe 100644 --- a/packages/common/src/static/pays.test.ts +++ b/packages/common/src/static/pays.test.ts @@ -1,4 +1,5 @@ import { isPaysId, PAYS_IDS } from './pays' +import { test, expect } from 'vitest' test('isPaysId', () => { expect(isPaysId('FR')).toBe(true) diff --git a/packages/common/src/static/region.test.ts b/packages/common/src/static/region.test.ts index b3d4a4011..b0cc5ed2b 100644 --- a/packages/common/src/static/region.test.ts +++ b/packages/common/src/static/region.test.ts @@ -1,4 +1,5 @@ import { isRegionId } from './region' +import { test, expect } from 'vitest' test('isRegionId', () => { expect(isRegionId('wolf')).toBe(false) diff --git a/packages/common/src/static/substancesFiscales.test.ts b/packages/common/src/static/substancesFiscales.test.ts index a10a8b601..8cce74b84 100644 --- a/packages/common/src/static/substancesFiscales.test.ts +++ b/packages/common/src/static/substancesFiscales.test.ts @@ -1,4 +1,5 @@ import { isSubstanceFiscale, substancesFiscalesBySubstanceLegale } from './substancesFiscales' +import { test, expect } from 'vitest' test('isSubstanceFiscale', () => { expect(isSubstanceFiscale('wolf')).toBe(true) diff --git a/packages/common/src/static/substancesLegales.test.ts b/packages/common/src/static/substancesLegales.test.ts index fa633d5ed..200e85217 100644 --- a/packages/common/src/static/substancesLegales.test.ts +++ b/packages/common/src/static/substancesLegales.test.ts @@ -1,4 +1,5 @@ import { isSubstanceLegale } from './substancesLegales' +import { test, expect } from 'vitest' test('isSubstanceLegale', () => { expect(isSubstanceLegale('aloh')).toBe(true) diff --git a/packages/common/src/static/titresTypes.test.ts b/packages/common/src/static/titresTypes.test.ts index 1d066dcb2..464b71655 100644 --- a/packages/common/src/static/titresTypes.test.ts +++ b/packages/common/src/static/titresTypes.test.ts @@ -1,5 +1,6 @@ import { DomaineId, domainesIds } from './domaines' import { TitresTypesIds, isTitreType, toTitreTypeId, getTitreTypeType, getDomaineId, getTitreTypeTypeByDomaineId } from './titresTypes' +import { test, expect } from 'vitest' test('isTitreType', () => { expect(isTitreType(null)).toBe(false) diff --git a/packages/common/src/static/titresTypesTypes.test.ts b/packages/common/src/static/titresTypesTypes.test.ts index 7b785c2a3..3c070b95e 100644 --- a/packages/common/src/static/titresTypesTypes.test.ts +++ b/packages/common/src/static/titresTypesTypes.test.ts @@ -1,4 +1,5 @@ import { isTitreTypeType } from './titresTypesTypes' +import { test, expect } from 'vitest' test('isTitreTypeType', () => { expect(isTitreTypeType('px')).toBe(true) diff --git a/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts b/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts index aa8ab9834..ac7c296a8 100644 --- a/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts +++ b/packages/common/src/static/titresTypesTypes_domaine_titresStatuts.test.ts @@ -3,6 +3,7 @@ import { DOMAINES_IDS } from './domaines' import { TitresStatutIds } from './titresStatuts' import { TITRES_TYPES_TYPES_IDS } from './titresTypesTypes' import { titrePublicFind } from './titresTypesTypes_domaine_titresStatuts' +import { test, expect, describe } from 'vitest' describe("publicité d'un titre", () => { test('un titre est toujours visible par son demandeur ou titulaire', () => { diff --git a/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes.test.ts b/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes.test.ts index db134ea37..ff40a2703 100644 --- a/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes.test.ts +++ b/packages/common/src/static/titresTypes_demarchesTypes_etapesTypes.test.ts @@ -1,4 +1,5 @@ import { getDocuments } from './titresTypes_demarchesTypes_etapesTypes' +import { test, expect } from 'vitest' test('getDocuments erreurs', () => { expect(() => getDocuments()).toThrowErrorMatchingInlineSnapshot( @@ -7,13 +8,13 @@ test('getDocuments erreurs', () => { }) test('getDocuments pas de surcharge mais pas de documents', () => { - expect(getDocuments('ap', 'm', 'amo', 'abs')).toMatchInlineSnapshot(`Array []`) + expect(getDocuments('ap', 'm', 'amo', 'abs')).toMatchInlineSnapshot('[]') }) test('getDocuments pas de surcharge', () => { expect(getDocuments('ap', 'm', 'amo', 'wfo')).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "id": "dcl", "nom": "Déclaration", "optionnel": true, @@ -24,29 +25,29 @@ test('getDocuments pas de surcharge', () => { test('getDocuments surcharge', () => { expect(getDocuments('ax', 'm', 'oct', 'dae')).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "description": undefined, "id": "arp", "nom": "Arrêté préfectoral", "optionnel": false, }, - Object { + { "id": "arr", "nom": "Arrêté", "optionnel": true, }, - Object { + { "id": "dep", "nom": "Décision cas par cas", "optionnel": true, }, - Object { + { "id": "let", "nom": "Lettre", "optionnel": true, }, - Object { + { "id": "ndd", "nom": "Notification de décision", "optionnel": true, diff --git a/packages/common/src/static/unites.test.ts b/packages/common/src/static/unites.test.ts index 1a741de71..813b0b5e6 100644 --- a/packages/common/src/static/unites.test.ts +++ b/packages/common/src/static/unites.test.ts @@ -1,4 +1,5 @@ import { fromUniteFiscaleToUnite } from './unites' +import { test, expect } from 'vitest' test('fromUniteFiscaleToUnite', () => { expect(fromUniteFiscaleToUnite('mtk', 142_764_000)).toBe(142.764) diff --git a/packages/common/src/typescript-tools.test.ts b/packages/common/src/typescript-tools.test.ts index a08376fc1..28344f040 100644 --- a/packages/common/src/typescript-tools.test.ts +++ b/packages/common/src/typescript-tools.test.ts @@ -2,6 +2,7 @@ import { isNotNullNorUndefined, onlyUnique } from './typescript-tools' import { Role } from './roles' import { AdministrationId } from './static/administrations' import { Departements } from './static/departement' +import { test, expect, describe } from 'vitest' describe('isNotNullNorUndefined', () => { test('null or undefined', () => { diff --git a/packages/common/tsconfig.json b/packages/common/tsconfig.json index 77721c023..fdf0e322f 100644 --- a/packages/common/tsconfig.json +++ b/packages/common/tsconfig.json @@ -18,7 +18,7 @@ "strictNullChecks": true, "sourceMap": true, "target": "ES2020", - "types": ["node", "jest"], + "types": ["node"], "resolveJsonModule": true }, "exclude": ["node_modules"], diff --git a/packages/ui/.ncurc.json b/packages/ui/.ncurc.json index 74c25fa25..f684e626a 100644 --- a/packages/ui/.ncurc.json +++ b/packages/ui/.ncurc.json @@ -3,9 +3,6 @@ "reject": [ "graphql-react", "@uppy/core", - "@uppy/tus", - "@vitejs/plugin-vue", - "vite", - "@storybook/builder-vite" + "@uppy/tus" ] } diff --git a/packages/ui/jest.config.js b/packages/ui/jest.config.js deleted file mode 100644 index e4cf69c35..000000000 --- a/packages/ui/jest.config.js +++ /dev/null @@ -1,185 +0,0 @@ -// For a detailed explanation regarding each configuration property, visit: -// https://jestjs.io/docs/en/configuration.html - -module.exports = { - // All imported modules in your tests should be mocked automatically - automock: false, - - // Stop running tests after the first failure - // bail: false, - - // Respect "browser" field in package.json when resolving modules - // browser: false, - - // The directory where Jest should store its cached dependency information - // cacheDirectory: "/var/folders/k1/qn_ccxjn65lgnjx5d1xh31dm0000gn/T/jest_dx", - - // Automatically clear mock calls and instances between every test - clearMocks: true, - - // Indicates whether the coverage information should be collected while executing the test - collectCoverage: true, - - // An array of glob patterns indicating a set of files for which coverage information should be collected - // collectCoverageFrom: null, - - // The directory where Jest should output its coverage files - // coverageDirectory: '<rootDir>/coverage/', - - // An array of regexp pattern strings used to skip coverage collection - coveragePathIgnorePatterns: ['dist/', 'jest.config.js'], - - // A list of reporter names that Jest uses when writing coverage reports - // coverageReporters: [ - // "json", - // "text", - // "lcov", - // "clover" - // ], - - // An object that configures minimum threshold enforcement for coverage results - // coverageThreshold: null, - - // Make calling deprecated APIs throw helpful error messages - // errorOnDeprecated: false, - - // Force coverage collection from ignored files usin a array of glob patterns - // forceCoverageMatch: [], - - // A path to a module which exports an async function that is triggered once before all test suites - // globalSetup: null, - - // A path to a module which exports an async function that is triggered once after all test suites - // globalTeardown: null, - - // A set of global variables that need to be available in all test environments - globals: { applicationVersion: 'abcde', window: {} }, - - // An array of directory names to be searched recursively up from the requiring module's location - // moduleDirectories: [ - // "node_modules" - // ], - - // An array of file extensions your modules use - moduleFileExtensions: ['js', 'jsx', 'json', 'vue', 'ts', 'tsx'], - - // A map from regular expressions to module names that allow to stub out resources with a single module - moduleNameMapper: { - '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|css)$': - '<rootDir>/src/__mocks__/file-mock.js', - // '^vue$': 'vue/dist/vue.runtime.min.js', - // '^.+\\.(css)$': '<rootDir>/src/__mocks__/css.js', - '@/(.*)$': '<rootDir>/src/$1' - }, - - // An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader - // modulePathIgnorePatterns: [], - - // Activates notifications for test results - // notify: false, - - // An enum that specifies notification mode. Requires { notify: true } - // notifyMode: "always", - - // A preset that is used as a base for Jest's configuration - // preset: null, - preset: 'ts-jest', - - // Run tests from one or more projects - // projects: null, - - // Use this configuration option to add custom reporters to Jest - // reporters: undefined, - - // Automatically reset mock state between every test - // resetMocks: false, - - // Reset the module registry before running each individual test - // resetModules: false, - - // A path to a custom resolver - // resolver: null, - - // Automatically restore mock state between every test - // restoreMocks: false, - - // The root directory that Jest should scan for tests and modules within - // rootDir: null, - - // A list of paths to directories that Jest should use to search for files in - // roots: ['<rootDir>/src/'], - - // Allows you to use a custom runner instead of Jest's default test runner - // runner: "jest-runner", - - // The paths to modules that run some code to configure or set up the testing environment before each test - setupFiles: ['./src/__mocks__/setupJest.js'], - - // The path to a module that runs some code to configure or set up the testing framework before each test - // setupTestFrameworkScriptFile: null, - - // A list of paths to snapshot serializer modules Jest should use for snapshot testing - snapshotSerializers: ['jest-serializer-vue'], - - // The test environment that will be used for testing - testEnvironment: 'jsdom', - - // Options that will be passed to the testEnvironment - testEnvironmentOptions: { - url: 'http://localhost', - customExportConditions: ['node', 'node-addons'] - }, - - // Adds a location field to test results - // testLocationInResults: false, - - // The glob patterns Jest uses to detect test files - testMatch: ['<rootDir>/src/**/?(*.)(spec|test).{js,jsx,ts,tsx}'], - // testMatch: [ - // "**/__tests__/**/*.js?(x)", - // "**/?(*.)+(spec|test).js?(x)" - // ], - // testMatch: [ - // '**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' - // ], - - // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped - testPathIgnorePatterns: ['/node_modules/'], - - // The regexp pattern Jest uses to detect test files - // testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", - - // This option allows the use of a custom results processor - // testResultsProcessor: null, - - // This option allows use of a custom test runner - // testRunner: "jasmine2", - - // Setting this value to "fake" allows the use of fake timers for functions such as "setTimeout" - // timers: "real", - - // A map from regular expressions to paths to transformers - transform: { - '^.+\\.vue$': '@vue/vue3-jest', - '^.+\\.js?$': 'babel-jest', - '^.+\\.tsx?$': 'ts-jest', - '.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': - 'jest-transform-stub' - }, - - // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation - transformIgnorePatterns: ['/node_modules/'], - - // An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them - // unmockedModulePathPatterns: undefined, - - // Indicates whether each individual test should be reported during the run - // verbose: null, - - // An array of regexp patterns that are matched against all source file paths before re-running tests in watch mode - // watchPathIgnorePatterns: [], - - // Whether to use watchman for file crawling - // watchman: true, - watchPlugins: [] -} diff --git a/packages/ui/package.json b/packages/ui/package.json index 6afd6ff2f..c9ae03938 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -9,8 +9,7 @@ "dev": "vite", "dev:update": "npm-check-updates && npm install && npm audit fix", "start": "node ./index.js", - "test": "cross-env NODE_ENV=test && jest --verbose", - "test:watch": "cross-env NODE_ENV=test jest --watch --verbose", + "test": "vitest --environment jsdom --root src/", "lint": "prettier --write src && eslint --fix --ext .js,.ts,.vue src", "lint:check": "prettier --check src && eslint src", "storybook": "start-storybook -p 6006", @@ -18,9 +17,7 @@ "generate-icon-types": "ts-node --transpile-only scripts/generateIconTypes.ts" }, "@comment dependencies": { - "vite": "@vitejs/plugin-vue @storybook/builder-vite, impossible de passer vite en v3 car jest avec storybook ne fonctionne plus", - "@uppy/core": "et @uppy/tus en v3 sont en ESM", - "@mdx-js/preact": "dépendance transitive à @storybook/builder-vite -> https://github.com/storybookjs/builder-vite/issues/406" + "@uppy/core": "et @uppy/tus en v3 sont en ESM" }, "dependencies": { "compression": "^1.7.4", @@ -37,26 +34,26 @@ "@rollup/plugin-inject": "^4.0.4", "@sentry/tracing": "^7.11.1", "@sentry/vue": "^7.11.1", - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-controls": "^6.5.10", + "@storybook/addon-actions": "^6.5.13", + "@storybook/addon-controls": "^6.5.13", "@storybook/addon-postcss": "^2.0.0", - "@storybook/addon-storyshots": "^6.5.10", - "@storybook/builder-vite": "^0.1.36", - "@storybook/vue3": "^6.5.10", - "@types/jest": "^28.1.7", + "@storybook/builder-vite": "^0.2.5", + "@storybook/testing-vue3": "^0.0.2", + "@storybook/vue3": "^6.5.13", + "@testing-library/vue": "^6.6.1", "@types/leaflet": "^1.7.11", "@types/leaflet.markercluster": "^1.5.1", "@types/webpack-env": "^1.18.0", "@typescript-eslint/parser": "^5.34.0", "@uppy/core": "^2.1.10", "@uppy/tus": "^2.2.2", - "@vitejs/plugin-vue": "^2.3.1", + "@vitejs/plugin-vue": "^3.2.0", + "@vitejs/plugin-vue-jsx": "^2.1.1", + "@vitest/coverage-c8": "^0.25.2", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-standard": "^8.0.1", "@vue/test-utils": "^2.0.2", - "@vue/vue3-jest": "28.1.0", "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^28.1.3", "babel-loader": "^8.2.5", "babel-plugin-graphql-tag": "^3.3.0", "babel-preset-vite": "^1.0.4", @@ -64,7 +61,6 @@ "chart.js": "^3.9.1", "commitizen": "^4.2.5", "core-js": "^3.24.1", - "cross-env": "^7.0.3", "cross-fetch": "^3.1.5", "cz-conventional-changelog": "^3.3.0", "email-validator": "^2.0.4", @@ -72,7 +68,6 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.8.7", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-vue": "^9.4.0", @@ -81,12 +76,6 @@ "graphql-react": "^15.0.0", "graphql-tag": "^2.12.6", "html-webpack-plugin": "^5.5.0", - "jest": "^28.1.3", - "jest-environment-jsdom": "^28.1.3", - "jest-fetch-mock": "^3.0.3", - "jest-serializer-vue": "^2.0.2", - "jest-transform-stub": "^2.0.0", - "jest-util": "^28.1.3", "json2csv": "^5.0.7", "jsondiffpatch": "^0.4.1", "leaflet": "1.8.0", @@ -105,22 +94,22 @@ "rollup-plugin-visualizer": "^5.8.0", "snarkdown": "^2.0.0", "standard-version": "^9.5.0", - "ts-jest": "^28.0.8", - "typescript": "^4.7.4", - "vite": "^2.9.7", - "vue": "^3.2.37", - "vue-loader": "^17.0.0", + "typescript": "^4.8.4", + "vite": "^3.2.4", + "vitest": "^0.25.2", + "vitest-fetch-mock": "^0.2.1", + "vue": "^3.2.45", + "vue-loader": "^17.0.1", "vue-meta": "^2.4.0", - "vue-router": "^4.1.4", + "vue-router": "^4.1.6", "vue-tsc": "^1.0.9", - "vuex": "^4.0.2", + "vuex": "^4.1.0", "vuex-router-sync": "^6.0.0-rc.1" }, "eslintConfig": { "root": true, "env": { - "node": true, - "jest/globals": true + "node": true }, "globals": { "defineProps": "readonly", @@ -150,10 +139,7 @@ }, "parserOptions": { "parser": "@typescript-eslint/parser" - }, - "plugins": [ - "jest" - ] + } }, "prettier": { "semi": false, diff --git a/packages/ui/src/__mocks__/file-mock.js b/packages/ui/src/__mocks__/file-mock.js deleted file mode 100644 index eb456c5d9..000000000 --- a/packages/ui/src/__mocks__/file-mock.js +++ /dev/null @@ -1,3 +0,0 @@ -// https://jestjs.io/docs/en/webpack - -module.exports = 'test-file-stub' diff --git a/packages/ui/src/__mocks__/setupJest.js b/packages/ui/src/__mocks__/setupJest.js deleted file mode 100644 index e26f10d81..000000000 --- a/packages/ui/src/__mocks__/setupJest.js +++ /dev/null @@ -1,25 +0,0 @@ -global.fetch = require('jest-fetch-mock') - -class LocalStorageMock { - constructor() { - this.store = {} - } - - clear() { - this.store = {} - } - - getItem(key) { - return this.store[key] || null - } - - setItem(key, value) { - this.store[key] = String(value) - } - - removeItem(key) { - delete this.store[key] - } -} - -global.localStorage = new LocalStorageMock() diff --git a/packages/ui/src/__mocks__/setupVitest.js b/packages/ui/src/__mocks__/setupVitest.js new file mode 100644 index 000000000..c2564af10 --- /dev/null +++ b/packages/ui/src/__mocks__/setupVitest.js @@ -0,0 +1,7 @@ +import createFetchMock from 'vitest-fetch-mock' + +import { vi } from 'vitest' + +const fetchMock = createFetchMock(vi) + +fetchMock.enableMocks() diff --git a/packages/ui/src/__snapshots__/storybook.spec.ts.snap b/packages/ui/src/__snapshots__/storybook.spec.ts.snap new file mode 100644 index 000000000..54239bad8 --- /dev/null +++ b/packages/ui/src/__snapshots__/storybook.spec.ts.snap @@ -0,0 +1,10868 @@ +// Vitest Snapshot v1 + +exports[`Storybook Smoke Test > Common/Domaine > AllDomaines 1`] = ` +"<div style=\\"height: 100%; width: 100%; background: white;\\"> + <table> + <tr> + <th>Domaine</th> + <th>Rendu</th> + </tr> + <tr> + <td>m</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></td> + </tr> + <tr> + <td>c</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-c color-bg pill py-xs px-s\\">c</span></span></td> + </tr> + <tr> + <td>f</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-f color-bg pill py-xs px-s\\">f</span></span></td> + </tr> + <tr> + <td>g</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-g color-bg pill py-xs px-s\\">g</span></span></td> + </tr> + <tr> + <td>h</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-h color-bg pill py-xs px-s\\">h</span></span></td> + </tr> + <tr> + <td>r</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-r color-bg pill py-xs px-s\\">r</span></span></td> + </tr> + <tr> + <td>s</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-s color-bg pill py-xs px-s\\">s</span></span></td> + </tr> + <tr> + <td>w</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-w color-bg pill py-xs px-s\\">w</span></span></td> + </tr> + <tr> + <td>i</td> + <td><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-i color-bg pill py-xs px-s\\">i</span></span></td> + </tr> + </table> +</div>" +`; + +exports[`Storybook Smoke Test > Common/Domaine > Default 1`] = `"<span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span>"`; + +exports[`Storybook Smoke Test > Components/Administration/ActivitesTypesEmails > EmailLectureAndModificationSurAdministrationVisible 1`] = ` +"<div class=\\"mb-xxl\\"> + <h3>Emails à notifier lors du dépôt d’un type d’activité</h3> + <div class=\\"tablet-blob-3-4\\"> + <div class=\\"h6\\"> + <p> Lors d’un dépôt d’une activité d’un type en particulier + <!--v-if-->, quels sont les emails à notifier ? + </p> + </div> + </div> + <div class=\\"line width-full\\"></div> + <div class=\\"width-full-p\\"> + <div class=\\"overflow-scroll-x mb\\"> + <table> + <tr> + <th>Type d'activité</th> + <th>Email</th> + <th width=\\"1\\">Actions</th> + </tr> + <tr> + <td><select class=\\"py-xs px-s mr-s mt-xs\\"> + <option value=\\"grx\\">Rapport d'exploitation (autorisations M) (GRX)</option> + <option value=\\"pma\\">Rapport d’intensité d’exploration (PMA)</option> + </select></td> + <td><input type=\\"email\\" class=\\"py-xs mt-xs\\" placeholder=\\"Email\\"></td> + <td><button class=\\"btn rnd-xs p-s py-s px-m\\" disabled=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button></td> + </tr> + <tr> + <td><span class=\\"cap-first\\">Rapport d'exploitation (autorisations M) (GRX)</span></td> + <td>foo@bar.co</td> + <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-delete\\"></use> + </svg></button></td> + </tr> + <tr> + <td><span class=\\"cap-first\\">Rapport d’intensité d’exploration (PMA)</span></td> + <td>toto@tata.com</td> + <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-delete\\"></use> + </svg></button></td> + </tr> + </table> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Administration/ActivitesTypesEmails > EmailLectureAndModificationVisible 1`] = ` +"<div class=\\"mb-xxl\\"> + <h3>Emails à notifier lors du dépôt d’un type d’activité</h3> + <div class=\\"tablet-blob-3-4\\"> + <div class=\\"h6\\"> + <p> Lors d’un dépôt d’une activité d’un type en particulier <span><strong>si la production annuelle est non nulle</strong></span>, quels sont les emails à notifier ? </p> + </div> + </div> + <div class=\\"line width-full\\"></div> + <div class=\\"width-full-p\\"> + <div class=\\"overflow-scroll-x mb\\"> + <table> + <tr> + <th>Type d'activité</th> + <th>Email</th> + <th width=\\"1\\">Actions</th> + </tr> + <tr> + <td><select class=\\"py-xs px-s mr-s mt-xs\\"> + <option value=\\"grx\\">Rapport d'exploitation (autorisations M) (GRX)</option> + <option value=\\"pma\\">Rapport d’intensité d’exploration (PMA)</option> + </select></td> + <td><input type=\\"email\\" class=\\"py-xs mt-xs\\" placeholder=\\"Email\\"></td> + <td><button class=\\"btn rnd-xs p-s py-s px-m\\" disabled=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button></td> + </tr> + <tr> + <td><span class=\\"cap-first\\">Rapport d'exploitation (autorisations M) (GRX)</span></td> + <td>foo@bar.co</td> + <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-delete\\"></use> + </svg></button></td> + </tr> + <tr> + <td><span class=\\"cap-first\\">Rapport d’intensité d’exploration (PMA)</span></td> + <td>toto@tata.com</td> + <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-delete\\"></use> + </svg></button></td> + </tr> + </table> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Administration/ActivitesTypesEmails > EmailLectureVisible 1`] = ` +"<div class=\\"mb-xxl\\"> + <h3>Emails à notifier lors du dépôt d’un type d’activité</h3> + <div class=\\"tablet-blob-3-4\\"> + <div class=\\"h6\\"> + <p> Lors d’un dépôt d’une activité d’un type en particulier <span><strong>si la production annuelle est non nulle</strong></span>, quels sont les emails à notifier ? </p> + </div> + </div> + <div class=\\"line width-full\\"></div> + <div class=\\"width-full-p\\"> + <div class=\\"overflow-scroll-x mb\\"> + <table> + <tr> + <th>Type d'activité</th> + <th>Email</th> + <!--v-if--> + </tr> + <!--v-if--> + <tr> + <td><span class=\\"cap-first\\">Rapport d'exploitation (autorisations M) (GRX)</span></td> + <td>foo@bar.co</td> + <!--v-if--> + </tr> + <tr> + <td><span class=\\"cap-first\\">Rapport d’intensité d’exploration (PMA)</span></td> + <td>toto@tata.com</td> + <!--v-if--> + </tr> + </table> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Administration/TitresTypes > ONF 1`] = ` +"<div class=\\"mb-xxl\\"> + <h3>Administration gestionnaire ou associée</h3> + <div class=\\"h6\\"> + <ul class=\\"list-prefix\\"> + <li> Un utilisateur d'une <b>administration gestionnaire</b> peut créer et modifier les titres et leur contenu. </li> + <li> Un utilisateur d'une <b>administration associée</b> peut voir les titres non-publics. Cette administration n'apparaît pas sur les pages des titres. </li> + </ul> + </div> + <div class=\\"line width-full\\"></div> + <div class=\\"width-full-p\\"> + <div class=\\"overflow-scroll-x mb\\"> + <table> + <tr> + <th>Domaine</th> + <th>Type de titre</th> + <th>Gestionnaire</th> + <th>Associée</th> + </tr> + <tr> + <td><span class=\\"cap-first small bold mono mt-s\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></td> + <td><span class=\\"small bold cap-first mt-s\\">autorisation de recherches</span></td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-checkbox\\"></use> + </svg></td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-checkbox-blank\\"></use> + </svg></td> + </tr> + <tr> + <td><span class=\\"cap-first small bold mono mt-s\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></td> + <td><span class=\\"small bold cap-first mt-s\\">autorisation d'exploitation</span></td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-checkbox\\"></use> + </svg></td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-checkbox-blank\\"></use> + </svg></td> + </tr> + </table> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/AutoCompleteEntreprise > Default 1`] = ` +"<div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/AutoCompleteEntreprise > WithEntitiesAlreadyPresent 1`] = ` +"<div> + <div> + <div class=\\"flex mb-s flex-center\\"> + <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom10</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\"> Opérateur </label><button class=\\"btn py-s px-m rnd-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div> + <div> + <div class=\\"flex mb-s flex-center\\"> + <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom2</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\"> Opérateur </label><button class=\\"btn py-s px-m rnd-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/FondamentalesEdit > ArmDemandeONF 1`] = ` +"<div> + <!--v-if--> + <!--v-if--> + <!--v-if--> + <h3 class=\\"mb-s\\">Titulaires</h3> + <p class=\\"h6 italic\\">Optionnel</p> + <div class=\\"mb-s\\" isarray=\\"true\\"> + <div> + <div> + <div class=\\"flex mb-s flex-center\\"> + <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\"> Opérateur </label><button class=\\"btn py-s px-m rnd-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> + </div> + <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + <hr> + <!--v-if--> + <div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <ul class=\\"list-inline mb-s\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">argent</span></span></li> + </ul> + <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Incertain </span></span></div> + <p class=\\"h6 italic mb-s\\"> Hérité de : <span class=\\"cap-first\\">étape précédente</span> (01 / 01 / 2022) </p> + </div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> + </div> + </div> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/FondamentalesEdit > ArmDemandeOperateur 1`] = ` +"<div> + <!--v-if--> + <!--v-if--> + <!--v-if--> + <!--v-if--> + <!--v-if--> + <div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <ul class=\\"list-inline mb-s\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">argent</span></span></li> + </ul> + <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Incertain </span></span></div> + <p class=\\"h6 italic mb-s\\"> Hérité de : <span class=\\"cap-first\\">étape précédente</span> (01 / 01 / 2022) </p> + </div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> + </div> + </div> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/FondamentalesEdit > ArmJorfONF 1`] = ` +"<div> + <!--v-if--> + <div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5 class=\\"mb-0\\">Date de début</h5> + <p class=\\"h6 italic mb-0\\">Optionnel</p> + </div> + <div class=\\"mb-s tablet-blob-2-3\\"> + <div class=\\"blobs-mini mb-s\\"> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"29\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> + <div class=\\"blob-mini-1-3\\"><select class=\\"p-s mr-s\\"> + <option disabled=\\"\\" hidden=\\"\\">mois</option> + <option value=\\"1\\">janvier</option> + <option value=\\"2\\">février</option> + <option value=\\"3\\">mars</option> + <option value=\\"4\\">avril</option> + <option value=\\"5\\">mai</option> + <option value=\\"6\\">juin</option> + <option value=\\"7\\">juillet</option> + <option value=\\"8\\">aout</option> + <option value=\\"9\\">septembre</option> + <option value=\\"10\\">octobre</option> + <option value=\\"11\\">novembre</option> + <option value=\\"12\\">décembre</option> + </select></div> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> + </div> + <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + </div> + <hr> + <div class=\\"tablet-blobs\\"> + <hr> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5 class=\\"mb-0\\">Date d'échéance</h5> + <p class=\\"h6 italic mb-0\\">Optionnel</p> + </div> + <div class=\\"mb-s tablet-blob-2-3\\"> + <div class=\\"blobs-mini mb-s\\"> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> + <div class=\\"blob-mini-1-3\\"><select class=\\"p-s mr-s\\"> + <option disabled=\\"\\" hidden=\\"\\">mois</option> + <option value=\\"1\\">janvier</option> + <option value=\\"2\\">février</option> + <option value=\\"3\\">mars</option> + <option value=\\"4\\">avril</option> + <option value=\\"5\\">mai</option> + <option value=\\"6\\">juin</option> + <option value=\\"7\\">juillet</option> + <option value=\\"8\\">aout</option> + <option value=\\"9\\">septembre</option> + <option value=\\"10\\">octobre</option> + <option value=\\"11\\">novembre</option> + <option value=\\"12\\">décembre</option> + </select></div> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> + </div> + <hr> + <h3 class=\\"mb-s\\">Titulaires</h3> + <p class=\\"h6 italic\\">Optionnel</p> + <div class=\\"mb-s\\" isarray=\\"true\\"> + <div> + <div> + <div class=\\"flex mb-s flex-center\\"> + <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\"> Opérateur </label><button class=\\"btn py-s px-m rnd-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> + </div> + <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + <hr> + <!--v-if--> + <div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <ul class=\\"list-inline mb-s\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">argent</span></span></li> + </ul> + <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Incertain </span></span></div> + <p class=\\"h6 italic mb-s\\"> Hérité de : <span class=\\"cap-first\\">étape précédente</span> (01 / 01 / 2022) </p> + </div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> + </div> + </div> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/FondamentalesEdit > AxmDemandeONF 1`] = ` +"<div> + <div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5 class=\\"mb-0\\">Durée (années / mois)</h5> + <!--v-if--> + </div> + <div class=\\"mb-s tablet-blob-2-3\\"> + <div class=\\"blobs-mini\\"> + <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right py-s mb-s\\" placeholder=\\"années\\"></div> + <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right p-s\\" placeholder=\\"mois\\"></div> + </div> + <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + <hr> + </div> + <!--v-if--> + <!--v-if--> + <h3 class=\\"mb-s\\">Titulaires</h3> + <p class=\\"h6 italic\\">Optionnel</p> + <div class=\\"mb-s\\" isarray=\\"true\\"> + <div> + <div> + <div class=\\"flex mb-s flex-center\\"> + <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\"> Opérateur </label><button class=\\"btn py-s px-m rnd-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> + </div> + <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + <hr> + <!--v-if--> + <div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <ul class=\\"list-inline mb-s\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">argent</span></span></li> + </ul> + <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Incertain </span></span></div> + <p class=\\"h6 italic mb-s\\"> Hérité de : <span class=\\"cap-first\\">étape précédente</span> (01 / 01 / 2022) </p> + </div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> + </div> + </div> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/FondamentalesEdit > PrmDemandeONF 1`] = ` +"<div> + <div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5 class=\\"mb-0\\">Durée (années / mois)</h5> + <p class=\\"h6 italic mb-0\\">Optionnel</p> + </div> + <div class=\\"mb-s tablet-blob-2-3\\"> + <div class=\\"blobs-mini\\"> + <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right py-s mb-s\\" placeholder=\\"années\\"></div> + <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right p-s\\" placeholder=\\"mois\\"></div> + </div> + <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + <hr> + </div> + <div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5 class=\\"mb-0\\">Date de début</h5> + <p class=\\"h6 italic mb-0\\">Optionnel</p> + </div> + <div class=\\"mb-s tablet-blob-2-3\\"> + <div class=\\"blobs-mini mb-s\\"> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"29\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> + <div class=\\"blob-mini-1-3\\"><select class=\\"p-s mr-s\\"> + <option disabled=\\"\\" hidden=\\"\\">mois</option> + <option value=\\"1\\">janvier</option> + <option value=\\"2\\">février</option> + <option value=\\"3\\">mars</option> + <option value=\\"4\\">avril</option> + <option value=\\"5\\">mai</option> + <option value=\\"6\\">juin</option> + <option value=\\"7\\">juillet</option> + <option value=\\"8\\">aout</option> + <option value=\\"9\\">septembre</option> + <option value=\\"10\\">octobre</option> + <option value=\\"11\\">novembre</option> + <option value=\\"12\\">décembre</option> + </select></div> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> + </div> + <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + </div> + <hr> + <div class=\\"tablet-blobs\\"> + <hr> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5 class=\\"mb-0\\">Date d'échéance</h5> + <p class=\\"h6 italic mb-0\\">Optionnel</p> + </div> + <div class=\\"mb-s tablet-blob-2-3\\"> + <div class=\\"blobs-mini mb-s\\"> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> + <div class=\\"blob-mini-1-3\\"><select class=\\"p-s mr-s\\"> + <option disabled=\\"\\" hidden=\\"\\">mois</option> + <option value=\\"1\\">janvier</option> + <option value=\\"2\\">février</option> + <option value=\\"3\\">mars</option> + <option value=\\"4\\">avril</option> + <option value=\\"5\\">mai</option> + <option value=\\"6\\">juin</option> + <option value=\\"7\\">juillet</option> + <option value=\\"8\\">aout</option> + <option value=\\"9\\">septembre</option> + <option value=\\"10\\">octobre</option> + <option value=\\"11\\">novembre</option> + <option value=\\"12\\">décembre</option> + </select></div> + <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> + </div> + <hr> + <h3 class=\\"mb-s\\">Titulaires</h3> + <p class=\\"h6 italic\\">Optionnel</p> + <div class=\\"mb-s\\" isarray=\\"true\\"> + <div> + <div> + <div class=\\"flex mb-s flex-center\\"> + <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\"> Opérateur </label><button class=\\"btn py-s px-m rnd-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> + </div> + <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + <hr> + <hr> + <h3 class=\\"mb-s\\">Amodiataires</h3> + <p class=\\"h6 italic\\">Optionnel</p> + <div class=\\"mb-s\\" isarray=\\"true\\"> + <div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Sélectionner un amodiataire\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> + </div> + <div class=\\"h6 mt-s\\"> + <!--v-if--> + </div> + <!--v-if--> + </div> + <hr> + <div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <ul class=\\"list-inline mb-s\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">argent</span></span></li> + </ul> + <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Incertain </span></span></div> + <p class=\\"h6 italic mb-s\\"> Hérité de : <span class=\\"cap-first\\">étape précédente</span> (01 / 01 / 2022) </p> + </div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> + </div> + </div> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/FondamentalesEdit > PrmDeplacementDePerimetreONF 1`] = ` +"<div> + <!--v-if--> + <!--v-if--> + <!--v-if--> + <h3 class=\\"mb-s\\">Titulaires</h3> + <p class=\\"h6 italic\\">Optionnel</p> + <div class=\\"mb-s\\" isarray=\\"true\\"> + <div> + <div> + <div class=\\"flex mb-s flex-center\\"> + <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\"> Opérateur </label><button class=\\"btn py-s px-m rnd-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> + </div> + <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div> + <!--v-if--> + </div> + <hr> + <hr> + <h3 class=\\"mb-s\\">Amodiataires</h3> + <p class=\\"h6 italic\\">Optionnel</p> + <div class=\\"mb-s\\" isarray=\\"true\\"> + <div> + <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"autocomplete_entreprise\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Sélectionner un amodiataire\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> + </div> + <div class=\\"h6 mt-s\\"> + <!--v-if--> + </div> + <!--v-if--> + </div> + <hr> + <div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <ul class=\\"list-inline mb-s\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">argent</span></span></li> + </ul> + <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Incertain </span></span></div> + <p class=\\"h6 italic mb-s\\"> Hérité de : <span class=\\"cap-first\\">étape précédente</span> (01 / 01 / 2022) </p> + </div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> + </div> + </div> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/PureFormSaveBtn > CompletudeDeLaDemandeComplete 1`] = ` +"<div class=\\"flex flex-direction-column full-x\\"> + <ul class=\\"bg-warning color-bg list-none p-s bold\\"> + <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-external-link\\"></use> + </svg></a></li> + </ul> + <div class=\\"tablet-blobs mr-xxs\\"> + <div class=\\"tablet-blob-1-3\\"></div> + <div class=\\"tablet-blob-1-3\\"></div> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\"> Enregistrer </button></div> + <div class=\\"tablet-blob-1-3\\"> + <!--v-if--> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/PureFormSaveBtn > CompletudeDeLaDemandeImcomplete 1`] = ` +"<div class=\\"flex flex-direction-column full-x\\"> + <ul class=\\"bg-warning color-bg list-none p-s bold\\"> + <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-external-link\\"></use> + </svg></a></li> + </ul> + <div class=\\"tablet-blobs mr-xxs\\"> + <div class=\\"tablet-blob-1-3\\"></div> + <div class=\\"tablet-blob-1-3\\"></div> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\" disabled=\\"\\"> Enregistrer </button></div> + <div class=\\"tablet-blob-1-3\\"> + <!--v-if--> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/PureFormSaveBtn > DemandeEnConstructionComplete 1`] = ` +"<div class=\\"flex flex-direction-column full-x\\"> + <ul class=\\"bg-warning color-bg list-none p-s bold\\"> + <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-external-link\\"></use> + </svg></a></li> + </ul> + <div class=\\"tablet-blobs mr-xxs\\"> + <div class=\\"tablet-blob-1-3\\"></div> + <!--v-if--> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-secondary\\"> Enregistrer </button></div> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\"> Enregistrer et déposer </button></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/PureFormSaveBtn > DemandeEnConstructionIncomplete 1`] = ` +"<div class=\\"flex flex-direction-column full-x\\"> + <ul class=\\"bg-warning color-bg list-none p-s bold\\"> + <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-external-link\\"></use> + </svg></a></li> + </ul> + <div class=\\"tablet-blobs mr-xxs\\"> + <div class=\\"tablet-blob-1-3\\"></div> + <!--v-if--> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-secondary\\"> Enregistrer </button></div> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\" disabled=\\"\\"> Enregistrer et déposer </button></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/PureFormSaveBtn > SansMessage 1`] = ` +"<div class=\\"flex flex-direction-column full-x\\"> + <!--v-if--> + <div class=\\"tablet-blobs mr-xxs\\"> + <div class=\\"tablet-blob-1-3\\"></div> + <!--v-if--> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-secondary\\"> Enregistrer </button></div> + <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\"> Enregistrer et déposer </button></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/SubstancesEdit > AvecHeritage 1`] = ` +"<div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <ul class=\\"list-inline mb-s\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">or</span></span></li> + </ul> + <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Incertain </span></span></div> + <p class=\\"h6 italic mb-s\\"> Hérité de : <span class=\\"cap-first\\">Demande</span> (01 / 01 / 2020) </p> + </div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Etape/SubstancesEdit > SansHeritage 1`] = ` +"<div> + <h3 class=\\"mb-s\\">Substances</h3> + <div class=\\"mb-s\\"> + <div> + <div class=\\"flex mb-s\\"><select class=\\"p-s mr-s\\"> + <option value=\\"kals\\">alun</option> + <option value=\\"anti\\">antimoine</option> + <option value=\\"arge\\">argent</option> + <option value=\\"arse\\">arsenic</option> + <option value=\\"trxx\\">autres éléments de terres rares</option> + <option value=\\"aloh\\">bauxite</option> + <option value=\\"bery\\">béryllium</option> + <option value=\\"bism\\">bismuth</option> + <option value=\\"cadm\\">cadmium</option> + <option value=\\"hydm\\">calcaires bitumineux</option> + <option value=\\"ceri\\">cérium</option> + <option value=\\"cesi\\">césium</option> + <option value=\\"chro\\">chrome</option> + <option value=\\"coba\\">cobalt</option> + <option value=\\"cuiv\\">cuivre</option> + <option value=\\"diam\\">diamant</option> + <option value=\\"dysp\\">dysprosium</option> + <option value=\\"erbi\\">erbium</option> + <option value=\\"etai\\">étain</option> + <option value=\\"euro\\">europium</option> + <option value=\\"ferx\\">fer</option> + <option value=\\"fluo\\">fluorine</option> + <option value=\\"gado\\">gadolinium</option> + <option value=\\"gall\\">gallium</option> + <option value=\\"coox\\">gaz carbonique</option> + <option value=\\"germ\\">germanium</option> + <option value=\\"grap\\">graphite</option> + <option value=\\"hafn\\">hafnium</option> + <option value=\\"heli\\">hélium</option> + <option value=\\"holm\\">holmium</option> + <option value=\\"hydrog\\">hydrogène</option> + <option value=\\"indi\\">indium</option> + <option value=\\"irid\\">iridium</option> + <option value=\\"lant\\">lanthane</option> + <option value=\\"lith\\">lithium</option> + <option value=\\"lute\\">lutécium</option> + <option value=\\"mang\\">manganèse</option> + <option value=\\"merc\\">mercure</option> + <option value=\\"meco\\">métaux connexes</option> + <option value=\\"meba\\">métaux de base</option> + <option value=\\"plax\\">métaux de la mine du platine</option> + <option value=\\"mepr\\">métaux précieux</option> + <option value=\\"mais\\">minerais</option> + <option value=\\"moly\\">molybdène</option> + <option value=\\"neod\\">néodyme</option> + <option value=\\"nick\\">nickel</option> + <option value=\\"niob\\">niobium</option> + <option value=\\"oooo\\">non précisée(s)</option> + <option disabled=\\"\\" value=\\"auru\\">or</option> + <option value=\\"osmi\\">osmium</option> + <option value=\\"pall\\">palladium</option> + <option value=\\"phos\\">phosphates</option> + <option value=\\"pipe\\">pierres précieuses</option> + <option value=\\"plat\\">platine</option> + <option value=\\"plom\\">plomb</option> + <option value=\\"pras\\">praséodyme</option> + <option value=\\"prom\\">prométhium</option> + <option value=\\"selp\\">puits d'eau salée</option> + <option value=\\"pyri\\">pyrite</option> + <option value=\\"rhen\\">rhénium</option> + <option value=\\"rhod\\">rhodium</option> + <option value=\\"rubi\\">rubidium</option> + <option value=\\"ruth\\">ruthénium</option> + <option value=\\"sama\\">samarium</option> + <option value=\\"scan\\">scandium</option> + <option value=\\"selx\\">sel</option> + <option value=\\"selg\\">sel gemme</option> + <option value=\\"sele\\">sélénium</option> + <option value=\\"sels\\">sels</option> + <option value=\\"kclx\\">sels de potassium</option> + <option value=\\"nacl\\">sels de sodium</option> + <option value=\\"souf\\">soufre</option> + <option value=\\"selh\\">sources d'eau salée</option> + <option value=\\"scoc\\">substances connexes</option> + <option value=\\"soxx\\">sulfates autres que les sulfates alcalino-terreux</option> + <option value=\\"tant\\">tantale</option> + <option value=\\"tell\\">tellure</option> + <option value=\\"terb\\">terbium</option> + <option value=\\"thal\\">thallium</option> + <option value=\\"thul\\">thulium</option> + <option value=\\"tita\\">titane</option> + <option value=\\"tmas\\">tous métaux associés</option> + <option value=\\"wolf\\">tungstène</option> + <option value=\\"vana\\">vanadium</option> + <option value=\\"ytte\\">ytterbium</option> + <option value=\\"ytri\\">yttrium</option> + <option value=\\"zinc\\">zinc</option> + <option value=\\"zirc\\">zirconium</option> + </select> + <!--v-if--> + <!--v-if--><button class=\\"rnd-l-xs btn py-s px-m rnd-r-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></button> + </div> + </div><button class=\\"btn small rnd-xs py-s px-m full-x flex mb-s\\"><span class=\\"mt-xxs\\">Ajouter une substance</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button> + <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\"> Incertain </label></div><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Hériter de l'étape précédente</button> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureDrealDashboard > Loading 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord </h1> + </div> + </div> + <!--v-if--> + <div class=\\"line-neutral width-full mb-l\\"></div> + <h3>Titres</h3> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <h4>Titres en cours d’instruction</h4> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureDrealDashboard > Ok 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord </h1> + </div> + </div> + <!--v-if--> + <div class=\\"line-neutral width-full mb-l\\"></div> + <h3>Titres</h3> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <h4>Titres en cours d’instruction</h4> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureDrealDashboard > WithError 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord </h1> + </div> + </div> + <!--v-if--> + <div class=\\"line-neutral width-full mb-l\\"></div> + <h3>Titres</h3> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <h4>Titres en cours d’instruction</h4> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseDashboard > Loading 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> + </div> + <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button></div> + </div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseDashboard > Ok 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> + </div> + <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button></div> + </div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseDashboard > OkWithoutActivities 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> + </div> + <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button></div> + </div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseDashboard > OkWithoutFiscalite 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> + </div> + <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button></div> + </div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseDashboard > WithError 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> + </div> + <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></button></div> + </div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseFiscalite > Guyane 1`] = ` +"<div data-v-b91681b0=\\"\\"> Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) <div class=\\"flex\\" data-v-b91681b0=\\"\\"> + <div class=\\"mr-xs\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2021</button></div> + <div class=\\"mr-xs active\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2022</button></div> + </div> + <div class=\\"line-neutral mb\\" data-v-b91681b0=\\"\\"></div>Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 <br data-v-b91681b0=\\"\\"><strong data-v-b91681b0=\\"\\">Cotisations</strong> + <div class=\\"fiscalite-table\\" data-v-b91681b0=\\"\\"> + <div data-v-b91681b0=\\"\\">a. Redevance communale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">b. Redevance départementale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <!--v-if--> + <div data-v-b91681b0=\\"\\"> f. Frais de gestion de fiscalité directe locale (a+b)X 8% </div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">Somme à payer auprès du comptable (2)</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseFiscalite > GuyaneAnneePrecedente 1`] = ` +"<div data-v-b91681b0=\\"\\"> Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) <div class=\\"flex\\" data-v-b91681b0=\\"\\"> + <div class=\\"mr-xs active\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2021</button></div> + <div class=\\"mr-xs\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2022</button></div> + </div> + <div class=\\"line-neutral mb\\" data-v-b91681b0=\\"\\"></div> + <!--v-if--><strong data-v-b91681b0=\\"\\">Cotisations</strong> + <div class=\\"fiscalite-table\\" data-v-b91681b0=\\"\\"> + <div data-v-b91681b0=\\"\\">a. Redevance communale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">b. Redevance départementale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <!--v-if--> + <div data-v-b91681b0=\\"\\"> f. Frais de gestion de fiscalité directe locale (a+b)X 8% </div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">Somme à payer auprès du comptable (2)</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseFiscalite > Loading 1`] = ` +"<div data-v-b91681b0=\\"\\"> Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) <div class=\\"flex\\" data-v-b91681b0=\\"\\"> + <div class=\\"mr-xs\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2021</button></div> + <div class=\\"mr-xs active\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2022</button></div> + </div> + <div class=\\"line-neutral mb\\" data-v-b91681b0=\\"\\"></div>Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 <br data-v-b91681b0=\\"\\"><strong data-v-b91681b0=\\"\\">Cotisations</strong> + <div class=\\"fiscalite-table\\" data-v-b91681b0=\\"\\"> + <div data-v-b91681b0=\\"\\">a. Redevance communale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">b. Redevance départementale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <!--v-if--> + <div data-v-b91681b0=\\"\\"> f. Frais de gestion de fiscalité directe locale (a+b)X 8% </div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">Somme à payer auprès du comptable (2)</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseFiscalite > Ok 1`] = ` +"<div data-v-b91681b0=\\"\\"> Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) <div class=\\"flex\\" data-v-b91681b0=\\"\\"> + <div class=\\"mr-xs\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2021</button></div> + <div class=\\"mr-xs active\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2022</button></div> + </div> + <div class=\\"line-neutral mb\\" data-v-b91681b0=\\"\\"></div>Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 <br data-v-b91681b0=\\"\\"><strong data-v-b91681b0=\\"\\">Cotisations</strong> + <div class=\\"fiscalite-table\\" data-v-b91681b0=\\"\\"> + <div data-v-b91681b0=\\"\\">a. Redevance communale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">b. Redevance départementale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <!--v-if--> + <div data-v-b91681b0=\\"\\"> f. Frais de gestion de fiscalité directe locale (a+b)X 8% </div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">Somme à payer auprès du comptable (2)</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureEntrepriseFiscalite > WithError 1`] = ` +"<div data-v-b91681b0=\\"\\"> Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) <div class=\\"flex\\" data-v-b91681b0=\\"\\"> + <div class=\\"mr-xs\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2021</button></div> + <div class=\\"mr-xs active\\" data-v-b91681b0=\\"\\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\" data-v-b91681b0=\\"\\">2022</button></div> + </div> + <div class=\\"line-neutral mb\\" data-v-b91681b0=\\"\\"></div>Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 <br data-v-b91681b0=\\"\\"><strong data-v-b91681b0=\\"\\">Cotisations</strong> + <div class=\\"fiscalite-table\\" data-v-b91681b0=\\"\\"> + <div data-v-b91681b0=\\"\\">a. Redevance communale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">b. Redevance départementale</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <!--v-if--> + <div data-v-b91681b0=\\"\\"> f. Frais de gestion de fiscalité directe locale (a+b)X 8% </div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div data-v-b91681b0=\\"\\">Somme à payer auprès du comptable (2)</div> + <div class=\\"top-level fiscalite-value\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\" data-v-b91681b0=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureONFDashboard > Loading 1`] = ` +"<div> + <div displayactivites=\\"true\\"> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord ONF</h1> + </div> + </div> + <div class=\\"loaders fixed p\\"> + <div class=\\"loader\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureONFDashboard > Ok 1`] = ` +"<div> + <div displayactivites=\\"true\\"> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord ONF</h1> + </div> + </div> + <div class=\\"loaders fixed p\\"> + <div class=\\"loader\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PureONFDashboard > WithError 1`] = ` +"<div> + <div displayactivites=\\"true\\"> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord ONF</h1> + </div> + </div> + <div class=\\"loaders fixed p\\"> + <div class=\\"loader\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PurePTMGDashboard > Loading 1`] = ` +"<div> + <div displayactivites=\\"true\\"> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord PTMG</h1> + </div> + </div> + <div class=\\"loaders fixed p\\"> + <div class=\\"loader\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PurePTMGDashboard > Ok 1`] = ` +"<div> + <div displayactivites=\\"true\\"> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord PTMG</h1> + </div> + </div> + <div class=\\"loaders fixed p\\"> + <div class=\\"loader\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/PurePTMGDashboard > WithError 1`] = ` +"<div> + <div displayactivites=\\"true\\"> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord PTMG</h1> + </div> + </div> + <div class=\\"loaders fixed p\\"> + <div class=\\"loader\\"></div> + </div> + <!--v-if--> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/PureTitresLinkForm > AxmWithAlreadySelectedTitre 1`] = ` +"<div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/PureTitresLinkForm > DefautCantUpdateLinks 1`] = ` +"<div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/PureTitresLinkForm > FusionWithAlreadySelectedTitre 1`] = ` +"<div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/PureTitresLinkForm > TitreWithTitreLinksLoading 1`] = ` +"<div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/Territoires > All 1`] = ` +"<div class=\\"tablet-blobs mb-xl\\"> + <div class=\\"tablet-blob-1-4\\"> + <div> + <h5>Surface</h5> + <p>4 km² environ</p> + </div> + </div> + <div class=\\"tablet-blob-3-4\\"> + <h5>Territoires</h5> + <div> + <div> + <h6 class=\\"mb-s\\">Pays de la Loire / Sarthe</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Flée</span></span></li> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Montval-sur-loir</span></span></li> + </ul> + </div> + </div> + <div> + <div> + <h6 class=\\"mb-s\\">Centre-Val de Loire / Indre-et-Loire</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Tours</span></span></li> + </ul> + </div> + </div> + <div> + <div> + <h6 class=\\"mb-s\\">Guyane</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Ville de Guyane</span></span></li> + </ul> + </div> + </div> + <div> + <div> + <h6 class=\\"mb-s\\">Forêts</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Forêt 1</span></span></li> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Forêt 2</span></span></li> + </ul> + </div> + </div> + <div> + <div> + <h6 class=\\"mb-s\\">Zones du SDOM</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Zone 1</span></span></li> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Zone 3</span></span></li> + </ul> + </div> + </div> + <div> + <h6 class=\\"mb-s\\">Méditerranée</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Balagne</span></span></li> + </ul> + </div> + <div> + <h6 class=\\"mb-s\\">Nord Atlantique - Manche Ouest</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Bretagne nord</span></span></li> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Bretagne sud</span></span></li> + </ul> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/Territoires > Empty 1`] = ` +"<div class=\\"tablet-blobs mb-xl\\"> + <div class=\\"tablet-blob-1-4\\"> + <!--v-if--> + </div> + <!--v-if--> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/Territoires > OnlyForets 1`] = ` +"<div class=\\"tablet-blobs mb-xl\\"> + <div class=\\"tablet-blob-1-4\\"> + <!--v-if--> + </div> + <div class=\\"tablet-blob-3-4\\"> + <h5>Territoires</h5> + <!--v-if--> + <div> + <div> + <h6 class=\\"mb-s\\">Forêts</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Forêt 1</span></span></li> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Forêt 2</span></span></li> + </ul> + </div> + </div> + <!--v-if--> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/Territoires > OnlySdomZones 1`] = ` +"<div class=\\"tablet-blobs mb-xl\\"> + <div class=\\"tablet-blob-1-4\\"> + <!--v-if--> + </div> + <div class=\\"tablet-blob-3-4\\"> + <h5>Territoires</h5> + <!--v-if--> + <!--v-if--> + <div> + <div> + <h6 class=\\"mb-s\\">Zones du SDOM</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Zone 1</span></span></li> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Zone 3</span></span></li> + </ul> + </div> + </div> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/Territoires > OnlySecteursMaritimes 1`] = ` +"<div class=\\"tablet-blobs mb-xl\\"> + <div class=\\"tablet-blob-1-4\\"> + <!--v-if--> + </div> + <div class=\\"tablet-blob-3-4\\"> + <h5>Territoires</h5> + <!--v-if--> + <!--v-if--> + <!--v-if--> + <div> + <h6 class=\\"mb-s\\">Méditerranée</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Balagne</span></span></li> + </ul> + </div> + <div> + <h6 class=\\"mb-s\\">Nord Atlantique - Manche Ouest</h6> + <ul class=\\"list-inline\\"> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Bretagne nord</span></span></li> + <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box\\">Bretagne sud</span></span></li> + </ul> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/Territoires > OnlySurface 1`] = ` +"<div class=\\"tablet-blobs mb-xl\\"> + <div class=\\"tablet-blob-1-4\\"> + <div> + <h5>Surface</h5> + <p>4 km² environ</p> + </div> + </div> + <!--v-if--> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/TitresLink > AXM 1`] = ` +"<div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/TitresLink > AXMWithAlreadySelectedTitre 1`] = ` +"<div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/TitresLink > DemarcheFusion 1`] = ` +"<div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/TitresLink > DemarcheFusionWithAlreadySelectedTitre 1`] = ` +"<div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/TitresLink > Loading 1`] = ` +"<div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/Titre/TitresLink > WithError 1`] = ` +"<div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/User/Button > Connected 1`] = `"<div class=\\"flex\\"><button id=\\"cmn-user-button-menu\\" class=\\"btn-menu text-decoration-none bold p-0\\" aria-label=\\"profil utilisateur\\">prenom Nom</button></div>"`; + +exports[`Storybook Smoke Test > Components/User/Button > NotConnected 1`] = `"<div class=\\"flex\\"><button id=\\"cmn-user-button-connexion\\" class=\\"btn btn-primary small lh-2\\"> Connexion </button></div>"`; + +exports[`Storybook Smoke Test > Components/Utilisateur/QGISToken > Default 1`] = ` +"<div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-4\\"> + <h5>Jeton QGIS</h5> + </div> + <div class=\\"tablet-blob-3-4\\"> + <div class=\\"top-level\\" style=\\"\\" data-v-b0094f72=\\"\\"> + <!--v-if--><button class=\\"btn btn-secondary\\"> Générer un jeton QGIS </button> + </div> + <transition-group-stub></transition-group-stub> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/common/SectionElement > AucunFichier 1`] = ` +"<div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-4\\"> + <h5>nom de l'élément</h5> + </div> + <div class=\\"tablet-blob-3-4\\"> + <div class=\\"flex h6 pb-xs\\"><span class=\\"mt-xs flex bold\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"mr-xs\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"><symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"><title>at</title><path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path></symbol><symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"><title>checkbox-blank</title><path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path></symbol><symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"><title>checkbox</title><path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path></symbol><symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"><title>chevron-bas</title><path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path></symbol><symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"><title>chevron-haut</title><path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path></symbol><symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"><title>close</title><path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path></symbol><symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"><title>delete</title><path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path></symbol><symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"><title>download</title><path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path></symbol><symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"><title>error-warning</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path></symbol><symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"><title>external-link</title><path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path></symbol><symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"><title>file</title><path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path></symbol><symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"><title>file-add</title><path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path></symbol><symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"><title>globe</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path></symbol><symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"><title>help</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path></symbol><symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"><title>key</title><path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path></symbol><symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"><title>link</title><path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path></symbol><symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"><title>list</title><path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path></symbol><symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"><title>marker-cluster</title><path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path></symbol><symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"><title>marker-none</title><g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"><path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path><rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect></g></symbol><symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"><title>marker-ungrouped</title><path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path></symbol><symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"><title>menu</title><path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path></symbol><symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"><title>minus</title><path d=\\"M5 11h14v2H5z\\"></path></symbol><symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"><title>move-down</title><path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path></symbol><symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"><title>move-up</title><path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path></symbol><symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"><title>pattern</title><path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path></symbol><symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"><title>pencil</title><path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path></symbol><symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"><title>plus</title><path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path></symbol><symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"><title>refresh</title><path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path></symbol><symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"><title>x</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path></symbol></svg><use href=\\"#icon-file\\"></use></svg> Aucun fichier</span> + <!--v-if--> + </div><!-- eslint-disable vue/no-v-html --> + <p class=\\"h6\\"><span>description</span></p> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/common/SectionElement > Default 1`] = ` +"<div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-4\\"> + <h5>nom de l'élément</h5> + </div> + <div class=\\"tablet-blob-3-4\\"> + <p class=\\"cap-first mb-s\\">– + <!--v-if--> + </p><!-- eslint-disable vue/no-v-html --> + <p class=\\"h6\\"><span>description</span></p> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/common/SectionElement > UnFichier 1`] = ` +"<div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-4\\"> + <h5>nom de l'élément</h5> + </div> + <div class=\\"tablet-blob-3-4\\"> + <div class=\\"flex h6 pb-xs\\"><span class=\\"mt-xs flex bold\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"mr-xs\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"><symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"><title>at</title><path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path></symbol><symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"><title>checkbox-blank</title><path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path></symbol><symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"><title>checkbox</title><path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path></symbol><symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"><title>chevron-bas</title><path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path></symbol><symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"><title>chevron-haut</title><path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path></symbol><symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"><title>close</title><path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path></symbol><symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"><title>delete</title><path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path></symbol><symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"><title>download</title><path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path></symbol><symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"><title>error-warning</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path></symbol><symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"><title>external-link</title><path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path></symbol><symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"><title>file</title><path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path></symbol><symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"><title>file-add</title><path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path></symbol><symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"><title>globe</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path></symbol><symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"><title>help</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path></symbol><symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"><title>key</title><path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path></symbol><symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"><title>link</title><path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path></symbol><symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"><title>list</title><path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path></symbol><symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"><title>marker-cluster</title><path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path></symbol><symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"><title>marker-none</title><g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"><path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path><rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect></g></symbol><symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"><title>marker-ungrouped</title><path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path></symbol><symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"><title>menu</title><path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path></symbol><symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"><title>minus</title><path d=\\"M5 11h14v2H5z\\"></path></symbol><symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"><title>move-down</title><path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path></symbol><symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"><title>move-up</title><path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path></symbol><symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"><title>pattern</title><path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path></symbol><symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"><title>pencil</title><path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path></symbol><symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"><title>plus</title><path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path></symbol><symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"><title>refresh</title><path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path></symbol><symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"><title>x</title><path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path></symbol></svg><use href=\\"#icon-file\\"></use></svg> nom du fichier</span><button class=\\"btn-border py-xs px-s rnd-xs flex-right mt--xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-download\\"></use> + </svg></button></div><!-- eslint-disable vue/no-v-html --> + <p class=\\"h6\\"><span>description</span></p> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Components/common/Statut > Default 1`] = `"<span class=\\"cap-first small bold\\"><span class=\\"bg-neutral color-bg pill py-xs px-s\\">indéfini</span></span>"`; + +exports[`Storybook Smoke Test > Components/common/Statut > WithColor 1`] = `"<span class=\\"cap-first small bold\\"><span class=\\"bg-success color-bg pill py-xs px-s\\">Mon statut</span></span>"`; + +exports[`Storybook Smoke Test > Components/common/TitreTypeSelect > Default 1`] = ` +"<div> + <div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5>Domaine</h5> + </div> + <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s mr\\"> + <option value=\\"m\\">minéraux et métaux</option> + <option value=\\"w\\">granulats marins</option> + <option value=\\"c\\">carrières</option> + <option value=\\"h\\">hydrocarbures liquides ou gazeux</option> + <option value=\\"f\\">combustibles fossiles</option> + <option value=\\"r\\">éléments radioactifs</option> + <option value=\\"g\\">géothermie</option> + <option value=\\"s\\">stockages souterrains</option> + <option value=\\"i\\">indéterminé</option> + </select></div> + </div> + <hr> + <!--v-if--> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Components/common/TitreTypeSelect > Entreprise 1`] = ` +"<div> + <div class=\\"tablet-blobs\\"> + <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> + <h5>Domaine</h5> + </div> + <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s mr\\"> + <option value=\\"m\\">minéraux et métaux</option> + </select></div> + </div> + <hr> + <!--v-if--> + <hr> +</div>" +`; + +exports[`Storybook Smoke Test > Page/Administrations > Default 1`] = ` +"<div> + <div class=\\"desktop-blobs\\"> + <div class=\\"desktop-blob-2-3\\"> + <h1 class=\\"mt-xs mb-m cap-first\\">administrations</h1> + </div> + <div class=\\"desktop-blob-1-3\\"></div> + </div> + <div class=\\"flex flex-direction-column rnd-s border bg-bg mb-s flex-grow\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> + <div>Filtres</div> + <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-chevron-bas\\"></use> + </svg></div> + </button> + <!--v-if--> + <div class=\\"overflow-hidden\\"> + <transition-stub> + <div style=\\"display: none;\\"> + <div class=\\"px-m\\"> + <div class=\\"tablet-blobs mt\\"> + <!--v-if--> + </div><button class=\\"btn-flash p-s rnd-xs full-x mb\\">Valider</button> + </div> + </div> + </transition-stub> + </div> + </div> + <div class=\\"tablet-blobs tablet-flex-direction-reverse\\"> + <div class=\\"tablet-blob-1-3 flex mb-s\\"></div> + <div class=\\"tablet-blob-2-3 flex\\"> + <div class=\\"py-m h5 bold mb-xs\\">131 résultats</div> + </div> + </div> + <div class=\\"line-neutral width-full\\"></div> + <div> + <div class=\\"width-full-p\\"> + <div class=\\"overflow-scroll-x mb\\"> + <div class=\\"table\\"> + <div class=\\"tr\\"> + <div class=\\"th nowrap\\"><button class=\\"btn-menu full-x p-0\\">Abréviation <svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-chevron-bas\\"></use> + </svg></button></div> + <div class=\\"th nowrap\\"><button class=\\"btn-menu full-x p-0\\">Nom + <!--v-if--> + </button></div> + <div class=\\"th nowrap\\"><button class=\\"btn-menu full-x p-0\\">Type + <!--v-if--> + </button></div> + </div> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">BRGM</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Bureau de recherches géologiques et minières</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">BRGM - Projet Zercoa</span></div> + <div class=\\"td\\"><span class=\\"h6\\">BRGM - Projet Zercoa</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Cacem</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Centre d'appui au contrôle de l'environnement marin</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DAJ - Ministère de l'Economie, des Finances et de la Relance</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DEAL - Guadeloupe</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - Guadeloupe</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DEAL - La Réunion</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - La Réunion</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DEAL - Martinique</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - Martinique</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DEAL - Mayotte</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - Mayotte</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DGALN/DEB/EARM2</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DGCL/SDFLAE/FL1</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Ministère de la Cohésion des Territoires et des Relations avec les Collectivités Territoriales</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DGEC/DE/SD2/2A</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DGPR/SRT/SDRCP/BSSS</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DGTM - Guyane</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction Générale des Territoires et de la Mer de Guyane</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Auvergne-Rhône-Alpes - Siège de Lyon</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Auvergne-Rhône-Alpes - Siège de Lyon</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Bourgogne-Franche-Comté - Siège de Besançon</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Bourgogne-Franche-Comté - Siège de Besançon</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Bretagne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Bretagne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Centre-Val-de-Loire</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Centre-Val-de-Loire</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Corse</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Corse</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Grand Est - Siège de Metz</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Grand Est - Siège de Metz</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Hauts-de-France - Siège de Lille</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Hauts-de-France - Siège de Lille</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Normandie - Siège de Rouen</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Normandie - Siège de Rouen</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Nouvelle-Aquitaine - Siège de Poitiers</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Nouvelle-Aquitaine - Siège de Poitiers</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Occitanie - Siège de Toulouse</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Occitanie - Siège de Toulouse</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Pays de la Loire</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Pays de la Loire</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DREAL - Provence-Alpes-Côte-d'Azur</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Provence-Alpes-Côte-d'Azur</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">DRIEE - Île-de-France</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Direction régionale et interdépartementale de l'environnement et de l'énergie (DRIEE) - Île-de-France</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Gendarmerie Nationale - Guyane</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Gendarmerie Nationale - Guyane</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Autorité</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">MRAE Guyane</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Mission régionale autorité environnementale de Guyane</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Autorité</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Office national des forêts</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Office national des forêts</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Pôle Technique Minier de Guyane</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Pôle Technique Minier de Guyane</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Ain</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Ain</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Aisne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Aisne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Allier</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Allier</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Alpes-de-Haute-Provence</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Alpes-de-Haute-Provence</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Alpes-Maritimes</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Alpes-Maritimes</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Ardèche</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Ardèche</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Ardennes</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Ardennes</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Ariège</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Ariège</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Aube</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Aube</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Aude</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Aude</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Aveyron</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Aveyron</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Bas-Rhin</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Bas-Rhin</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Bouches-du-Rhône</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Bouches-du-Rhône</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Calvados</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Calvados</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Cantal</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Cantal</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Charente</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Charente</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Charente-Maritime</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Charente-Maritime</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Cher</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Cher</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Corrèze</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Corrèze</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Corse-du-Sud</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Corse-du-Sud</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Côte-d'Or</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Côte-d'Or</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Côtes-d'Armor</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Côtes-d'Armor</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Creuse</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Creuse</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Deux-Sèvres</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Deux-Sèvres</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Dordogne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Dordogne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Doubs</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Doubs</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Drôme</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Drôme</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Essonne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Essonne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Eure</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Eure</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Eure-et-Loir</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Eure-et-Loir</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Finistère</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Finistère</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Gard</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Gard</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Gers</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Gers</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Gironde</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Gironde</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Guadeloupe</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Guadeloupe</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Guyane</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Guyane</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haut-Rhin</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haut-Rhin</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haute-Corse</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haute-Corse</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haute-Garonne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haute-Garonne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haute-Loire</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haute-Loire</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haute-Marne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haute-Marne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haute-Saône</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haute-Saône</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haute-Savoie</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haute-Savoie</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Haute-Vienne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Haute-Vienne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Hautes-Alpes</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Hautes-Alpes</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Hautes-Pyrénées</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Hautes-Pyrénées</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Hauts-de-Seine</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Hauts-de-Seine</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Hérault</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Hérault</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Ille-et-Vilaine</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Ille-et-Vilaine</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Indre</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Indre</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Indre-et-Loire</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Indre-et-Loire</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Isère</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Isère</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Jura</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Jura</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - La Réunion</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - La Réunion</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Landes</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Landes</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Loir-et-Cher</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Loir-et-Cher</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Loire</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Loire</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Loire-Atlantique</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Loire-Atlantique</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Loiret</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Loiret</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Lot</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Lot</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Lot-et-Garonne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Lot-et-Garonne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Lozère</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Lozère</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Maine-et-Loire</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Maine-et-Loire</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Manche</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Manche</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Marne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Marne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Martinique</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Martinique</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Mayenne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Mayenne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Mayotte</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Mayotte</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Meurthe-et-Moselle</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Meurthe-et-Moselle</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Meuse</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Meuse</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Morbihan</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Morbihan</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Moselle</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Moselle</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Nièvre</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Nièvre</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Nord</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Nord</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Oise</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Oise</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Orne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Orne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Pas-de-Calais</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Pas-de-Calais</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Puy-de-Dôme</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Puy-de-Dôme</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Pyrénées-Atlantiques</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Pyrénées-Atlantiques</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Pyrénées-Orientales</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Pyrénées-Orientales</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Rhône</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Rhône</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Saône-et-Loire</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Saône-et-Loire</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Sarthe</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Sarthe</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Savoie</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Savoie</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Seine-et-Marne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Seine-et-Marne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Seine-Maritime</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Seine-Maritime</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Seine-Saint-Denis</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Seine-Saint-Denis</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Somme</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Somme</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Tarn</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Tarn</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Tarn-et-Garonne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Tarn-et-Garonne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Territoire de Belfort</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Territoire de Belfort</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Val-d'Oise</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Val-d'Oise</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Val-de-Marne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Val-de-Marne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Var</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Var</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Vaucluse</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Vaucluse</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Vendée</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Vendée</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Vienne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Vienne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Vosges</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Vosges</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Yonne</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Yonne</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture - Yvelines</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture - Yvelines</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td\\"><span class=\\"\\">Préfecture de police de Paris</span></div> + <div class=\\"td\\"><span class=\\"h6\\">Préfecture de police de Paris</span></div> + <div class=\\"td\\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> + </router-link> + </div> + </div> + </div> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Pages/PureFooter > WithNewsletter 1`] = ` +"<footer class=\\"footer\\"> + <div class=\\"container\\"> + <div class=\\"tablet-blobs pt flex-align-items-stretch\\"> + <div class=\\"tablet-blob-1 desktop-blob-1-3\\"> + <ul class=\\"list-sans text-decoration-none li-sep mb-0\\"> + <li><a href=\\"https://economie.gouv.fr/\\">Ministère de l'Économie, des Finances et de la Souveraineté industrielle et numérique</a></li> + <li><a href=\\"https://ecologie.gouv.fr/\\">Ministère de la Transition écologique</a></li> + <li><a href=\\"https://onf.fr/\\">Office National des forêts</a></li> + <li> + <div class=\\"blobs\\"> + <div class=\\"blob-1-3\\"><img class=\\"sponsor\\" src=\\"/public/img/logo-fabriquenumerique.svg\\"></div> + <div class=\\"blob-2-3\\"> + <p class=\\"h6 mb-0\\"> La Fabrique numérique du Ministère de la Transition écologique, membre du réseau <a href=\\"http://beta.gouv.fr\\">beta.gouv.fr</a>. </p> + </div> + </div> + </li> + </ul> + </div> + <div class=\\"tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column\\"> + <ul class=\\"list-prefix text-decoration-none li-mb-s\\"> + <li> + <router-link to=\\"/contacts\\">Contact</router-link> + </li> + <li> + <router-link to=\\"/a-propos\\">À propos</router-link> + </li> + <li> + <router-link to=\\"/mentions-legales\\">Mentions légales</router-link> + </li> + <li> + <router-link to=\\"/cgu\\">CGU</router-link> + </li> + <li> + <router-link to=\\"/accessibilite\\">Accessibilité : non conforme</router-link> + </li> + <li> + <router-link to=\\"/contribution\\">Contribution</router-link> + </li> + </ul> + </div> + <div class=\\"tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column\\"> + <div class=\\"mb-xxs\\"> + <h5>Newsletter</h5> + <div class=\\"blobs-mini mb\\"> + <div class=\\"blob-mini-2-3\\"><input type=\\"text\\" placeholder=\\"Email\\" class=\\"p-s rnd-l-xs small\\"></div> + <div class=\\"blob-mini-1-3\\"><button class=\\"btn rnd-r-xs p-s full-x small\\"> S'inscrire </button></div> + </div> + </div> + <ul class=\\"list-prefix text-decoration-none li-mb-s\\"> + <li><a href=\\"https://www.dailymotion.com/camino-le-cadastre-minier\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Tutoriels</a></li> + <li><a href=\\"https://docs.camino.beta.gouv.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Open data et documentation</a></li> + <li><a href=\\"http://www.mineralinfo.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">MineralInfo </a></li> + <li><a href=\\"http://www.minergies.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Minergies </a></li> + </ul> + <p class=\\"h6 flex-bottom flex-self-end\\"><a href=\\"https://github.com/MTES-MCT/camino/releases\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\" class=\\"text-decoration-none\\">Version 310c30f5b4d779cd4bc17316f4b026292bb95c10</a></p> + </div> + <div style=\\"bottom: 20px; position: fixed; right: 16px; z-index: 10001;\\"><a href=\\"https://jedonnemonavis.numerique.gouv.fr/Demarches/3390?&view-mode=formulaire-avis&nd_mode=en-ligne-enti%C3%A8rement&nd_source=button&key=da03d611d9055a97a214b2623f034e40\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\"><img style=\\"max-width: 120px;\\" src=\\"/public/img/je-donne-mon-avis.svg\\" alt=\\"Je donne mon avis\\"></a></div> + </div> + </div> +</footer>" +`; + +exports[`Storybook Smoke Test > Pages/PureFooter > WithoutNewsletter 1`] = ` +"<footer class=\\"footer\\"> + <div class=\\"container\\"> + <div class=\\"tablet-blobs pt flex-align-items-stretch\\"> + <div class=\\"tablet-blob-1 desktop-blob-1-3\\"> + <ul class=\\"list-sans text-decoration-none li-sep mb-0\\"> + <li><a href=\\"https://economie.gouv.fr/\\">Ministère de l'Économie, des Finances et de la Souveraineté industrielle et numérique</a></li> + <li><a href=\\"https://ecologie.gouv.fr/\\">Ministère de la Transition écologique</a></li> + <li><a href=\\"https://onf.fr/\\">Office National des forêts</a></li> + <li> + <div class=\\"blobs\\"> + <div class=\\"blob-1-3\\"><img class=\\"sponsor\\" src=\\"/public/img/logo-fabriquenumerique.svg\\"></div> + <div class=\\"blob-2-3\\"> + <p class=\\"h6 mb-0\\"> La Fabrique numérique du Ministère de la Transition écologique, membre du réseau <a href=\\"http://beta.gouv.fr\\">beta.gouv.fr</a>. </p> + </div> + </div> + </li> + </ul> + </div> + <div class=\\"tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column\\"> + <ul class=\\"list-prefix text-decoration-none li-mb-s\\"> + <li> + <router-link to=\\"/contacts\\">Contact</router-link> + </li> + <li> + <router-link to=\\"/a-propos\\">À propos</router-link> + </li> + <li> + <router-link to=\\"/mentions-legales\\">Mentions légales</router-link> + </li> + <li> + <router-link to=\\"/cgu\\">CGU</router-link> + </li> + <li> + <router-link to=\\"/accessibilite\\">Accessibilité : non conforme</router-link> + </li> + <li> + <router-link to=\\"/contribution\\">Contribution</router-link> + </li> + </ul> + </div> + <div class=\\"tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column\\"> + <!--v-if--> + <ul class=\\"list-prefix text-decoration-none li-mb-s\\"> + <li><a href=\\"https://www.dailymotion.com/camino-le-cadastre-minier\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Tutoriels</a></li> + <li><a href=\\"https://docs.camino.beta.gouv.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Open data et documentation</a></li> + <li><a href=\\"http://www.mineralinfo.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">MineralInfo </a></li> + <li><a href=\\"http://www.minergies.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Minergies </a></li> + </ul> + <p class=\\"h6 flex-bottom flex-self-end\\"><a href=\\"https://github.com/MTES-MCT/camino/releases\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\" class=\\"text-decoration-none\\">Version 310c30f5b4d779cd4bc17316f4b026292bb95c10</a></p> + </div> + <div style=\\"bottom: 20px; position: fixed; right: 16px; z-index: 10001;\\"><a href=\\"https://jedonnemonavis.numerique.gouv.fr/Demarches/3390?&view-mode=formulaire-avis&nd_mode=en-ligne-enti%C3%A8rement&nd_source=button&key=da03d611d9055a97a214b2623f034e40\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\"><img style=\\"max-width: 120px;\\" src=\\"/public/img/je-donne-mon-avis.svg\\" alt=\\"Je donne mon avis\\"></a></div> + </div> + </div> +</footer>" +`; + +exports[`Storybook Smoke Test > Pages/PureQuickAccessTitre > Empty 1`] = ` +"<div id=\\"quick-access-titre_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"quick-access-titre\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> +</div>" +`; + +exports[`Storybook Smoke Test > Pages/PureQuickAccessTitre > Simple 1`] = ` +"<div id=\\"quick-access-titre_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"quick-access-titre\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> +</div>" +`; + +exports[`Storybook Smoke Test > UI/Chip > Default 1`] = `"<button class=\\"bg-neutral chip pl-m pr-m\\" data-v-3398cce3=\\"\\">Ma chip <span data-v-3398cce3=\\"\\">x</span></button>"`; + +exports[`Storybook Smoke Test > UI/Chip > WithColor 1`] = `"<button class=\\"bg-success chip pl-m pr-m\\" data-v-3398cce3=\\"\\">Ma chip <span data-v-3398cce3=\\"\\">x</span></button>"`; + +exports[`Storybook Smoke Test > UI/Date > Default 1`] = `"<div style=\\"white-space: nowrap;\\">03 / 05 / 2022</div>"`; + +exports[`Storybook Smoke Test > UI/Date > UneDateEtrange 1`] = `"<div style=\\"white-space: nowrap;\\">undefined / undefined / Une date</div>"`; + +exports[`Storybook Smoke Test > UI/Loader > All 1`] = ` +"<div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div class=\\"spinner\\" data-v-b0094f72=\\"\\"></div> + </div> + <div class=\\"top-level\\" style=\\"\\" data-v-b0094f72=\\"\\">La valeur de l’item est : chargé</div> + <div class=\\"top-level\\" style=\\"display: flex; justify-content: center;\\" data-v-b0094f72=\\"\\"> + <div data-v-b0094f72=\\"\\"> + <div class=\\"tooltip\\" data-v-08ff0d72=\\"\\" data-v-b0094f72=\\"\\"> + <h6 class=\\"tooltip-content\\" data-v-08ff0d72=\\"\\">Erreur</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" data-v-08ff0d72=\\"\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-error-warning\\"></use> + </svg> + </div> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > UI/Typeahead > Multiple 1`] = ` +"<div id=\\"plop_wrapper\\" class=\\"typeahead\\" style=\\"width: 800px;\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"plop\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> +</div>" +`; + +exports[`Storybook Smoke Test > UI/Typeahead > MultipleWithInitialItems 1`] = ` +"<div id=\\"multiple_wrapper\\" class=\\"typeahead\\" style=\\"width: 800px;\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><button class=\\"bg-neutral chip pl-m pr-m mr-xs mb-xs mt-xs\\" data-v-3398cce3=\\"\\" data-v-5c99e422=\\"\\">titreItem1 <span data-v-3398cce3=\\"\\">x</span></button><button class=\\"bg-neutral chip pl-m pr-m mr-xs mb-xs mt-xs\\" data-v-3398cce3=\\"\\" data-v-5c99e422=\\"\\">titreItem2 <span data-v-3398cce3=\\"\\">x</span></button><input id=\\"multiple\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> +</div>" +`; + +exports[`Storybook Smoke Test > UI/Typeahead > Single 1`] = ` +"<div id=\\"ello_wrapper\\" class=\\"typeahead\\" style=\\"width: 800px;\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"ello\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> +</div>" +`; + +exports[`Storybook Smoke Test > Ui/FiltersInputAutoComplete > Default 1`] = ` +"<div class=\\"mb\\"> + <h5>Items</h5> + <hr class=\\"mb-s\\"> + <div id=\\"filters_autocomplete_Items_wrapper\\" class=\\"typeahead\\" data-v-5c99e422=\\"\\"> + <div class=\\"flex typeahead-wrapper p-xs\\" data-v-5c99e422=\\"\\"><input id=\\"filters_autocomplete_Items\\" class=\\"typeahead-input\\" type=\\"text\\" placeholder=\\"Items\\" autocomplete=\\"off\\" data-v-5c99e422=\\"\\"></div> + <!--v-if--> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Ui/HelpTooltip > Simple 1`] = ` +"<div class=\\"tooltip\\" data-v-08ff0d72=\\"\\"> + <h6 class=\\"tooltip-content\\" data-v-08ff0d72=\\"\\">Tooltip text</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"help\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" data-v-08ff0d72=\\"\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-help\\"></use> + </svg> +</div>" +`; + +exports[`Storybook Smoke Test > Ui/HelpTooltip > WithDifferentIcon 1`] = ` +"<div class=\\"tooltip\\" data-v-08ff0d72=\\"\\"> + <h6 class=\\"tooltip-content\\" data-v-08ff0d72=\\"\\">Tooltip text</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" data-v-08ff0d72=\\"\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-download\\"></use> + </svg> +</div>" +`; + +exports[`Storybook Smoke Test > Ui/Icons > AllIcons 1`] = ` +"<div style=\\"height: 100%; width: 100%; background: white;\\"> + <table> + <tr> + <th>Name</th> + <th>Component</th> + </tr> + <tr> + <td>at</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"at\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-at\\"></use> + </svg></td> + </tr> + <tr> + <td>checkbox</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-checkbox\\"></use> + </svg></td> + </tr> + <tr> + <td>checkbox-blank</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-checkbox-blank\\"></use> + </svg></td> + </tr> + <tr> + <td>chevron-bas</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-chevron-bas\\"></use> + </svg></td> + </tr> + <tr> + <td>chevron-haut</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-haut\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-chevron-haut\\"></use> + </svg></td> + </tr> + <tr> + <td>close</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"close\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-close\\"></use> + </svg></td> + </tr> + <tr> + <td>delete</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-delete\\"></use> + </svg></td> + </tr> + <tr> + <td>download</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-download\\"></use> + </svg></td> + </tr> + <tr> + <td>error-warning</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-error-warning\\"></use> + </svg></td> + </tr> + <tr> + <td>external-link</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-external-link\\"></use> + </svg></td> + </tr> + <tr> + <td>file</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-file\\"></use> + </svg></td> + </tr> + <tr> + <td>file-add</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file-add\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-file-add\\"></use> + </svg></td> + </tr> + <tr> + <td>globe</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-globe\\"></use> + </svg></td> + </tr> + <tr> + <td>help</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"help\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-help\\"></use> + </svg></td> + </tr> + <tr> + <td>key</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"key\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-key\\"></use> + </svg></td> + </tr> + <tr> + <td>link</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-link\\"></use> + </svg></td> + </tr> + <tr> + <td>list</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"list\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-list\\"></use> + </svg></td> + </tr> + <tr> + <td>marker-cluster</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"marker-cluster\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-marker-cluster\\"></use> + </svg></td> + </tr> + <tr> + <td>marker-none</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"marker-none\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-marker-none\\"></use> + </svg></td> + </tr> + <tr> + <td>marker-ungrouped</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"marker-ungrouped\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-marker-ungrouped\\"></use> + </svg></td> + </tr> + <tr> + <td>menu</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"menu\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-menu\\"></use> + </svg></td> + </tr> + <tr> + <td>minus</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-minus\\"></use> + </svg></td> + </tr> + <tr> + <td>move-down</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"move-down\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-move-down\\"></use> + </svg></td> + </tr> + <tr> + <td>move-up</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"move-up\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-move-up\\"></use> + </svg></td> + </tr> + <tr> + <td>pattern</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pattern\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-pattern\\"></use> + </svg></td> + </tr> + <tr> + <td>pencil</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-pencil\\"></use> + </svg></td> + </tr> + <tr> + <td>plus</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-plus\\"></use> + </svg></td> + </tr> + <tr> + <td>refresh</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"refresh\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-refresh\\"></use> + </svg></td> + </tr> + <tr> + <td>x</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"x\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-x\\"></use> + </svg></td> + </tr> + </table> +</div>" +`; + +exports[`Storybook Smoke Test > Ui/Icons > IconAllSize 1`] = ` +"<div style=\\"height: 100%; width: 100%; background: white;\\"> + <table> + <tr> + <th>Name</th> + <th>Size</th> + </tr> + <tr> + <td>s</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-download\\"></use> + </svg></td> + </tr> + <tr> + <td>m</td> + <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-download\\"></use> + </svg></td> + </tr> + </table> +</div>" +`; + +exports[`Storybook Smoke Test > Ui/Pill > Error 1`] = `"<span class=\\"cap-first small bold\\"><span class=\\"bg-error color-bg pill py-xs px-s\\">Hello</span></span>"`; + +exports[`Storybook Smoke Test > Ui/Pill > Primary 1`] = `"<span class=\\"cap-first small bold\\"><span class=\\"bg-neutral color-bg pill py-xs px-s\\">Hello</span></span>"`; + +exports[`Storybook Smoke Test > Ui/TableAuto > Simple 1`] = ` +"<div> + <div class=\\"overflow-scroll-x mb\\"> + <div class=\\"table\\"> + <div class=\\"tr\\"> + <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom <svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-chevron-bas\\"></use> + </svg></button></div> + <div class=\\"th nowrap\\"><button class=\\"btn-menu full-x p-0\\">– + <!--v-if--> + </button></div> + <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type + <!--v-if--> + </button></div> + <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut + <!--v-if--> + </button></div> + <div class=\\"th nowrap\\"><button class=\\"btn-menu full-x p-0\\">Test + <!--v-if--> + </button></div> + </div> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_0</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 0</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 0</span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_1</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 1</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 1</span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_2</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 2</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 2</span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_3</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 3</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 3</span></div> + </router-link> + </div> + </div> +</div>" +`; + +exports[`Storybook Smoke Test > Ui/TableAuto > SortedByStatusAsc 1`] = ` +"<div> + <div class=\\"overflow-scroll-x mb\\"> + <div class=\\"table\\"> + <div class=\\"tr\\"> + <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom + <!--v-if--> + </button></div> + <div class=\\"th nowrap\\"><button class=\\"btn-menu full-x p-0\\">– + <!--v-if--> + </button></div> + <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type + <!--v-if--> + </button></div> + <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut <svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-haut\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\"> + <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> + <title>at</title> + <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox-blank</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> + </symbol> + <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> + <title>checkbox</title> + <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-bas</title> + <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> + </symbol> + <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> + <title>chevron-haut</title> + <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> + </symbol> + <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> + <title>close</title> + <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> + </symbol> + <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> + <title>delete</title> + <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> + </symbol> + <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> + <title>download</title> + <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> + </symbol> + <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> + <title>error-warning</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> + </symbol> + <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> + <title>external-link</title> + <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> + </symbol> + <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> + <title>file</title> + <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> + </symbol> + <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> + <title>file-add</title> + <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> + </symbol> + <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> + <title>globe</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> + </symbol> + <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> + <title>help</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> + </symbol> + <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> + <title>key</title> + <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> + </symbol> + <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> + <title>link</title> + <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> + </symbol> + <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> + <title>list</title> + <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> + </symbol> + <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> + <title>marker-cluster</title> + <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> + </symbol> + <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> + <title>marker-none</title> + <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> + <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> + <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> + </g> + </symbol> + <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> + <title>marker-ungrouped</title> + <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> + </symbol> + <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> + <title>menu</title> + <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> + </symbol> + <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> + <title>minus</title> + <path d=\\"M5 11h14v2H5z\\"></path> + </symbol> + <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> + <title>move-down</title> + <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> + </symbol> + <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> + <title>move-up</title> + <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> + </symbol> + <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> + <title>pattern</title> + <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> + </symbol> + <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> + <title>pencil</title> + <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> + </symbol> + <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> + <title>plus</title> + <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> + </symbol> + <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> + <title>refresh</title> + <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> + </symbol> + <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> + <title>x</title> + <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> + </symbol> + </svg> + <use href=\\"#icon-chevron-haut\\"></use> + </svg></button></div> + <div class=\\"th nowrap\\"><button class=\\"btn-menu full-x p-0\\">Test + <!--v-if--> + </button></div> + </div> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_3</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 3</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 3</span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_2</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 2</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 2</span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_1</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 1</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 1</span></div> + </router-link> + <router-link to=\\"[object Object]\\" class=\\"tr tr-link text-decoration-none\\"> + <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_0</span></div> + <div class=\\"td\\"><span class=\\"cap-first small bold mono\\"><span class=\\"bg-domaine-m color-bg pill py-xs px-s\\">m</span></span></div> + <div class=\\"td min-width-8\\"><span class=\\"small bold cap-first\\">Autorisation de recherches</span></div> + <div class=\\"td nowrap min-width-5\\"><span class=\\"cap-first small bold\\"><span class=\\"bg-warning color-bg pill py-xs px-s\\">Demande initiale 0</span></span></div> + <div class=\\"td\\"><span class=\\"\\">Test value 0</span></div> + </router-link> + </div> + </div> +</div>" +`; diff --git a/packages/ui/src/api/_client.test.js b/packages/ui/src/api/_client.test.js index e21dd9ce9..8c52bed18 100644 --- a/packages/ui/src/api/_client.test.js +++ b/packages/ui/src/api/_client.test.js @@ -1,8 +1,9 @@ import gql from 'graphql-tag' import { apiGraphQLFetch } from './_client.js' +import { vi, describe, expect, beforeEach, afterEach, test } from 'vitest' -jest.mock('./fragments/utilisateur', () => ({ +vi.mock('./fragments/utilisateur', () => ({ fragmentUtilisateur: gql` fragment utilisateur on Utilisateur { id @@ -11,15 +12,15 @@ jest.mock('./fragments/utilisateur', () => ({ ` })) -console.info = jest.fn() -console.error = jest.fn() +console.info = vi.fn() +console.error = vi.fn() describe('api client', () => { const { location } = window beforeEach(() => { delete window.location - window.location = { reload: jest.fn() } + window.location = { reload: vi.fn() } process.env.NODE_ENV = 'production' }) diff --git a/packages/ui/src/api/client-rest.test.ts b/packages/ui/src/api/client-rest.test.ts index e80c79cf9..a0bcaf405 100644 --- a/packages/ui/src/api/client-rest.test.ts +++ b/packages/ui/src/api/client-rest.test.ts @@ -1,4 +1,5 @@ import { CaminoRestRoutes } from 'camino-common/src/rest' +import { expect, test } from 'vitest' import { getUiRestRoute } from './client-rest' test('getUiRestRoute', () => { diff --git a/packages/ui/src/components/__snapshots__/administrations.stories.storyshot b/packages/ui/src/components/__snapshots__/administrations.stories.storyshot deleted file mode 100644 index dd9ddfbc3..000000000 --- a/packages/ui/src/components/__snapshots__/administrations.stories.storyshot +++ /dev/null @@ -1,6098 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Page/Administrations Default 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-m cap-first" - > - administrations - </h1> - </div> - <div - class="desktop-blob-1-3" - > - - - </div> - </div> - <div - class="flex flex-direction-column rnd-s border bg-bg mb-s flex-grow" - > - <button - class="rnd-s accordion-header flex btn-alt py-s px-s" - > - <div> - - Filtres - - </div> - <div - class="flex flex-right flex-end" - > - <svg - aria-labelledby="chevron-bas" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </div> - </button> - <!--v-if--> - <div - class="overflow-hidden" - > - <transition-stub> - <div - style="display: none;" - > - - <div - class="px-m" - > - <div - class="tablet-blobs mt" - > - <!--v-if--> - - - - - - - </div> - <button - class="btn-flash p-s rnd-xs full-x mb" - > - Valider - </button> - </div> - - </div> - </transition-stub> - </div> - </div> - <div - class="tablet-blobs tablet-flex-direction-reverse" - > - <div - class="tablet-blob-1-3 flex mb-s" - > - - - </div> - <div - class="tablet-blob-2-3 flex" - > - <div - class="py-m h5 bold mb-xs" - > - 131 résultats - </div> - </div> - </div> - <div - class="line-neutral width-full" - /> - <div> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Abréviation - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - BRGM - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Bureau de recherches géologiques et minières - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Opérateur - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - BRGM - Projet Zercoa - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - BRGM - Projet Zercoa - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Opérateur - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Cacem - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Centre d'appui au contrôle de l'environnement marin - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Opérateur - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DAJ - Ministère de l'Economie, des Finances et de la Relance - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Ministère de l'Economie, des Finances et de la Relance - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Ministère - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DEAL - Guadeloupe - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction de l'environnement de l'aménagement et du logement (DEAL) - Guadeloupe - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Déal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DEAL - La Réunion - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction de l'environnement de l'aménagement et du logement (DEAL) - La Réunion - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Déal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DEAL - Martinique - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction de l'environnement de l'aménagement et du logement (DEAL) - Martinique - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Déal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DEAL - Mayotte - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction de l'environnement de l'aménagement et du logement (DEAL) - Mayotte - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Déal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DGALN/DEB/EARM2 - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Ministère - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DGCL/SDFLAE/FL1 - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Ministère de la Cohésion des Territoires et des Relations avec les Collectivités Territoriales - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Ministère - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DGEC/DE/SD2/2A - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Ministère - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DGPR/SRT/SDRCP/BSSS - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Ministère - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DGTM - Guyane - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction Générale des Territoires et de la Mer de Guyane - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Déal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Auvergne-Rhône-Alpes - Siège de Lyon - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Auvergne-Rhône-Alpes - Siège de Lyon - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Bourgogne-Franche-Comté - Siège de Besançon - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Bourgogne-Franche-Comté - Siège de Besançon - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Bretagne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Bretagne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Centre-Val-de-Loire - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Centre-Val-de-Loire - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Corse - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Corse - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Grand Est - Siège de Metz - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Grand Est - Siège de Metz - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Hauts-de-France - Siège de Lille - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Hauts-de-France - Siège de Lille - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Normandie - Siège de Rouen - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Normandie - Siège de Rouen - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Nouvelle-Aquitaine - Siège de Poitiers - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Nouvelle-Aquitaine - Siège de Poitiers - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Occitanie - Siège de Toulouse - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Occitanie - Siège de Toulouse - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Pays de la Loire - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Pays de la Loire - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DREAL - Provence-Alpes-Côte-d'Azur - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Provence-Alpes-Côte-d'Azur - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - DRIEE - Île-de-France - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Direction régionale et interdépartementale de l'environnement et de l'énergie (DRIEE) - Île-de-France - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Dréal - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Gendarmerie Nationale - Guyane - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Gendarmerie Nationale - Guyane - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Autorité - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - MRAE Guyane - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Mission régionale autorité environnementale de Guyane - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Autorité - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Office national des forêts - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Office national des forêts - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Opérateur - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Pôle Technique Minier de Guyane - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Pôle Technique Minier de Guyane - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Opérateur - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Ain - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Ain - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Aisne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Aisne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Allier - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Allier - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Alpes-de-Haute-Provence - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Alpes-de-Haute-Provence - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Alpes-Maritimes - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Alpes-Maritimes - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Ardèche - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Ardèche - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Ardennes - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Ardennes - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Ariège - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Ariège - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Aube - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Aube - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Aude - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Aude - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Aveyron - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Aveyron - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Bas-Rhin - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Bas-Rhin - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Bouches-du-Rhône - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Bouches-du-Rhône - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Calvados - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Calvados - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Cantal - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Cantal - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Charente - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Charente - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Charente-Maritime - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Charente-Maritime - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Cher - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Cher - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Corrèze - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Corrèze - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Corse-du-Sud - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Corse-du-Sud - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Côte-d'Or - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Côte-d'Or - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Côtes-d'Armor - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Côtes-d'Armor - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Creuse - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Creuse - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Deux-Sèvres - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Deux-Sèvres - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Dordogne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Dordogne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Doubs - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Doubs - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Drôme - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Drôme - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Essonne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Essonne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Eure - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Eure - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Eure-et-Loir - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Eure-et-Loir - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Finistère - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Finistère - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Gard - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Gard - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Gers - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Gers - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Gironde - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Gironde - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Guadeloupe - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Guadeloupe - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Guyane - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Guyane - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haut-Rhin - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haut-Rhin - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haute-Corse - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haute-Corse - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haute-Garonne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haute-Garonne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haute-Loire - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haute-Loire - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haute-Marne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haute-Marne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haute-Saône - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haute-Saône - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haute-Savoie - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haute-Savoie - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Haute-Vienne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Haute-Vienne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Hautes-Alpes - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Hautes-Alpes - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Hautes-Pyrénées - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Hautes-Pyrénées - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Hauts-de-Seine - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Hauts-de-Seine - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Hérault - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Hérault - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Ille-et-Vilaine - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Ille-et-Vilaine - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Indre - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Indre - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Indre-et-Loire - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Indre-et-Loire - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Isère - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Isère - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Jura - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Jura - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - La Réunion - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - La Réunion - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Landes - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Landes - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Loir-et-Cher - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Loir-et-Cher - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Loire - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Loire - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Loire-Atlantique - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Loire-Atlantique - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Loiret - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Loiret - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Lot - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Lot - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Lot-et-Garonne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Lot-et-Garonne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Lozère - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Lozère - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Maine-et-Loire - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Maine-et-Loire - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Manche - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Manche - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Marne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Marne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Martinique - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Martinique - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Mayenne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Mayenne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Mayotte - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Mayotte - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Meurthe-et-Moselle - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Meurthe-et-Moselle - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Meuse - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Meuse - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Morbihan - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Morbihan - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Moselle - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Moselle - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Nièvre - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Nièvre - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Nord - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Nord - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Oise - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Oise - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Orne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Orne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Pas-de-Calais - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Pas-de-Calais - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Puy-de-Dôme - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Puy-de-Dôme - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Pyrénées-Atlantiques - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Pyrénées-Atlantiques - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Pyrénées-Orientales - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Pyrénées-Orientales - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Rhône - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Rhône - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Saône-et-Loire - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Saône-et-Loire - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Sarthe - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Sarthe - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Savoie - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Savoie - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Seine-et-Marne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Seine-et-Marne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Seine-Maritime - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Seine-Maritime - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Seine-Saint-Denis - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Seine-Saint-Denis - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Somme - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Somme - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Tarn - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Tarn - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Tarn-et-Garonne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Tarn-et-Garonne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Territoire de Belfort - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Territoire de Belfort - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Val-d'Oise - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Val-d'Oise - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Val-de-Marne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Val-de-Marne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Var - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Var - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Vaucluse - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Vaucluse - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Vendée - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Vendée - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Vienne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Vienne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Vosges - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Vosges - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Yonne - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Yonne - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture - Yvelines - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture - Yvelines - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td" - > - <span - class="" - > - Préfecture de police de Paris - </span> - </div> - <div - class="td" - > - <span - class="h6" - > - Préfecture de police de Paris - </span> - </div> - <div - class="td" - > - <span - class="bold cap-first small mb--xs" - > - <span - class="bg-neutral py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Préfecture - - </span> - </span> - </div> - - </router-link> - - </div> - </div> - </div> - <!--v-if--> - </div> -</div> -`; diff --git a/packages/ui/src/components/_common/__snapshots__/domaine.stories.storyshot b/packages/ui/src/components/_common/__snapshots__/domaine.stories.storyshot deleted file mode 100644 index 8824c47e8..000000000 --- a/packages/ui/src/components/_common/__snapshots__/domaine.stories.storyshot +++ /dev/null @@ -1,194 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Common/Domaine All Domaines 1`] = ` -<div - style="height: 100%; width: 100%; background: white;" -> - <table> - <tr> - <th> - Domaine - </th> - <th> - Rendu - </th> - </tr> - <tr> - <td> - m - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </td> - </tr> - <tr> - <td> - c - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-c color-bg pill py-xs px-s" - > - - c - - </span> - </span> - </td> - </tr> - <tr> - <td> - f - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-f color-bg pill py-xs px-s" - > - - f - - </span> - </span> - </td> - </tr> - <tr> - <td> - g - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-g color-bg pill py-xs px-s" - > - - g - - </span> - </span> - </td> - </tr> - <tr> - <td> - h - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-h color-bg pill py-xs px-s" - > - - h - - </span> - </span> - </td> - </tr> - <tr> - <td> - r - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-r color-bg pill py-xs px-s" - > - - r - - </span> - </span> - </td> - </tr> - <tr> - <td> - s - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-s color-bg pill py-xs px-s" - > - - s - - </span> - </span> - </td> - </tr> - <tr> - <td> - w - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-w color-bg pill py-xs px-s" - > - - w - - </span> - </span> - </td> - </tr> - <tr> - <td> - i - </td> - <td> - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-i color-bg pill py-xs px-s" - > - - i - - </span> - </span> - </td> - </tr> - </table> -</div> -`; - -exports[`Automated Storybook Snapshots Common/Domaine Default 1`] = ` -<span - class="cap-first small bold mono" -> - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> -</span> -`; diff --git a/packages/ui/src/components/_common/__snapshots__/section-element.stories.storyshot b/packages/ui/src/components/_common/__snapshots__/section-element.stories.storyshot deleted file mode 100644 index 8463d01cc..000000000 --- a/packages/ui/src/components/_common/__snapshots__/section-element.stories.storyshot +++ /dev/null @@ -1,1172 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/common/SectionElement Aucun Fichier 1`] = ` -<div - class="tablet-blobs" -> - <div - class="tablet-blob-1-4" - > - <h5> - nom de l'élément - </h5> - </div> - <div - class="tablet-blob-3-4" - > - <div - class="flex h6 pb-xs" - > - <span - class="mt-xs flex bold" - > - <svg - aria-labelledby="file" - class="mr-xs" - fill="#666" - height="16px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="16px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-file" - /> - </svg> - Aucun fichier - </span> - <!--v-if--> - </div> - <!-- eslint-disable vue/no-v-html --> - <p - class="h6" - > - <span> - description - </span> - </p> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/common/SectionElement Default 1`] = ` -<div - class="tablet-blobs" -> - <div - class="tablet-blob-1-4" - > - <h5> - nom de l'élément - </h5> - </div> - <div - class="tablet-blob-3-4" - > - <p - class="cap-first mb-s" - > - – - <!--v-if--> - </p> - <!-- eslint-disable vue/no-v-html --> - <p - class="h6" - > - <span> - description - </span> - </p> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/common/SectionElement Un Fichier 1`] = ` -<div - class="tablet-blobs" -> - <div - class="tablet-blob-1-4" - > - <h5> - nom de l'élément - </h5> - </div> - <div - class="tablet-blob-3-4" - > - <div - class="flex h6 pb-xs" - > - <span - class="mt-xs flex bold" - > - <svg - aria-labelledby="file" - class="mr-xs" - fill="#666" - height="16px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="16px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-file" - /> - </svg> - nom du fichier - </span> - <button - class="btn-border py-xs px-s rnd-xs flex-right mt--xs" - > - <svg - aria-labelledby="download" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-download" - /> - </svg> - </button> - </div> - <!-- eslint-disable vue/no-v-html --> - <p - class="h6" - > - <span> - description - </span> - </p> - </div> -</div> -`; diff --git a/packages/ui/src/components/_common/__snapshots__/statut.stories.storyshot b/packages/ui/src/components/_common/__snapshots__/statut.stories.storyshot deleted file mode 100644 index c8f3251e0..000000000 --- a/packages/ui/src/components/_common/__snapshots__/statut.stories.storyshot +++ /dev/null @@ -1,29 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/common/Statut Default 1`] = ` -<span - class="cap-first small bold" -> - <span - class="bg-neutral color-bg pill py-xs px-s" - > - - indéfini - - </span> -</span> -`; - -exports[`Automated Storybook Snapshots Components/common/Statut With Color 1`] = ` -<span - class="cap-first small bold" -> - <span - class="bg-success color-bg pill py-xs px-s" - > - - Mon statut - - </span> -</span> -`; diff --git a/packages/ui/src/components/_common/__snapshots__/titre-type-select.stories.storyshot b/packages/ui/src/components/_common/__snapshots__/titre-type-select.stories.storyshot deleted file mode 100644 index 1097326b8..000000000 --- a/packages/ui/src/components/_common/__snapshots__/titre-type-select.stories.storyshot +++ /dev/null @@ -1,139 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/common/TitreTypeSelect Default 1`] = ` -<div> - <div - class="tablet-blobs" - > - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5> - Domaine - </h5> - </div> - <div - class="mb tablet-blob-2-3" - > - <select - class="p-s mr" - > - - <option - value="m" - > - minéraux et métaux - </option> - <option - value="w" - > - granulats marins - </option> - <option - value="c" - > - carrières - </option> - <option - value="h" - > - hydrocarbures liquides ou gazeux - </option> - <option - value="f" - > - combustibles fossiles - </option> - <option - value="r" - > - éléments radioactifs - </option> - <option - value="g" - > - géothermie - </option> - <option - value="s" - > - stockages souterrains - </option> - <option - value="i" - > - indéterminé - </option> - - </select> - </div> - </div> - <hr /> - <!--v-if--> - <hr /> -</div> -`; - -exports[`Automated Storybook Snapshots Components/common/TitreTypeSelect Entreprise 1`] = ` -<div> - <div - class="tablet-blobs" - > - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5> - Domaine - </h5> - </div> - <div - class="mb tablet-blob-2-3" - > - <select - class="p-s mr" - > - - <option - value="m" - > - minéraux et métaux - </option> - - </select> - </div> - </div> - <hr /> - <div - class="tablet-blobs" - > - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5> - Type - </h5> - </div> - <div - class="mb tablet-blob-2-3" - > - <select - class="p-s mr" - > - - <option - value="arm" - > - autorisation de recherches - </option> - <option - value="axm" - > - autorisation d'exploitation - </option> - - </select> - </div> - </div> - <hr /> -</div> -`; diff --git a/packages/ui/src/components/_common/section-element-edit.vue b/packages/ui/src/components/_common/section-element-edit.vue index 0f49323ee..7b7a5b4fe 100644 --- a/packages/ui/src/components/_common/section-element-edit.vue +++ b/packages/ui/src/components/_common/section-element-edit.vue @@ -18,9 +18,10 @@ }" > <SectionElementEdit - v-model:contenu="contenu" + :contenu="contenu" class="mb-s" :element="element" + @update:contenu="newValue => $emit('update:contenu', newValue)" /> <!-- eslint-disable vue/no-v-html --> @@ -52,6 +53,7 @@ export default { contenu: { type: Object, required: true }, element: { type: Object, required: true } }, + emits: ['update:contenu'], computed: { hasValeur() { diff --git a/packages/ui/src/components/_common/section-element-input-edit.vue b/packages/ui/src/components/_common/section-element-input-edit.vue index 67c0c424d..44a9cb52c 100644 --- a/packages/ui/src/components/_common/section-element-input-edit.vue +++ b/packages/ui/src/components/_common/section-element-input-edit.vue @@ -106,8 +106,9 @@ <div v-else-if="element.type === 'file'"> <SectionElementFileEdit - v-model:contenu="contenu" + :contenu="contenu" :elementId="element.id" + @update:contenu="newValue => emits('update:contenu', newValue)" /> </div> </div> @@ -133,6 +134,8 @@ export default { element: { type: Object, required: true } }, + emits: ['update:contenu'], + computed: { valeurs() { return this.element.valeurs @@ -154,6 +157,7 @@ export default { this.contenu[this.element.id] = [] } } + this.$emit('update:contenu', this.contenu) } } </script> diff --git a/packages/ui/src/components/_ui/__snapshots__/chip.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/chip.stories.storyshot deleted file mode 100644 index 730bd04fb..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/chip.stories.storyshot +++ /dev/null @@ -1,23 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots UI/Chip Default 1`] = ` -<button - class="bg-neutral chip pl-m pr-m" -> - Ma chip - <span> - x - </span> -</button> -`; - -exports[`Automated Storybook Snapshots UI/Chip With Color 1`] = ` -<button - class="bg-success chip pl-m pr-m" -> - Ma chip - <span> - x - </span> -</button> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/date.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/date.stories.storyshot deleted file mode 100644 index 3ad6ed84c..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/date.stories.storyshot +++ /dev/null @@ -1,17 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots UI/Date Default 1`] = ` -<div - style="white-space: nowrap;" -> - 03 / 05 / 2022 -</div> -`; - -exports[`Automated Storybook Snapshots UI/Date Une Date Etrange 1`] = ` -<div - style="white-space: nowrap;" -> - undefined / undefined / Une date -</div> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/filters-input-autocomplete.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/filters-input-autocomplete.stories.storyshot deleted file mode 100644 index fb2fbffb4..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/filters-input-autocomplete.stories.storyshot +++ /dev/null @@ -1,33 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Ui/FiltersInputAutoComplete Default 1`] = ` -<div - class="mb" -> - <h5> - Items - </h5> - <hr - class="mb-s" - /> - <div - class="typeahead" - id="filters_autocomplete_Items_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="filters_autocomplete_Items" - placeholder="Items" - type="text" - /> - </div> - <!--v-if--> - </div> -</div> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/help-tooltip.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/help-tooltip.stories.storyshot deleted file mode 100644 index 99e12ca26..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/help-tooltip.stories.storyshot +++ /dev/null @@ -1,737 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Ui/HelpTooltip Simple 1`] = ` -<div - class="tooltip" -> - <h6 - class="tooltip-content" - > - - Tooltip text - - </h6> - <svg - aria-labelledby="help" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-help" - /> - </svg> -</div> -`; - -exports[`Automated Storybook Snapshots Ui/HelpTooltip With Different Icon 1`] = ` -<div - class="tooltip" -> - <h6 - class="tooltip-content" - > - - Tooltip text - - </h6> - <svg - aria-labelledby="download" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-download" - /> - </svg> -</div> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/icon.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/icon.stories.storyshot deleted file mode 100644 index d131486a3..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/icon.stories.storyshot +++ /dev/null @@ -1,11226 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Ui/Icons All Icons 1`] = ` -<div - style="height: 100%; width: 100%; background: white;" -> - <table> - <tr> - <th> - Name - </th> - <th> - Component - </th> - </tr> - <tr> - <td> - at - </td> - <td> - <svg - aria-labelledby="at" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-at" - /> - </svg> - </td> - </tr> - <tr> - <td> - checkbox - </td> - <td> - <svg - aria-labelledby="checkbox" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-checkbox" - /> - </svg> - </td> - </tr> - <tr> - <td> - checkbox-blank - </td> - <td> - <svg - aria-labelledby="checkbox-blank" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-checkbox-blank" - /> - </svg> - </td> - </tr> - <tr> - <td> - chevron-bas - </td> - <td> - <svg - aria-labelledby="chevron-bas" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </td> - </tr> - <tr> - <td> - chevron-haut - </td> - <td> - <svg - aria-labelledby="chevron-haut" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-haut" - /> - </svg> - </td> - </tr> - <tr> - <td> - close - </td> - <td> - <svg - aria-labelledby="close" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-close" - /> - </svg> - </td> - </tr> - <tr> - <td> - delete - </td> - <td> - <svg - aria-labelledby="delete" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-delete" - /> - </svg> - </td> - </tr> - <tr> - <td> - download - </td> - <td> - <svg - aria-labelledby="download" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-download" - /> - </svg> - </td> - </tr> - <tr> - <td> - error-warning - </td> - <td> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </td> - </tr> - <tr> - <td> - external-link - </td> - <td> - <svg - aria-labelledby="external-link" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-external-link" - /> - </svg> - </td> - </tr> - <tr> - <td> - file - </td> - <td> - <svg - aria-labelledby="file" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-file" - /> - </svg> - </td> - </tr> - <tr> - <td> - file-add - </td> - <td> - <svg - aria-labelledby="file-add" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-file-add" - /> - </svg> - </td> - </tr> - <tr> - <td> - globe - </td> - <td> - <svg - aria-labelledby="globe" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-globe" - /> - </svg> - </td> - </tr> - <tr> - <td> - help - </td> - <td> - <svg - aria-labelledby="help" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-help" - /> - </svg> - </td> - </tr> - <tr> - <td> - key - </td> - <td> - <svg - aria-labelledby="key" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-key" - /> - </svg> - </td> - </tr> - <tr> - <td> - link - </td> - <td> - <svg - aria-labelledby="link" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-link" - /> - </svg> - </td> - </tr> - <tr> - <td> - list - </td> - <td> - <svg - aria-labelledby="list" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-list" - /> - </svg> - </td> - </tr> - <tr> - <td> - marker-cluster - </td> - <td> - <svg - aria-labelledby="marker-cluster" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-marker-cluster" - /> - </svg> - </td> - </tr> - <tr> - <td> - marker-none - </td> - <td> - <svg - aria-labelledby="marker-none" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-marker-none" - /> - </svg> - </td> - </tr> - <tr> - <td> - marker-ungrouped - </td> - <td> - <svg - aria-labelledby="marker-ungrouped" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-marker-ungrouped" - /> - </svg> - </td> - </tr> - <tr> - <td> - menu - </td> - <td> - <svg - aria-labelledby="menu" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-menu" - /> - </svg> - </td> - </tr> - <tr> - <td> - minus - </td> - <td> - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </td> - </tr> - <tr> - <td> - move-down - </td> - <td> - <svg - aria-labelledby="move-down" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-move-down" - /> - </svg> - </td> - </tr> - <tr> - <td> - move-up - </td> - <td> - <svg - aria-labelledby="move-up" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-move-up" - /> - </svg> - </td> - </tr> - <tr> - <td> - pattern - </td> - <td> - <svg - aria-labelledby="pattern" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-pattern" - /> - </svg> - </td> - </tr> - <tr> - <td> - pencil - </td> - <td> - <svg - aria-labelledby="pencil" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-pencil" - /> - </svg> - </td> - </tr> - <tr> - <td> - plus - </td> - <td> - <svg - aria-labelledby="plus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </td> - </tr> - <tr> - <td> - refresh - </td> - <td> - <svg - aria-labelledby="refresh" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-refresh" - /> - </svg> - </td> - </tr> - <tr> - <td> - x - </td> - <td> - <svg - aria-labelledby="x" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-x" - /> - </svg> - </td> - </tr> - </table> -</div> -`; - -exports[`Automated Storybook Snapshots Ui/Icons Icon All Size 1`] = ` -<div - style="height: 100%; width: 100%; background: white;" -> - <table> - <tr> - <th> - Name - </th> - <th> - Size - </th> - </tr> - <tr> - <td> - s - </td> - <td> - <svg - aria-labelledby="download" - fill="#666" - height="16px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="16px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-download" - /> - </svg> - </td> - </tr> - <tr> - <td> - m - </td> - <td> - <svg - aria-labelledby="download" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-download" - /> - </svg> - </td> - </tr> - </table> -</div> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/loader-element.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/loader-element.stories.storyshot deleted file mode 100644 index e16c0e111..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/loader-element.stories.storyshot +++ /dev/null @@ -1,391 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots UI/LoaderElement All 1`] = ` -<div> - <div - class="top-level" - > - <div - class="spinner" - /> - </div> - <div - class="top-level" - > - - chargé - - </div> - <div - class="top-level" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - Erreur - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/pill.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/pill.stories.storyshot deleted file mode 100644 index b4621d6da..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/pill.stories.storyshot +++ /dev/null @@ -1,29 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Ui/Pill Error 1`] = ` -<span - class="cap-first small bold" -> - <span - class="bg-error color-bg pill py-xs px-s" - > - - Hello - - </span> -</span> -`; - -exports[`Automated Storybook Snapshots Ui/Pill Primary 1`] = ` -<span - class="cap-first small bold" -> - <span - class="bg-neutral color-bg pill py-xs px-s" - > - - Hello - - </span> -</span> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/pure-loader.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/pure-loader.stories.storyshot deleted file mode 100644 index 877cc3130..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/pure-loader.stories.storyshot +++ /dev/null @@ -1,394 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots UI/Loader All 1`] = ` -<div> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> - <div - class="top-level" - style="" - > - - La valeur de l’item est : chargé - - </div> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - Erreur - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/table-auto.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/table-auto.stories.storyshot deleted file mode 100644 index 3fb213002..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/table-auto.stories.storyshot +++ /dev/null @@ -1,1363 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Ui/TableAuto Simple 1`] = ` -<div> - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - – - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Test - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_0 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 0 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 0 - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_1 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 1 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 1 - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_2 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 2 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 2 - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_3 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 3 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 3 - </span> - </div> - - </router-link> - - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Ui/TableAuto Sorted By Status Asc 1`] = ` -<div> - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - – - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-haut" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-haut" - /> - </svg> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Test - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_3 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 3 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 3 - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_2 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 2 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 2 - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_1 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 1 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 1 - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - 220222_0 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - Autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - Demande initiale 0 - - </span> - </span> - </div> - <div - class="td" - > - <span - class="" - > - Test value 0 - </span> - </div> - - </router-link> - - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/_ui/__snapshots__/typeahead.stories.storyshot b/packages/ui/src/components/_ui/__snapshots__/typeahead.stories.storyshot deleted file mode 100644 index 95a255d27..000000000 --- a/packages/ui/src/components/_ui/__snapshots__/typeahead.stories.storyshot +++ /dev/null @@ -1,86 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots UI/Typeahead Multiple 1`] = ` -<div - class="typeahead" - id="plop_wrapper" - style="width: 800px;" -> - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="plop" - placeholder="placeholder" - type="text" - /> - </div> - <!--v-if--> -</div> -`; - -exports[`Automated Storybook Snapshots UI/Typeahead Multiple With Initial Items 1`] = ` -<div - class="typeahead" - id="multiple_wrapper" - style="width: 800px;" -> - <div - class="flex typeahead-wrapper p-xs" - > - - <button - class="bg-neutral chip pl-m pr-m mr-xs mb-xs mt-xs" - > - titreItem1 - <span> - x - </span> - </button> - <button - class="bg-neutral chip pl-m pr-m mr-xs mb-xs mt-xs" - > - titreItem2 - <span> - x - </span> - </button> - - <input - autocomplete="off" - class="typeahead-input" - id="multiple" - placeholder="placeholder" - type="text" - /> - </div> - <!--v-if--> -</div> -`; - -exports[`Automated Storybook Snapshots UI/Typeahead Single 1`] = ` -<div - class="typeahead" - id="ello_wrapper" - style="width: 800px;" -> - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="ello" - placeholder="placeholder" - type="text" - /> - </div> - <!--v-if--> -</div> -`; diff --git a/packages/ui/src/components/activite/preview.test.ts b/packages/ui/src/components/activite/preview.test.ts index ec3e1652a..9950e527b 100644 --- a/packages/ui/src/components/activite/preview.test.ts +++ b/packages/ui/src/components/activite/preview.test.ts @@ -1,5 +1,6 @@ import { mount } from '@vue/test-utils' import Preview from './preview.vue' +import { describe, expect, test } from 'vitest' describe('Activite > Preview', () => { const activite = { diff --git a/packages/ui/src/components/administration/__snapshots__/activites-types-emails.stories.storyshot b/packages/ui/src/components/administration/__snapshots__/activites-types-emails.stories.storyshot deleted file mode 100644 index b947eaa18..000000000 --- a/packages/ui/src/components/administration/__snapshots__/activites-types-emails.stories.storyshot +++ /dev/null @@ -1,2449 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Administration/ActivitesTypesEmails Email Lecture And Modification Sur Administration Visible 1`] = ` -<div - class="mb-xxl" -> - <h3> - Emails à notifier lors du dépôt d’un type d’activité - </h3> - <div - class="tablet-blob-3-4" - > - <div - class="h6" - > - <p> - Lors d’un dépôt d’une activité d’un type en particulier - <!--v-if--> - , quels sont les emails à notifier ? - </p> - </div> - </div> - <div - class="line width-full" - /> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <table> - <tr> - <th> - Type d'activité - </th> - <th> - Email - </th> - <th - width="1" - > - Actions - </th> - </tr> - <tr> - <td> - <select - class="py-xs px-s mr-s mt-xs" - > - - <option - value="grx" - > - Rapport d'exploitation (autorisations M) (GRX) - </option> - <option - value="pma" - > - Rapport d’intensité d’exploration (PMA) - </option> - - </select> - </td> - <td> - <input - class="py-xs mt-xs" - placeholder="Email" - type="email" - /> - </td> - <td> - <button - class="btn rnd-xs p-s py-s px-m" - disabled="" - > - <svg - aria-labelledby="plus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - </td> - </tr> - - <tr> - <td> - <span - class="cap-first" - > - Rapport d'exploitation (autorisations M) (GRX) - </span> - </td> - <td> - foo@bar.co - </td> - <td> - <button - class="btn-border py-s px-m my--xs rnd-xs flex-right" - > - <svg - aria-labelledby="delete" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-delete" - /> - </svg> - </button> - </td> - </tr> - <tr> - <td> - <span - class="cap-first" - > - Rapport d’intensité d’exploration (PMA) - </span> - </td> - <td> - toto@tata.com - </td> - <td> - <button - class="btn-border py-s px-m my--xs rnd-xs flex-right" - > - <svg - aria-labelledby="delete" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-delete" - /> - </svg> - </button> - </td> - </tr> - - </table> - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Administration/ActivitesTypesEmails Email Lecture And Modification Visible 1`] = ` -<div - class="mb-xxl" -> - <h3> - Emails à notifier lors du dépôt d’un type d’activité - </h3> - <div - class="tablet-blob-3-4" - > - <div - class="h6" - > - <p> - Lors d’un dépôt d’une activité d’un type en particulier - <span> - <strong> - si la production annuelle est non nulle - </strong> - </span> - , quels sont les emails à notifier ? - </p> - </div> - </div> - <div - class="line width-full" - /> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <table> - <tr> - <th> - Type d'activité - </th> - <th> - Email - </th> - <th - width="1" - > - Actions - </th> - </tr> - <tr> - <td> - <select - class="py-xs px-s mr-s mt-xs" - > - - <option - value="grx" - > - Rapport d'exploitation (autorisations M) (GRX) - </option> - <option - value="pma" - > - Rapport d’intensité d’exploration (PMA) - </option> - - </select> - </td> - <td> - <input - class="py-xs mt-xs" - placeholder="Email" - type="email" - /> - </td> - <td> - <button - class="btn rnd-xs p-s py-s px-m" - disabled="" - > - <svg - aria-labelledby="plus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - </td> - </tr> - - <tr> - <td> - <span - class="cap-first" - > - Rapport d'exploitation (autorisations M) (GRX) - </span> - </td> - <td> - foo@bar.co - </td> - <td> - <button - class="btn-border py-s px-m my--xs rnd-xs flex-right" - > - <svg - aria-labelledby="delete" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-delete" - /> - </svg> - </button> - </td> - </tr> - <tr> - <td> - <span - class="cap-first" - > - Rapport d’intensité d’exploration (PMA) - </span> - </td> - <td> - toto@tata.com - </td> - <td> - <button - class="btn-border py-s px-m my--xs rnd-xs flex-right" - > - <svg - aria-labelledby="delete" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-delete" - /> - </svg> - </button> - </td> - </tr> - - </table> - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Administration/ActivitesTypesEmails Email Lecture Visible 1`] = ` -<div - class="mb-xxl" -> - <h3> - Emails à notifier lors du dépôt d’un type d’activité - </h3> - <div - class="tablet-blob-3-4" - > - <div - class="h6" - > - <p> - Lors d’un dépôt d’une activité d’un type en particulier - <span> - <strong> - si la production annuelle est non nulle - </strong> - </span> - , quels sont les emails à notifier ? - </p> - </div> - </div> - <div - class="line width-full" - /> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <table> - <tr> - <th> - Type d'activité - </th> - <th> - Email - </th> - <!--v-if--> - </tr> - <!--v-if--> - - <tr> - <td> - <span - class="cap-first" - > - Rapport d'exploitation (autorisations M) (GRX) - </span> - </td> - <td> - foo@bar.co - </td> - <!--v-if--> - </tr> - <tr> - <td> - <span - class="cap-first" - > - Rapport d’intensité d’exploration (PMA) - </span> - </td> - <td> - toto@tata.com - </td> - <!--v-if--> - </tr> - - </table> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/administration/__snapshots__/pure-titres-types.stories.storyshot b/packages/ui/src/components/administration/__snapshots__/pure-titres-types.stories.storyshot deleted file mode 100644 index ad559ba77..000000000 --- a/packages/ui/src/components/administration/__snapshots__/pure-titres-types.stories.storyshot +++ /dev/null @@ -1,1530 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Administration/TitresTypes ONF 1`] = ` -<div - class="mb-xxl" -> - <h3> - Administration gestionnaire ou associée - </h3> - <div - class="h6" - > - <ul - class="list-prefix" - > - <li> - Un utilisateur d'une - <b> - administration gestionnaire - </b> - peut créer et modifier les titres et leur contenu. - </li> - <li> - Un utilisateur d'une - <b> - administration associée - </b> - peut voir les titres non-publics. Cette administration n'apparaît pas sur les pages des titres. - </li> - </ul> - </div> - <div - class="line width-full" - /> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <table> - <tr> - <th> - Domaine - </th> - <th> - Type de titre - </th> - <th> - Gestionnaire - </th> - <th> - Associée - </th> - </tr> - - <tr> - <td> - <span - class="cap-first small bold mono mt-s" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </td> - <td> - <span - class="small bold cap-first mt-s" - > - autorisation de recherches - </span> - </td> - <td> - <svg - aria-labelledby="checkbox" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-checkbox" - /> - </svg> - </td> - <td> - <svg - aria-labelledby="checkbox-blank" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-checkbox-blank" - /> - </svg> - </td> - </tr> - <tr> - <td> - <span - class="cap-first small bold mono mt-s" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </td> - <td> - <span - class="small bold cap-first mt-s" - > - autorisation d'exploitation - </span> - </td> - <td> - <svg - aria-labelledby="checkbox" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-checkbox" - /> - </svg> - </td> - <td> - <svg - aria-labelledby="checkbox-blank" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-checkbox-blank" - /> - </svg> - </td> - </tr> - - </table> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/dashboard/__snapshots__/pure-dreal-dashboard.stories.storyshot b/packages/ui/src/components/dashboard/__snapshots__/pure-dreal-dashboard.stories.storyshot deleted file mode 100644 index 4201f3701..000000000 --- a/packages/ui/src/components/dashboard/__snapshots__/pure-dreal-dashboard.stories.storyshot +++ /dev/null @@ -1,1771 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/PureDrealDashboard Loading 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord - </h1> - </div> - </div> - <!--v-if--> - <div - class="line-neutral width-full mb-l" - /> - <h3> - Titres - </h3> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> - <h4> - Titres en cours d’instruction - </h4> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureDrealDashboard Ok 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord - </h1> - </div> - </div> - <!--v-if--> - <div - class="line-neutral width-full mb-l" - /> - <h3> - Titres - </h3> - <div - class="top-level" - style="" - > - - - <h4> - Titres en attente de la DREAL - </h4> - <div - class="mb-xxl" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Dernière étape - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Prochaines étapes - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Second Nom de titre - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - permis exclusif de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire3 - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <span - class="" - > - recevabilité de la demande (2022-01-01) - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - dépôt de la demande - </li> - - </ul> - </div> - - </router-link> - - </div> - </div> - </div> - - - </div> - <h4> - Titres en cours d’instruction - </h4> - <div - class="top-level" - style="" - > - - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Activités - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Dernière étape - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - first-name - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - permis exclusif de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-5" - > - <div - class="mb--s" - > - <!--v-if--> - <!--v-if--> - </div> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire1 - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <span - class="" - > - recevabilité de la demande (2022-01-01) - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - third-name - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - permis exclusif de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-5" - > - <div - class="mb--s" - > - <!--v-if--> - <span - class="mr-xs inline-block" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - 3 - - </span> - </span> - </span> - </div> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire1 - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <span - class="" - > - recevabilité de la demande (2022-01-01) - </span> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Quatrième Nom de titre - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-5" - > - <div - class="mb--s" - > - <span - class="mr-xs inline-block" - > - <span - class="cap-first small bold" - > - <span - class="bg-error color-bg pill py-xs px-s" - > - - 2 - - </span> - </span> - </span> - <span - class="mr-xs inline-block" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - 8 - - </span> - </span> - </span> - </div> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - PTMG : 2010-001 - </li> - <li - class="h6" - > - PTMG : 2010-000 - </li> - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire 8 - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <span - class="" - > - recevabilité de la demande (2022-01-01) - </span> - </div> - - </router-link> - - </div> - </div> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureDrealDashboard With Error 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord - </h1> - </div> - </div> - <!--v-if--> - <div - class="line-neutral width-full mb-l" - /> - <h3> - Titres - </h3> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> - <h4> - Titres en cours d’instruction - </h4> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/dashboard/__snapshots__/pure-entreprise-dashboard.stories.storyshot b/packages/ui/src/components/dashboard/__snapshots__/pure-entreprise-dashboard.stories.storyshot deleted file mode 100644 index 75bf40f58..000000000 --- a/packages/ui/src/components/dashboard/__snapshots__/pure-entreprise-dashboard.stories.storyshot +++ /dev/null @@ -1,5283 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/PureEntrepriseDashboard Loading 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-m" - > - Mes Titres - </h1> - </div> - <div - class="desktop-blob-1-3" - > - <button - class="btn btn-primary small flex" - > - <span - class="mt-xxs" - > - Demander un titre… - </span> - <svg - aria-labelledby="plus" - class="flex-right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - </div> - </div> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseDashboard Ok 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-m" - > - Mes Titres - </h1> - </div> - <div - class="desktop-blob-1-3" - > - <button - class="btn btn-primary small flex" - > - <span - class="mt-xxs" - > - Demander un titre… - </span> - <svg - aria-labelledby="plus" - class="flex-right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - </div> - </div> - <div - class="top-level" - style="" - > - - <div - class="p-s bg-info color-bg mb" - > - Découvrez l'estimation de votre - <router-link - class="p-s bg-info color-bg mb" - target="_blank" - to="/entreprises/1234" - > - fiscalité minière - </router-link> - </div> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - – - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Activités - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-6" - > - <button - class="btn-menu full-x p-0 disabled" - > - Substances - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Carte - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Régions - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Départements - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Amadis 5 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - autorisation d'exploitation - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-success color-bg pill py-xs px-s" - > - - valide - - </span> - </span> - </div> - <div - class="td min-width-5" - > - <div - class="mb--s" - > - <!--v-if--> - <!--v-if--> - </div> - </div> - <div - class="td min-width-6" - > - <ul - class="list-inline mb--xs" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - or - - </span> - </span> - </li> - - </ul> - </div> - <div - class="td" - > - <!--v-if--> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - CHAMB'OR - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Guyane - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Guyane - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - DEAL : 01/2022 - </li> - <li - class="h6" - > - DEAL : X21-09 - </li> - - </ul> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Aachen - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-neutral color-bg pill py-xs px-s" - > - - échu - - </span> - </span> - </div> - <div - class="td min-width-5" - > - <div - class="mb--s" - > - <!--v-if--> - <!--v-if--> - </div> - </div> - <div - class="td min-width-6" - > - <ul - class="list-inline mb--xs" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - fer - - </span> - </span> - </li> - - </ul> - </div> - <div - class="td" - > - <div - class="p-xs" - > - <svg - aria-labelledby="globe" - fill="#666" - height="16px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="16px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-globe" - /> - </svg> - </div> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - NINOR - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Grand Est - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Moselle - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - RNTM : 57TM0014 - </li> - - </ul> - </div> - - </router-link> - - </div> - </div> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseDashboard Ok Without Activities 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-m" - > - Mes Titres - </h1> - </div> - <div - class="desktop-blob-1-3" - > - <button - class="btn btn-primary small flex" - > - <span - class="mt-xxs" - > - Demander un titre… - </span> - <svg - aria-labelledby="plus" - class="flex-right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - </div> - </div> - <div - class="top-level" - style="" - > - - <div - class="p-s bg-info color-bg mb" - > - Découvrez l'estimation de votre - <router-link - class="p-s bg-info color-bg mb" - target="_blank" - to="/entreprises/1234" - > - fiscalité minière - </router-link> - </div> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - – - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-6" - > - <button - class="btn-menu full-x p-0 disabled" - > - Substances - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Carte - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Régions - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Départements - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Amadis 5 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - autorisation d'exploitation - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-success color-bg pill py-xs px-s" - > - - valide - - </span> - </span> - </div> - <div - class="td min-width-6" - > - <ul - class="list-inline mb--xs" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - or - - </span> - </span> - </li> - - </ul> - </div> - <div - class="td" - > - <!--v-if--> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - CHAMB'OR - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Guyane - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Guyane - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - DEAL : 01/2022 - </li> - <li - class="h6" - > - DEAL : X21-09 - </li> - - </ul> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Aachen - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - autorisation de recherches - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-neutral color-bg pill py-xs px-s" - > - - échu - - </span> - </span> - </div> - <div - class="td min-width-6" - > - <ul - class="list-inline mb--xs" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - fer - - </span> - </span> - </li> - - </ul> - </div> - <div - class="td" - > - <div - class="p-xs" - > - <svg - aria-labelledby="globe" - fill="#666" - height="16px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="16px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-globe" - /> - </svg> - </div> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - NINOR - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Grand Est - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Moselle - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - RNTM : 57TM0014 - </li> - - </ul> - </div> - - </router-link> - - </div> - </div> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseDashboard Ok Without Fiscalite 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-m" - > - Mes Titres - </h1> - </div> - <div - class="desktop-blob-1-3" - > - <button - class="btn btn-primary small flex" - > - <span - class="mt-xxs" - > - Demander un titre… - </span> - <svg - aria-labelledby="plus" - class="flex-right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - </div> - </div> - <div - class="top-level" - style="" - > - - <!--v-if--> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - – - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Type - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Activités - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-6" - > - <button - class="btn-menu full-x p-0 disabled" - > - Substances - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Carte - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Régions - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Départements - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Amadis 5 - </span> - </div> - <div - class="td" - > - <span - class="cap-first small bold mono" - > - <span - class="bg-domaine-m color-bg pill py-xs px-s" - > - - m - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <span - class="small bold cap-first" - > - autorisation d'exploitation - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-success color-bg pill py-xs px-s" - > - - valide - - </span> - </span> - </div> - <div - class="td min-width-5" - > - <div - class="mb--s" - > - <!--v-if--> - <!--v-if--> - </div> - </div> - <div - class="td min-width-6" - > - <ul - class="list-inline mb--xs" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - or - - </span> - </span> - </li> - - </ul> - </div> - <div - class="td" - > - <!--v-if--> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - CHAMB'OR - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Guyane - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Guyane - </li> - - </ul> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - DEAL : 01/2022 - </li> - <li - class="h6" - > - DEAL : X21-09 - </li> - - </ul> - </div> - - </router-link> - - </div> - </div> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseDashboard With Error 1`] = ` -<div> - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-m" - > - Mes Titres - </h1> - </div> - <div - class="desktop-blob-1-3" - > - <button - class="btn btn-primary small flex" - > - <span - class="mt-xxs" - > - Demander un titre… - </span> - <svg - aria-labelledby="plus" - class="flex-right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - </div> - </div> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/dashboard/__snapshots__/pure-onf-dashboard.stories.storyshot b/packages/ui/src/components/dashboard/__snapshots__/pure-onf-dashboard.stories.storyshot deleted file mode 100644 index 92f1272fa..000000000 --- a/packages/ui/src/components/dashboard/__snapshots__/pure-onf-dashboard.stories.storyshot +++ /dev/null @@ -1,1274 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/PureONFDashboard Loading 1`] = ` -<div> - <div - displayactivites="true" - > - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord ONF - </h1> - </div> - </div> - <div - class="loaders fixed p" - > - <div - class="loader" - /> - </div> - <!--v-if--> - <!--v-if--> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureONFDashboard Ok 1`] = ` -<div> - <div - displayactivites="true" - > - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord ONF - </h1> - </div> - </div> - <!--v-if--> - <div> - - <div - class="line-neutral width-full mb-l" - /> - <h3> - ARM en attente - </h3> - <div - class="mb-xxl" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Date complétude PTMG - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - first-name - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire1 - </li> - - </ul> - </div> - <div - class="td" - > - <div - style="white-space: nowrap;" - /> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Second Nom de titre - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - ONF : 2010-001 - </li> - <li - class="h6" - > - PTMG : 2010-000 - </li> - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire3 - </li> - - </ul> - </div> - <div - class="td" - > - <div - style="white-space: nowrap;" - > - 23 / 03 / 2022 - </div> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Quatrième Nom de titre - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - ONF : 2010-001 - </li> - <li - class="h6" - > - PTMG : 2010-000 - </li> - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire 8 - </li> - - </ul> - </div> - <div - class="td" - > - <div - style="white-space: nowrap;" - > - 23 / 03 / 2022 - </div> - </div> - - </router-link> - - </div> - </div> - </div> - - <div - class="line-neutral width-full mb-l" - /> - <h3> - ARM en cours d’instruction - </h3> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Date complétude PTMG - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Date réception ONF - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Date CARM - <!--v-if--> - </button> - </div> - <div - class="th nowrap" - > - <button - class="btn-menu full-x p-0" - > - Délai jour CARM ONF - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - third-name - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire1 - </li> - - </ul> - </div> - <div - class="td" - > - <div - style="white-space: nowrap;" - /> - </div> - <div - class="td" - > - <div - style="white-space: nowrap;" - /> - </div> - <div - class="td" - > - <div - style="white-space: nowrap;" - /> - </div> - <div - class="td" - > - <!--v-if--> - </div> - - </router-link> - - </div> - </div> - </div> - </div> - <!--v-if--> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureONFDashboard With Error 1`] = ` -<div> - <div - displayactivites="true" - > - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord ONF - </h1> - </div> - </div> - <!--v-if--> - <!--v-if--> - <div - class="mb p-s color-bg bg-error" - > - Le serveur est inaccessible, veuillez réessayer plus tard - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/dashboard/__snapshots__/pure-ptmg-dashboard.stories.storyshot b/packages/ui/src/components/dashboard/__snapshots__/pure-ptmg-dashboard.stories.storyshot deleted file mode 100644 index 30423bf40..000000000 --- a/packages/ui/src/components/dashboard/__snapshots__/pure-ptmg-dashboard.stories.storyshot +++ /dev/null @@ -1,1173 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/PurePTMGDashboard Loading 1`] = ` -<div> - <div - displayactivites="true" - > - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord PTMG - </h1> - </div> - </div> - <div - class="loaders fixed p" - > - <div - class="loader" - /> - </div> - <!--v-if--> - <!--v-if--> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PurePTMGDashboard Ok 1`] = ` -<div> - <div - displayactivites="true" - > - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord PTMG - </h1> - </div> - </div> - <!--v-if--> - <div> - - <div - class="line-neutral width-full mb-l" - /> - <h3> - ARM en attente - </h3> - <div - class="mb-xxl" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - first-name - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire1 - </li> - - </ul> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Second Nom de titre - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - PTMG : 2010-001 - </li> - <li - class="h6" - > - PTMG : 2010-000 - </li> - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire3 - </li> - - </ul> - </div> - - </router-link> - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - Quatrième Nom de titre - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - PTMG : 2010-001 - </li> - <li - class="h6" - > - PTMG : 2010-000 - </li> - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire 8 - </li> - - </ul> - </div> - - </router-link> - - </div> - </div> - </div> - - <div - class="line-neutral width-full mb-l" - /> - <h3> - ARM en cours d’instruction - </h3> - <div - class="width-full-p" - > - <div - class="overflow-scroll-x mb" - > - <div - class="table" - > - <div - class="tr" - > - - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0" - > - Nom - <!--v-if--> - </button> - </div> - <div - class="th nowrap nowrap min-width-5" - > - <button - class="btn-menu full-x p-0" - > - Statut - <svg - aria-labelledby="chevron-bas" - class="right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-chevron-bas" - /> - </svg> - </button> - </div> - <div - class="th nowrap min-width-8" - > - <button - class="btn-menu full-x p-0 disabled" - > - Références - <!--v-if--> - </button> - </div> - <div - class="th nowrap min-width-10" - > - <button - class="btn-menu full-x p-0" - > - Titulaires - <!--v-if--> - </button> - </div> - - </div> - - <router-link - class="tr tr-link text-decoration-none" - to="[object Object]" - > - - <div - class="td min-width-8" - > - <span - class="bold" - > - third-name - </span> - </div> - <div - class="td nowrap min-width-5" - > - <span - class="cap-first small bold" - > - <span - class="bg-warning color-bg pill py-xs px-s" - > - - demande initiale - - </span> - </span> - </div> - <div - class="td min-width-8" - > - <ul - class="list-prefix mb--xs" - > - - - </ul> - </div> - <div - class="td min-width-10" - > - <ul - class="list-prefix mb--xs" - > - - <li - class="h6" - > - Titulaire1 - </li> - - </ul> - </div> - - </router-link> - - </div> - </div> - </div> - </div> - <!--v-if--> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PurePTMGDashboard With Error 1`] = ` -<div> - <div - displayactivites="true" - > - <div - class="desktop-blobs" - > - <div - class="desktop-blob-2-3" - > - <h1 - class="mt-xs mb-xxl" - > - Tableau de bord PTMG - </h1> - </div> - </div> - <!--v-if--> - <!--v-if--> - <div - class="mb p-s color-bg bg-error" - > - Le serveur est inaccessible, veuillez réessayer plus tard - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/document/edit-popup.vue b/packages/ui/src/components/document/edit-popup.vue index 3a9946f43..f9b466d9f 100644 --- a/packages/ui/src/components/document/edit-popup.vue +++ b/packages/ui/src/components/document/edit-popup.vue @@ -37,9 +37,10 @@ <hr /> <SectionsEdit - v-model:document="document" + :document="document" :repertoire="repertoire" :userIsAdmin="userIsAdmin" + @update:document="newValue => emits('update:document', newValue)" /> <template #footer> @@ -93,6 +94,8 @@ export default { documentsTypes: { type: Array, default: null } }, + emits: ['update:document'], + computed: { loading() { return this.$store.state.popup.loading diff --git a/packages/ui/src/components/entreprise/__snapshots__/pure-entreprise-fiscalite.stories.storyshot b/packages/ui/src/components/entreprise/__snapshots__/pure-entreprise-fiscalite.stories.storyshot deleted file mode 100644 index 9bc0791c4..000000000 --- a/packages/ui/src/components/entreprise/__snapshots__/pure-entreprise-fiscalite.stories.storyshot +++ /dev/null @@ -1,1971 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/PureEntrepriseFiscalite Guyane 1`] = ` -<div> - Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) - <div - class="flex" - > - - <div - class="mr-xs" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2021" - > - 2021 - </button> - </div> - <div - class="mr-xs active" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2022" - > - 2022 - </button> - </div> - - </div> - <div - class="line-neutral mb" - /> - - Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 - <br /> - - <strong> - Cotisations - </strong> - <div - class="fiscalite-table" - > - <div> - a. Redevance communale - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 3 235 343,56 € - - </div> - <div> - b. Redevance départementale - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 669 241,56 € - - </div> - - <div> - c. Taxe minière sur l’or de Guyane - </div> - <div - class="top-level fiscalite-value" - > - - 8 290 200,00 € - - </div> - <div> - d. Investissements déductibles de la taxe perçue pour la région de Guyane - </div> - <div - class="top-level fiscalite-value" - > - - 202 200,00 € - - </div> - <div> - e. Montant net de taxe minière sur l’or de Guyane (c-d) - </div> - <div - class="top-level fiscalite-value" - > - - 424 620,00 € - - </div> - - <div> - f. Frais de gestion de fiscalité directe locale (a+b+e)X 8% - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 346 336,41 € - - </div> - <div> - Somme à payer auprès du comptable (2) - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 4 675 541,53 € - - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseFiscalite Guyane Annee Precedente 1`] = ` -<div> - Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) - <div - class="flex" - > - - <div - class="mr-xs active" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2021" - > - 2021 - </button> - </div> - <div - class="mr-xs" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2022" - > - 2022 - </button> - </div> - - </div> - <div - class="line-neutral mb" - /> - <!--v-if--> - <strong> - Cotisations - </strong> - <div - class="fiscalite-table" - > - <div> - a. Redevance communale - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 3 233 743,49 € - - </div> - <div> - b. Redevance départementale - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 668 910,58 € - - </div> - - <div> - c. Taxe minière sur l’or de Guyane - </div> - <div - class="top-level fiscalite-value" - > - - 8 286 100,00 € - - </div> - <div> - d. Investissements déductibles de la taxe perçue pour la région de Guyane - </div> - <div - class="top-level fiscalite-value" - > - - 202 100,00 € - - </div> - <div> - e. Montant net de taxe minière sur l’or de Guyane (c-d) - </div> - <div - class="top-level fiscalite-value" - > - - 424 410,00 € - - </div> - - <div> - f. Frais de gestion de fiscalité directe locale (a+b+e)X 8% - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 346 165,13 € - - </div> - <div> - Somme à payer auprès du comptable (2) - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 4 673 229,20 € - - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseFiscalite Loading 1`] = ` -<div> - Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) - <div - class="flex" - > - - <div - class="mr-xs" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2021" - > - 2021 - </button> - </div> - <div - class="mr-xs active" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2022" - > - 2022 - </button> - </div> - - </div> - <div - class="line-neutral mb" - /> - - Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 - <br /> - - <strong> - Cotisations - </strong> - <div - class="fiscalite-table" - > - <div> - a. Redevance communale - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> - <div> - b. Redevance départementale - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> - <!--v-if--> - <div> - f. Frais de gestion de fiscalité directe locale (a+b)X 8% - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> - <div> - Somme à payer auprès du comptable (2) - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseFiscalite Ok 1`] = ` -<div> - Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) - <div - class="flex" - > - - <div - class="mr-xs" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2021" - > - 2021 - </button> - </div> - <div - class="mr-xs active" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2022" - > - 2022 - </button> - </div> - - </div> - <div - class="line-neutral mb" - /> - - Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 - <br /> - - <strong> - Cotisations - </strong> - <div - class="fiscalite-table" - > - <div> - a. Redevance communale - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 1 600,07 € - - </div> - <div> - b. Redevance départementale - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 330,98 € - - </div> - <!--v-if--> - <div> - f. Frais de gestion de fiscalité directe locale (a+b)X 8% - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 154,48 € - - </div> - <div> - Somme à payer auprès du comptable (2) - </div> - <div - class="top-level fiscalite-value" - style="" - > - - 2 085,54 € - - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/PureEntrepriseFiscalite With Error 1`] = ` -<div> - Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère) - <div - class="flex" - > - - <div - class="mr-xs" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2021" - > - 2021 - </button> - </div> - <div - class="mr-xs active" - > - <button - class="p-m btn-tab rnd-t-s" - id="cmn-titre-tab-2022" - > - 2022 - </button> - </div> - - </div> - <div - class="line-neutral mb" - /> - - Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 - <br /> - - <strong> - Cotisations - </strong> - <div - class="fiscalite-table" - > - <div> - a. Redevance communale - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> - <div> - b. Redevance départementale - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> - <!--v-if--> - <div> - f. Frais de gestion de fiscalité directe locale (a+b)X 8% - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> - <div> - Somme à payer auprès du comptable (2) - </div> - <div - class="top-level fiscalite-value" - style="display: flex; justify-content: center;" - > - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/etape/__snapshots__/autocomplete-entreprise.stories.storyshot b/packages/ui/src/components/etape/__snapshots__/autocomplete-entreprise.stories.storyshot deleted file mode 100644 index 809d97365..000000000 --- a/packages/ui/src/components/etape/__snapshots__/autocomplete-entreprise.stories.storyshot +++ /dev/null @@ -1,811 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Etape/AutoCompleteEntreprise Default 1`] = ` -<div> - - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="placeholder" - type="text" - /> - </div> - <!--v-if--> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/AutoCompleteEntreprise With Entities Already Present 1`] = ` -<div> - - <div> - <div - class="flex mb-s flex-center" - > - <div - class="h4" - style="flex: 0 1 15em;" - > - optionNom10 - </div> - <label - style="flex-basis: auto; user-select: none;" - > - <input - class="mr-xs" - type="checkbox" - /> - Opérateur - </label> - <button - class="btn py-s px-m rnd-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - <div> - <div - class="flex mb-s flex-center" - > - <div - class="h4" - style="flex: 0 1 15em;" - > - optionNom2 - </div> - <label - style="flex-basis: auto; user-select: none;" - > - <input - class="mr-xs" - type="checkbox" - /> - Opérateur - </label> - <button - class="btn py-s px-m rnd-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="placeholder" - type="text" - /> - </div> - <!--v-if--> - </div> -</div> -`; diff --git a/packages/ui/src/components/etape/__snapshots__/fondamentales-edit.stories.storyshot b/packages/ui/src/components/etape/__snapshots__/fondamentales-edit.stories.storyshot deleted file mode 100644 index 402a9325a..000000000 --- a/packages/ui/src/components/etape/__snapshots__/fondamentales-edit.stories.storyshot +++ /dev/null @@ -1,3428 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Etape/FondamentalesEdit Arm Demande ONF 1`] = ` -<div> - <!--v-if--> - <!--v-if--> - <!--v-if--> - - <h3 - class="mb-s" - > - Titulaires - </h3> - <p - class="h6 italic" - > - Optionnel - </p> - <div - class="mb-s" - isarray="true" - > - - <div> - - <div> - <div - class="flex mb-s flex-center" - > - <div - class="h4" - style="flex: 0 1 15em;" - > - optionNom1 - </div> - <label - style="flex-basis: auto; user-select: none;" - > - <input - class="mr-xs" - type="checkbox" - /> - Opérateur - </label> - <button - class="btn py-s px-m rnd-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="Sélectionner un titulaire" - type="text" - /> - </div> - <!--v-if--> - </div> - </div> - <div - class="h6 mt-s" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - <hr /> - - <!--v-if--> - <div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - <div> - - <ul - class="list-inline mb-s" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - argent - - </span> - </span> - </li> - - </ul> - - <div - class="mb-s" - > - <span - class="bold cap-first small" - > - <span - class="bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Incertain - - </span> - </span> - </div> - <p - class="h6 italic mb-s" - > - Hérité de : - <span - class="cap-first" - > - étape précédente - </span> - (01 / 01 / 2022) - </p> - </div> - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Modifier - </button> - </div> - </div> - <hr /> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/FondamentalesEdit Arm Demande Operateur 1`] = ` -<div> - <!--v-if--> - <!--v-if--> - <!--v-if--> - <!--v-if--> - <!--v-if--> - <div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - <div> - - <ul - class="list-inline mb-s" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - argent - - </span> - </span> - </li> - - </ul> - - <div - class="mb-s" - > - <span - class="bold cap-first small" - > - <span - class="bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Incertain - - </span> - </span> - </div> - <p - class="h6 italic mb-s" - > - Hérité de : - <span - class="cap-first" - > - étape précédente - </span> - (01 / 01 / 2022) - </p> - </div> - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Modifier - </button> - </div> - </div> - <hr /> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/FondamentalesEdit Arm Jorf ONF 1`] = ` -<div> - <!--v-if--> - - <div - class="tablet-blobs" - > - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5 - class="mb-0" - > - Date de début - </h5> - <p - class="h6 italic mb-0" - > - Optionnel - </p> - </div> - <div - class="mb-s tablet-blob-2-3" - > - - <div - class="blobs-mini mb-s" - > - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="29" - min="1" - placeholder="jour" - type="number" - /> - </div> - <div - class="blob-mini-1-3" - > - <select - class="p-s mr-s" - > - <option - disabled="" - hidden="" - > - mois - </option> - - <option - value="1" - > - janvier - </option> - <option - value="2" - > - février - </option> - <option - value="3" - > - mars - </option> - <option - value="4" - > - avril - </option> - <option - value="5" - > - mai - </option> - <option - value="6" - > - juin - </option> - <option - value="7" - > - juillet - </option> - <option - value="8" - > - aout - </option> - <option - value="9" - > - septembre - </option> - <option - value="10" - > - octobre - </option> - <option - value="11" - > - novembre - </option> - <option - value="12" - > - décembre - </option> - - </select> - </div> - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="2099" - min="1750" - placeholder="année" - type="number" - /> - </div> - </div> - <div - class="h6" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - </div> - <hr /> - - - <div - class="tablet-blobs" - > - <hr /> - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5 - class="mb-0" - > - Date d'échéance - </h5> - <p - class="h6 italic mb-0" - > - Optionnel - </p> - </div> - <div - class="mb-s tablet-blob-2-3" - > - - <div - class="blobs-mini mb-s" - > - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="31" - min="1" - placeholder="jour" - type="number" - /> - </div> - <div - class="blob-mini-1-3" - > - <select - class="p-s mr-s" - > - <option - disabled="" - hidden="" - > - mois - </option> - - <option - value="1" - > - janvier - </option> - <option - value="2" - > - février - </option> - <option - value="3" - > - mars - </option> - <option - value="4" - > - avril - </option> - <option - value="5" - > - mai - </option> - <option - value="6" - > - juin - </option> - <option - value="7" - > - juillet - </option> - <option - value="8" - > - aout - </option> - <option - value="9" - > - septembre - </option> - <option - value="10" - > - octobre - </option> - <option - value="11" - > - novembre - </option> - <option - value="12" - > - décembre - </option> - - </select> - </div> - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="2099" - min="1750" - placeholder="année" - type="number" - /> - </div> - </div> - <!--v-if--> - - - - <!--v-if--> - </div> - </div> - <hr /> - - - <h3 - class="mb-s" - > - Titulaires - </h3> - <p - class="h6 italic" - > - Optionnel - </p> - <div - class="mb-s" - isarray="true" - > - - <div> - - <div> - <div - class="flex mb-s flex-center" - > - <div - class="h4" - style="flex: 0 1 15em;" - > - optionNom1 - </div> - <label - style="flex-basis: auto; user-select: none;" - > - <input - class="mr-xs" - type="checkbox" - /> - Opérateur - </label> - <button - class="btn py-s px-m rnd-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="Sélectionner un titulaire" - type="text" - /> - </div> - <!--v-if--> - </div> - </div> - <div - class="h6 mt-s" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - <hr /> - - <!--v-if--> - <div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - <div> - - <ul - class="list-inline mb-s" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - argent - - </span> - </span> - </li> - - </ul> - - <div - class="mb-s" - > - <span - class="bold cap-first small" - > - <span - class="bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Incertain - - </span> - </span> - </div> - <p - class="h6 italic mb-s" - > - Hérité de : - <span - class="cap-first" - > - étape précédente - </span> - (01 / 01 / 2022) - </p> - </div> - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Modifier - </button> - </div> - </div> - <hr /> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/FondamentalesEdit Axm Demande ONF 1`] = ` -<div> - <div - class="tablet-blobs" - > - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5 - class="mb-0" - > - Durée (années / mois) - </h5> - <!--v-if--> - </div> - <div - class="mb-s tablet-blob-2-3" - > - - <div - class="blobs-mini" - > - <div - class="blob-mini-1-2" - > - <input - class="p-s text-right py-s mb-s" - pattern="([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?" - placeholder="années" - type="text" - /> - </div> - <div - class="blob-mini-1-2" - > - <input - class="p-s text-right p-s" - pattern="([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?" - placeholder="mois" - type="text" - /> - </div> - </div> - <div - class="h6" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - <hr /> - </div> - <!--v-if--> - <!--v-if--> - - <h3 - class="mb-s" - > - Titulaires - </h3> - <p - class="h6 italic" - > - Optionnel - </p> - <div - class="mb-s" - isarray="true" - > - - <div> - - <div> - <div - class="flex mb-s flex-center" - > - <div - class="h4" - style="flex: 0 1 15em;" - > - optionNom1 - </div> - <label - style="flex-basis: auto; user-select: none;" - > - <input - class="mr-xs" - type="checkbox" - /> - Opérateur - </label> - <button - class="btn py-s px-m rnd-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="Sélectionner un titulaire" - type="text" - /> - </div> - <!--v-if--> - </div> - </div> - <div - class="h6 mt-s" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - <hr /> - - <!--v-if--> - <div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - <div> - - <ul - class="list-inline mb-s" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - argent - - </span> - </span> - </li> - - </ul> - - <div - class="mb-s" - > - <span - class="bold cap-first small" - > - <span - class="bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Incertain - - </span> - </span> - </div> - <p - class="h6 italic mb-s" - > - Hérité de : - <span - class="cap-first" - > - étape précédente - </span> - (01 / 01 / 2022) - </p> - </div> - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Modifier - </button> - </div> - </div> - <hr /> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/FondamentalesEdit Prm Demande ONF 1`] = ` -<div> - <div - class="tablet-blobs" - > - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5 - class="mb-0" - > - Durée (années / mois) - </h5> - <p - class="h6 italic mb-0" - > - Optionnel - </p> - </div> - <div - class="mb-s tablet-blob-2-3" - > - - <div - class="blobs-mini" - > - <div - class="blob-mini-1-2" - > - <input - class="p-s text-right py-s mb-s" - pattern="([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?" - placeholder="années" - type="text" - /> - </div> - <div - class="blob-mini-1-2" - > - <input - class="p-s text-right p-s" - pattern="([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?" - placeholder="mois" - type="text" - /> - </div> - </div> - <div - class="h6" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - <hr /> - </div> - - <div - class="tablet-blobs" - > - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5 - class="mb-0" - > - Date de début - </h5> - <p - class="h6 italic mb-0" - > - Optionnel - </p> - </div> - <div - class="mb-s tablet-blob-2-3" - > - - <div - class="blobs-mini mb-s" - > - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="29" - min="1" - placeholder="jour" - type="number" - /> - </div> - <div - class="blob-mini-1-3" - > - <select - class="p-s mr-s" - > - <option - disabled="" - hidden="" - > - mois - </option> - - <option - value="1" - > - janvier - </option> - <option - value="2" - > - février - </option> - <option - value="3" - > - mars - </option> - <option - value="4" - > - avril - </option> - <option - value="5" - > - mai - </option> - <option - value="6" - > - juin - </option> - <option - value="7" - > - juillet - </option> - <option - value="8" - > - aout - </option> - <option - value="9" - > - septembre - </option> - <option - value="10" - > - octobre - </option> - <option - value="11" - > - novembre - </option> - <option - value="12" - > - décembre - </option> - - </select> - </div> - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="2099" - min="1750" - placeholder="année" - type="number" - /> - </div> - </div> - <div - class="h6" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - </div> - <hr /> - - - <div - class="tablet-blobs" - > - <hr /> - <div - class="tablet-blob-1-3 tablet-pt-s pb-s" - > - <h5 - class="mb-0" - > - Date d'échéance - </h5> - <p - class="h6 italic mb-0" - > - Optionnel - </p> - </div> - <div - class="mb-s tablet-blob-2-3" - > - - <div - class="blobs-mini mb-s" - > - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="31" - min="1" - placeholder="jour" - type="number" - /> - </div> - <div - class="blob-mini-1-3" - > - <select - class="p-s mr-s" - > - <option - disabled="" - hidden="" - > - mois - </option> - - <option - value="1" - > - janvier - </option> - <option - value="2" - > - février - </option> - <option - value="3" - > - mars - </option> - <option - value="4" - > - avril - </option> - <option - value="5" - > - mai - </option> - <option - value="6" - > - juin - </option> - <option - value="7" - > - juillet - </option> - <option - value="8" - > - aout - </option> - <option - value="9" - > - septembre - </option> - <option - value="10" - > - octobre - </option> - <option - value="11" - > - novembre - </option> - <option - value="12" - > - décembre - </option> - - </select> - </div> - <div - class="blob-mini-1-3" - > - <input - class="text-right p-s" - max="2099" - min="1750" - placeholder="année" - type="number" - /> - </div> - </div> - <!--v-if--> - - - - <!--v-if--> - </div> - </div> - <hr /> - - - <h3 - class="mb-s" - > - Titulaires - </h3> - <p - class="h6 italic" - > - Optionnel - </p> - <div - class="mb-s" - isarray="true" - > - - <div> - - <div> - <div - class="flex mb-s flex-center" - > - <div - class="h4" - style="flex: 0 1 15em;" - > - optionNom1 - </div> - <label - style="flex-basis: auto; user-select: none;" - > - <input - class="mr-xs" - type="checkbox" - /> - Opérateur - </label> - <button - class="btn py-s px-m rnd-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="Sélectionner un titulaire" - type="text" - /> - </div> - <!--v-if--> - </div> - </div> - <div - class="h6 mt-s" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - <hr /> - - - <hr /> - <h3 - class="mb-s" - > - Amodiataires - </h3> - <p - class="h6 italic" - > - Optionnel - </p> - <div - class="mb-s" - isarray="true" - > - - <div> - - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="Sélectionner un amodiataire" - type="text" - /> - </div> - <!--v-if--> - </div> - </div> - <div - class="h6 mt-s" - > - <!--v-if--> - </div> - - - - <!--v-if--> - </div> - <hr /> - - <div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - <div> - - <ul - class="list-inline mb-s" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - argent - - </span> - </span> - </li> - - </ul> - - <div - class="mb-s" - > - <span - class="bold cap-first small" - > - <span - class="bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Incertain - - </span> - </span> - </div> - <p - class="h6 italic mb-s" - > - Hérité de : - <span - class="cap-first" - > - étape précédente - </span> - (01 / 01 / 2022) - </p> - </div> - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Modifier - </button> - </div> - </div> - <hr /> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/FondamentalesEdit Prm Deplacement De Perimetre ONF 1`] = ` -<div> - <!--v-if--> - <!--v-if--> - <!--v-if--> - - <h3 - class="mb-s" - > - Titulaires - </h3> - <p - class="h6 italic" - > - Optionnel - </p> - <div - class="mb-s" - isarray="true" - > - - <div> - - <div> - <div - class="flex mb-s flex-center" - > - <div - class="h4" - style="flex: 0 1 15em;" - > - optionNom1 - </div> - <label - style="flex-basis: auto; user-select: none;" - > - <input - class="mr-xs" - type="checkbox" - /> - Opérateur - </label> - <button - class="btn py-s px-m rnd-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="Sélectionner un titulaire" - type="text" - /> - </div> - <!--v-if--> - </div> - </div> - <div - class="h6 mt-s" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <!--v-if--> - </div> - <hr /> - - - <hr /> - <h3 - class="mb-s" - > - Amodiataires - </h3> - <p - class="h6 italic" - > - Optionnel - </p> - <div - class="mb-s" - isarray="true" - > - - <div> - - - <div - class="typeahead" - id="autocomplete_entreprise_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="autocomplete_entreprise" - placeholder="Sélectionner un amodiataire" - type="text" - /> - </div> - <!--v-if--> - </div> - </div> - <div - class="h6 mt-s" - > - <!--v-if--> - </div> - - - - <!--v-if--> - </div> - <hr /> - - <div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - <div> - - <ul - class="list-inline mb-s" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - argent - - </span> - </span> - </li> - - </ul> - - <div - class="mb-s" - > - <span - class="bold cap-first small" - > - <span - class="bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Incertain - - </span> - </span> - </div> - <p - class="h6 italic mb-s" - > - Hérité de : - <span - class="cap-first" - > - étape précédente - </span> - (01 / 01 / 2022) - </p> - </div> - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Modifier - </button> - </div> - </div> - <hr /> -</div> -`; diff --git a/packages/ui/src/components/etape/__snapshots__/pure-form-save-btn.stories.storyshot b/packages/ui/src/components/etape/__snapshots__/pure-form-save-btn.stories.storyshot deleted file mode 100644 index 5612305ca..000000000 --- a/packages/ui/src/components/etape/__snapshots__/pure-form-save-btn.stories.storyshot +++ /dev/null @@ -1,1649 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Etape/PureFormSaveBtn Completude De La Demande Complete 1`] = ` -<div - class="flex flex-direction-column full-x" -> - <ul - class="bg-warning color-bg list-none p-s bold" - > - - <li - class="flex" - > - alerte - <a - class="ml-s" - href="google.com" - target="_blank" - > - <svg - aria-labelledby="external-link" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-external-link" - /> - </svg> - </a> - </li> - - </ul> - <div - class="tablet-blobs mr-xxs" - > - <div - class="tablet-blob-1-3" - /> - <div - class="tablet-blob-1-3" - /> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-primary" - > - Enregistrer - </button> - </div> - <div - class="tablet-blob-1-3" - > - <!--v-if--> - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/PureFormSaveBtn Completude De La Demande Imcomplete 1`] = ` -<div - class="flex flex-direction-column full-x" -> - <ul - class="bg-warning color-bg list-none p-s bold" - > - - <li - class="flex" - > - alerte - <a - class="ml-s" - href="google.com" - target="_blank" - > - <svg - aria-labelledby="external-link" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-external-link" - /> - </svg> - </a> - </li> - - </ul> - <div - class="tablet-blobs mr-xxs" - > - <div - class="tablet-blob-1-3" - /> - <div - class="tablet-blob-1-3" - /> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-primary" - disabled="" - > - Enregistrer - </button> - </div> - <div - class="tablet-blob-1-3" - > - <!--v-if--> - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/PureFormSaveBtn Demande En Construction Complete 1`] = ` -<div - class="flex flex-direction-column full-x" -> - <ul - class="bg-warning color-bg list-none p-s bold" - > - - <li - class="flex" - > - alerte - <a - class="ml-s" - href="google.com" - target="_blank" - > - <svg - aria-labelledby="external-link" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-external-link" - /> - </svg> - </a> - </li> - - </ul> - <div - class="tablet-blobs mr-xxs" - > - <div - class="tablet-blob-1-3" - /> - <!--v-if--> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-secondary" - > - Enregistrer - </button> - </div> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-primary" - > - Enregistrer et déposer - </button> - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/PureFormSaveBtn Demande En Construction Incomplete 1`] = ` -<div - class="flex flex-direction-column full-x" -> - <ul - class="bg-warning color-bg list-none p-s bold" - > - - <li - class="flex" - > - alerte - <a - class="ml-s" - href="google.com" - target="_blank" - > - <svg - aria-labelledby="external-link" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-external-link" - /> - </svg> - </a> - </li> - - </ul> - <div - class="tablet-blobs mr-xxs" - > - <div - class="tablet-blob-1-3" - /> - <!--v-if--> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-secondary" - > - Enregistrer - </button> - </div> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-primary" - disabled="" - > - Enregistrer et déposer - </button> - </div> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/PureFormSaveBtn Sans Message 1`] = ` -<div - class="flex flex-direction-column full-x" -> - <!--v-if--> - <div - class="tablet-blobs mr-xxs" - > - <div - class="tablet-blob-1-3" - /> - <!--v-if--> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-secondary" - > - Enregistrer - </button> - </div> - <div - class="tablet-blob-1-3" - > - <button - class="btn btn-primary" - > - Enregistrer et déposer - </button> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/etape/__snapshots__/substances-edit.stories.storyshot b/packages/ui/src/components/etape/__snapshots__/substances-edit.stories.storyshot deleted file mode 100644 index 982677fc7..000000000 --- a/packages/ui/src/components/etape/__snapshots__/substances-edit.stories.storyshot +++ /dev/null @@ -1,1286 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Etape/SubstancesEdit Avec Heritage 1`] = ` -<div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - <div> - - <ul - class="list-inline mb-s" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - or - - </span> - </span> - </li> - - </ul> - - <div - class="mb-s" - > - <span - class="bold cap-first small" - > - <span - class="bg-info py-xxs px-xs py-xxs px-xs rnd-xs color-bg box" - > - - Incertain - - </span> - </span> - </div> - <p - class="h6 italic mb-s" - > - Hérité de : - <span - class="cap-first" - > - Demande - </span> - (01 / 01 / 2020) - </p> - </div> - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Modifier - </button> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Etape/SubstancesEdit Sans Heritage 1`] = ` -<div> - <h3 - class="mb-s" - > - Substances - </h3> - <div - class="mb-s" - > - - - <div> - <div - class="flex mb-s" - > - <select - class="p-s mr-s" - > - - <option - value="kals" - > - alun - </option> - <option - value="anti" - > - antimoine - </option> - <option - value="arge" - > - argent - </option> - <option - value="arse" - > - arsenic - </option> - <option - value="trxx" - > - autres éléments de terres rares - </option> - <option - value="aloh" - > - bauxite - </option> - <option - value="bery" - > - béryllium - </option> - <option - value="bism" - > - bismuth - </option> - <option - value="cadm" - > - cadmium - </option> - <option - value="hydm" - > - calcaires bitumineux - </option> - <option - value="ceri" - > - cérium - </option> - <option - value="cesi" - > - césium - </option> - <option - value="chro" - > - chrome - </option> - <option - value="coba" - > - cobalt - </option> - <option - value="cuiv" - > - cuivre - </option> - <option - value="diam" - > - diamant - </option> - <option - value="dysp" - > - dysprosium - </option> - <option - value="erbi" - > - erbium - </option> - <option - value="etai" - > - étain - </option> - <option - value="euro" - > - europium - </option> - <option - value="ferx" - > - fer - </option> - <option - value="fluo" - > - fluorine - </option> - <option - value="gado" - > - gadolinium - </option> - <option - value="gall" - > - gallium - </option> - <option - value="coox" - > - gaz carbonique - </option> - <option - value="germ" - > - germanium - </option> - <option - value="grap" - > - graphite - </option> - <option - value="hafn" - > - hafnium - </option> - <option - value="heli" - > - hélium - </option> - <option - value="holm" - > - holmium - </option> - <option - value="hydrog" - > - hydrogène - </option> - <option - value="indi" - > - indium - </option> - <option - value="irid" - > - iridium - </option> - <option - value="lant" - > - lanthane - </option> - <option - value="lith" - > - lithium - </option> - <option - value="lute" - > - lutécium - </option> - <option - value="mang" - > - manganèse - </option> - <option - value="merc" - > - mercure - </option> - <option - value="meco" - > - métaux connexes - </option> - <option - value="meba" - > - métaux de base - </option> - <option - value="plax" - > - métaux de la mine du platine - </option> - <option - value="mepr" - > - métaux précieux - </option> - <option - value="mais" - > - minerais - </option> - <option - value="moly" - > - molybdène - </option> - <option - value="neod" - > - néodyme - </option> - <option - value="nick" - > - nickel - </option> - <option - value="niob" - > - niobium - </option> - <option - value="oooo" - > - non précisée(s) - </option> - <option - disabled="" - value="auru" - > - or - </option> - <option - value="osmi" - > - osmium - </option> - <option - value="pall" - > - palladium - </option> - <option - value="phos" - > - phosphates - </option> - <option - value="pipe" - > - pierres précieuses - </option> - <option - value="plat" - > - platine - </option> - <option - value="plom" - > - plomb - </option> - <option - value="pras" - > - praséodyme - </option> - <option - value="prom" - > - prométhium - </option> - <option - value="selp" - > - puits d'eau salée - </option> - <option - value="pyri" - > - pyrite - </option> - <option - value="rhen" - > - rhénium - </option> - <option - value="rhod" - > - rhodium - </option> - <option - value="rubi" - > - rubidium - </option> - <option - value="ruth" - > - ruthénium - </option> - <option - value="sama" - > - samarium - </option> - <option - value="scan" - > - scandium - </option> - <option - value="selx" - > - sel - </option> - <option - value="selg" - > - sel gemme - </option> - <option - value="sele" - > - sélénium - </option> - <option - value="sels" - > - sels - </option> - <option - value="kclx" - > - sels de potassium - </option> - <option - value="nacl" - > - sels de sodium - </option> - <option - value="souf" - > - soufre - </option> - <option - value="selh" - > - sources d'eau salée - </option> - <option - value="scoc" - > - substances connexes - </option> - <option - value="soxx" - > - sulfates autres que les sulfates alcalino-terreux - </option> - <option - value="tant" - > - tantale - </option> - <option - value="tell" - > - tellure - </option> - <option - value="terb" - > - terbium - </option> - <option - value="thal" - > - thallium - </option> - <option - value="thul" - > - thulium - </option> - <option - value="tita" - > - titane - </option> - <option - value="tmas" - > - tous métaux associés - </option> - <option - value="wolf" - > - tungstène - </option> - <option - value="vana" - > - vanadium - </option> - <option - value="ytte" - > - ytterbium - </option> - <option - value="ytri" - > - yttrium - </option> - <option - value="zinc" - > - zinc - </option> - <option - value="zirc" - > - zirconium - </option> - - </select> - <!--v-if--> - <!--v-if--> - <button - class="rnd-l-xs btn py-s px-m rnd-r-xs" - > - <svg - aria-labelledby="minus" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-minus" - /> - </svg> - </button> - </div> - </div> - - <button - class="btn small rnd-xs py-s px-m full-x flex mb-s" - > - <span - class="mt-xxs" - > - Ajouter une substance - </span> - <svg - aria-labelledby="plus" - class="flex-right" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-plus" - /> - </svg> - </button> - <div - class="h6" - > - <label> - <input - class="mr-xs" - type="checkbox" - /> - Incertain - </label> - </div> - - - - <button - class="btn full-x rnd-xs py-s px-m small mb-s" - > - Hériter de l'étape précédente - </button> - </div> -</div> -`; diff --git a/packages/ui/src/components/etape/edit.vue b/packages/ui/src/components/etape/edit.vue index 6bcb25718..99a946965 100644 --- a/packages/ui/src/components/etape/edit.vue +++ b/packages/ui/src/components/etape/edit.vue @@ -10,11 +10,12 @@ @toggle="toggle('type')" > <TypeEdit - v-model:etape="etape" + :etape="etape" :userIsAdmin="userIsAdmin" :etapesTypes="etapesTypes" :etapeType="etapeType" :etapeIsDemandeEnConstruction="etapeIsDemandeEnConstruction" + @update:etape="newValue => $emit('update:etape', newValue)" @type-update="typeUpdate" @complete-update="typeCompleteUpdate" /> @@ -30,12 +31,13 @@ @toggle="toggle('fondamentales')" > <FondamentalesEdit - v-model:etape="etape" + :etape="etape" :demarcheTypeId="demarcheTypeId" :domaineId="domaineId" :titreTypeTypeId="titreTypeId" :user="user" :entreprises="entreprises" + @update:etape="newValue => $emit('update:etape', newValue)" @complete-update="fondamentalesCompleteUpdate" /> </Accordion> @@ -50,9 +52,11 @@ @toggle="toggle('points')" > <PointsEdit - v-model:etape="etape" - v-model:events="events" + :etape="etape" + :events="events" :showTitle="false" + @update:etape="newValue => $emit('update:etape', newValue)" + @update:events="newValue => $emit('update:events', newValue)" @complete-update="perimetreCompleteUpdate" /> </Accordion> @@ -67,8 +71,9 @@ @toggle="toggle('sections')" > <SectionsEdit - v-model:etape="etape" + :etape="etape" :sections="etape.type.sections" + @update:etape="newValue => $emit('update:etape', newValue)" @complete-update="sectionsCompleteUpdate" @sections-update="sectionsUpdate" /> @@ -163,7 +168,7 @@ export default { documentPopupTitle: { type: String, required: true } }, - emits: ['complete-update', 'type-complete-update', 'change'], + emits: ['complete-update', 'type-complete-update', 'change', 'update:etape'], data() { return { diff --git a/packages/ui/src/components/etape/fondamentales-edit.vue b/packages/ui/src/components/etape/fondamentales-edit.vue index 80bbea997..9f201e1f2 100644 --- a/packages/ui/src/components/etape/fondamentales-edit.vue +++ b/packages/ui/src/components/etape/fondamentales-edit.vue @@ -277,6 +277,7 @@ const props = defineProps<{ const emits = defineEmits<{ (e: 'complete-update', complete: boolean): void + (e: 'update:etape', etape: EtapeFondamentale): void }>() const ans = ref<number>( @@ -323,7 +324,7 @@ watch( () => completeUpdate() ) -watch( +watch<EtapeFondamentale>( () => props.etape, etape => { if (!etape.duree) { @@ -349,6 +350,8 @@ watch( if (!etape.substances?.length) { etape.incertitudes.substances = false } + + emits('update:etape', etape) }, { deep: true } ) diff --git a/packages/ui/src/components/etape/points-edit.vue b/packages/ui/src/components/etape/points-edit.vue index 0c90469ba..0eaf207c0 100644 --- a/packages/ui/src/components/etape/points-edit.vue +++ b/packages/ui/src/components/etape/points-edit.vue @@ -16,7 +16,10 @@ <Icon name="plus" size="M" class="flex-right" /> </button> - <GeoSystemeEdit v-model:etape="etape" /> + <GeoSystemeEdit + :etape="etape" + @update:etape="newValue => $emit('update:etape', newValue)" + /> <div v-if="etape.geoSystemeIds.length" class="mb-s"> <hr /> @@ -284,7 +287,7 @@ export default { events: { type: Object, default: () => ({ saveKeyUp: true }) }, showTitle: { type: Boolean, default: true } }, - emits: ['complete-update'], + emits: ['complete-update', 'update:etape'], computed: { pointsTotal() { diff --git a/packages/ui/src/components/etape/points-geo-systemes-edit.vue b/packages/ui/src/components/etape/points-geo-systemes-edit.vue index 391c50c22..a9fdbee21 100644 --- a/packages/ui/src/components/etape/points-geo-systemes-edit.vue +++ b/packages/ui/src/components/etape/points-geo-systemes-edit.vue @@ -63,7 +63,7 @@ export default { props: { etape: { type: Object, default: () => ({}) } }, - + emits: ['update:etape'], computed: { geoSystemes() { return sortedGeoSystemes diff --git a/packages/ui/src/components/etape/points-point-edit.vue b/packages/ui/src/components/etape/points-point-edit.vue index 1aa5ad20f..7edee066e 100644 --- a/packages/ui/src/components/etape/points-point-edit.vue +++ b/packages/ui/src/components/etape/points-point-edit.vue @@ -43,6 +43,8 @@ export default { geoSystemeOpposableId: { type: String, required: true } }, + emits: ['update:point'], + computed: { geoSystemes() { return sortedGeoSystemes.filter(({ id }) => diff --git a/packages/ui/src/components/etape/points-point-reference-edit.vue b/packages/ui/src/components/etape/points-point-reference-edit.vue index ba54568ba..1990a98b4 100644 --- a/packages/ui/src/components/etape/points-point-reference-edit.vue +++ b/packages/ui/src/components/etape/points-point-reference-edit.vue @@ -46,6 +46,8 @@ export default { pointReferences: { type: Object, required: true } }, + emits: ['update:pointReferences'], + computed: { pointReference() { return this.pointReferences[this.geoSysteme.id] diff --git a/packages/ui/src/components/etape/section-element-edit.vue b/packages/ui/src/components/etape/section-element-edit.vue index 07efdffd3..ad043bb40 100644 --- a/packages/ui/src/components/etape/section-element-edit.vue +++ b/packages/ui/src/components/etape/section-element-edit.vue @@ -21,9 +21,10 @@ > <template #write> <SectionElementEdit - v-model:contenu="contenu" + :contenu="contenu" class="mb-s" :element="element" + @update:contenu="newValue => $emit('update:contenu', newValue)" /> </template> <template #read> @@ -65,6 +66,7 @@ export default { heritage: { type: Object, required: true }, sectionId: { type: String, required: true } }, + emits: ['update:contenu'], computed: { hasValeur() { diff --git a/packages/ui/src/components/etape/type-edit.vue b/packages/ui/src/components/etape/type-edit.vue index 32732e5fb..3c8c0ee15 100644 --- a/packages/ui/src/components/etape/type-edit.vue +++ b/packages/ui/src/components/etape/type-edit.vue @@ -82,7 +82,7 @@ export default { etapeIsDemandeEnConstruction: { type: Boolean, default: false } }, - emits: ['type-update', 'complete-update'], + emits: ['type-update', 'complete-update', 'update:etape'], computed: { etapesStatuts() { @@ -107,6 +107,7 @@ export default { } else { this.etape.statutId = null } + this.$emit('update:etape', this.etape) }, complete: 'completeUpdate' diff --git a/packages/ui/src/components/page/__snapshots__/pure-footer.stories.storyshot b/packages/ui/src/components/page/__snapshots__/pure-footer.stories.storyshot deleted file mode 100644 index 2ae083525..000000000 --- a/packages/ui/src/components/page/__snapshots__/pure-footer.stories.storyshot +++ /dev/null @@ -1,417 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Pages/PureFooter With Newsletter 1`] = ` -<footer - class="footer" -> - <div - class="container" - > - <div - class="tablet-blobs pt flex-align-items-stretch" - > - <div - class="tablet-blob-1 desktop-blob-1-3" - > - <ul - class="list-sans text-decoration-none li-sep mb-0" - > - <li> - <a - href="https://economie.gouv.fr/" - > - Ministère de l'Économie, des Finances et de la Souveraineté industrielle et numérique - </a> - </li> - <li> - <a - href="https://ecologie.gouv.fr/" - > - Ministère de la Transition écologique - </a> - </li> - <li> - <a - href="https://onf.fr/" - > - Office National des forêts - </a> - </li> - <li> - <div - class="blobs" - > - <div - class="blob-1-3" - > - <img - class="sponsor" - src="undefined" - /> - </div> - <div - class="blob-2-3" - > - <p - class="h6 mb-0" - > - La Fabrique numérique du Ministère de la Transition écologique, membre du réseau - <a - href="http://beta.gouv.fr" - > - beta.gouv.fr - </a> - . - </p> - </div> - </div> - </li> - </ul> - </div> - <div - class="tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column" - > - <ul - class="list-prefix text-decoration-none li-mb-s" - > - <li> - <router-link - to="/contacts" - > - Contact - </router-link> - </li> - <li> - <router-link - to="/a-propos" - > - À propos - </router-link> - </li> - <li> - <router-link - to="/mentions-legales" - > - Mentions légales - </router-link> - </li> - <li> - <router-link - to="/cgu" - > - CGU - </router-link> - </li> - <li> - <router-link - to="/accessibilite" - > - Accessibilité : non conforme - </router-link> - </li> - <li> - <router-link - to="/contribution" - > - Contribution - </router-link> - </li> - </ul> - </div> - <div - class="tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column" - > - <div - class="mb-xxs" - > - <h5> - Newsletter - </h5> - <div - class="blobs-mini mb" - > - <div - class="blob-mini-2-3" - > - <input - class="p-s rnd-l-xs small" - placeholder="Email" - type="text" - /> - </div> - <div - class="blob-mini-1-3" - > - <button - class="btn rnd-r-xs p-s full-x small" - > - S'inscrire - </button> - </div> - </div> - </div> - <ul - class="list-prefix text-decoration-none li-mb-s" - > - <li> - <a - href="https://www.dailymotion.com/camino-le-cadastre-minier" - rel="noopener noreferrer" - target="_blank" - > - Tutoriels - </a> - </li> - <li> - <a - href="https://docs.camino.beta.gouv.fr/" - rel="noopener noreferrer" - target="_blank" - > - Open data et documentation - </a> - </li> - <li> - <a - href="http://www.mineralinfo.fr/" - rel="noopener noreferrer" - target="_blank" - > - MineralInfo - </a> - </li> - <li> - <a - href="http://www.minergies.fr/" - rel="noopener noreferrer" - target="_blank" - > - Minergies - </a> - </li> - </ul> - <p - class="h6 flex-bottom flex-self-end" - > - <a - class="text-decoration-none" - href="https://github.com/MTES-MCT/camino/releases" - rel="noopener noreferrer" - target="_blank" - > - Version 310c30f5b4d779cd4bc17316f4b026292bb95c10 - </a> - </p> - </div> - <div - style="bottom: 20px; position: fixed; right: 16px; z-index: 10001;" - > - <a - href="https://jedonnemonavis.numerique.gouv.fr/Demarches/3390?&view-mode=formulaire-avis&nd_mode=en-ligne-enti%C3%A8rement&nd_source=button&key=da03d611d9055a97a214b2623f034e40" - rel="noopener noreferrer" - target="_blank" - > - <img - alt="Je donne mon avis" - style="max-width: 120px;" - /> - </a> - </div> - </div> - </div> -</footer> -`; - -exports[`Automated Storybook Snapshots Pages/PureFooter Without Newsletter 1`] = ` -<footer - class="footer" -> - <div - class="container" - > - <div - class="tablet-blobs pt flex-align-items-stretch" - > - <div - class="tablet-blob-1 desktop-blob-1-3" - > - <ul - class="list-sans text-decoration-none li-sep mb-0" - > - <li> - <a - href="https://economie.gouv.fr/" - > - Ministère de l'Économie, des Finances et de la Souveraineté industrielle et numérique - </a> - </li> - <li> - <a - href="https://ecologie.gouv.fr/" - > - Ministère de la Transition écologique - </a> - </li> - <li> - <a - href="https://onf.fr/" - > - Office National des forêts - </a> - </li> - <li> - <div - class="blobs" - > - <div - class="blob-1-3" - > - <img - class="sponsor" - src="undefined" - /> - </div> - <div - class="blob-2-3" - > - <p - class="h6 mb-0" - > - La Fabrique numérique du Ministère de la Transition écologique, membre du réseau - <a - href="http://beta.gouv.fr" - > - beta.gouv.fr - </a> - . - </p> - </div> - </div> - </li> - </ul> - </div> - <div - class="tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column" - > - <ul - class="list-prefix text-decoration-none li-mb-s" - > - <li> - <router-link - to="/contacts" - > - Contact - </router-link> - </li> - <li> - <router-link - to="/a-propos" - > - À propos - </router-link> - </li> - <li> - <router-link - to="/mentions-legales" - > - Mentions légales - </router-link> - </li> - <li> - <router-link - to="/cgu" - > - CGU - </router-link> - </li> - <li> - <router-link - to="/accessibilite" - > - Accessibilité : non conforme - </router-link> - </li> - <li> - <router-link - to="/contribution" - > - Contribution - </router-link> - </li> - </ul> - </div> - <div - class="tablet-blob-1-2 desktop-blob-1-3 flex flex-direction-column" - > - <!--v-if--> - <ul - class="list-prefix text-decoration-none li-mb-s" - > - <li> - <a - href="https://www.dailymotion.com/camino-le-cadastre-minier" - rel="noopener noreferrer" - target="_blank" - > - Tutoriels - </a> - </li> - <li> - <a - href="https://docs.camino.beta.gouv.fr/" - rel="noopener noreferrer" - target="_blank" - > - Open data et documentation - </a> - </li> - <li> - <a - href="http://www.mineralinfo.fr/" - rel="noopener noreferrer" - target="_blank" - > - MineralInfo - </a> - </li> - <li> - <a - href="http://www.minergies.fr/" - rel="noopener noreferrer" - target="_blank" - > - Minergies - </a> - </li> - </ul> - <p - class="h6 flex-bottom flex-self-end" - > - <a - class="text-decoration-none" - href="https://github.com/MTES-MCT/camino/releases" - rel="noopener noreferrer" - target="_blank" - > - Version 310c30f5b4d779cd4bc17316f4b026292bb95c10 - </a> - </p> - </div> - <div - style="bottom: 20px; position: fixed; right: 16px; z-index: 10001;" - > - <a - href="https://jedonnemonavis.numerique.gouv.fr/Demarches/3390?&view-mode=formulaire-avis&nd_mode=en-ligne-enti%C3%A8rement&nd_source=button&key=da03d611d9055a97a214b2623f034e40" - rel="noopener noreferrer" - target="_blank" - > - <img - alt="Je donne mon avis" - style="max-width: 120px;" - /> - </a> - </div> - </div> - </div> -</footer> -`; diff --git a/packages/ui/src/components/page/__snapshots__/pure-quick-access-titre.stories.storyshot b/packages/ui/src/components/page/__snapshots__/pure-quick-access-titre.stories.storyshot deleted file mode 100644 index 9a9671c52..000000000 --- a/packages/ui/src/components/page/__snapshots__/pure-quick-access-titre.stories.storyshot +++ /dev/null @@ -1,45 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Pages/PureQuickAccessTitre Empty 1`] = ` -<div - class="typeahead" - id="quick-access-titre_wrapper" -> - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="quick-access-titre" - placeholder="Rechercher un titre" - type="text" - /> - </div> - <!--v-if--> -</div> -`; - -exports[`Automated Storybook Snapshots Pages/PureQuickAccessTitre Simple 1`] = ` -<div - class="typeahead" - id="quick-access-titre_wrapper" -> - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="quick-access-titre" - placeholder="Rechercher un titre" - type="text" - /> - </div> - <!--v-if--> -</div> -`; diff --git a/packages/ui/src/components/titre/__snapshots__/pure-titres-link-form.stories.storyshot b/packages/ui/src/components/titre/__snapshots__/pure-titres-link-form.stories.storyshot deleted file mode 100644 index dee6f18d9..000000000 --- a/packages/ui/src/components/titre/__snapshots__/pure-titres-link-form.stories.storyshot +++ /dev/null @@ -1,949 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Titre/PureTitresLinkForm Axm With Already Selected Titre 1`] = ` -<div> - <div - class="top-level" - style="" - > - - <div> - <h5> - Titre à l’origine de ce titre - </h5> - <div - class="flex flex-center" - > - <ul - class="list-inline" - style="margin-bottom: 0px;" - > - - <li - class="mr-xs" - > - <router-link - class="btn-border small p-s rnd-xs mr-xs" - to="[object Object]" - > - <span - class="mr-xs" - > - Abttis Coucou - </span> - </router-link> - </li> - - </ul> - <button - class="btn-alt p-xs rnd-s" - title="modifie les titres liés" - > - <svg - aria-labelledby="pencil" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-pencil" - /> - </svg> - </button> - </div> - </div> - <div> - <h5> - Titre issu de ce titre - </h5> - <div - class="flex flex-center" - > - <ul - class="list-inline" - style="margin-bottom: 0px;" - > - - <li - class="mr-xs" - > - <router-link - class="btn-border small p-s rnd-xs mr-xs" - to="[object Object]" - > - <span - class="mr-xs" - > - Titre fils - </span> - </router-link> - </li> - - </ul> - </div> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/PureTitresLinkForm Defaut Cant Update Links 1`] = ` -<div> - <div - class="top-level" - style="" - > - - <div> - <h5> - Titre à l’origine de ce titre - </h5> - <div - class="flex flex-center" - > - <ul - class="list-inline" - style="margin-bottom: 0px;" - > - - <li - class="mr-xs" - > - <router-link - class="btn-border small p-s rnd-xs mr-xs" - to="[object Object]" - > - <span - class="mr-xs" - > - Abttis Coucou - </span> - </router-link> - </li> - - </ul> - <!--v-if--> - </div> - </div> - <div> - <h5> - Titre issu de ce titre - </h5> - <div - class="flex flex-center" - > - <ul - class="list-inline" - style="margin-bottom: 0px;" - > - - <li - class="mr-xs" - > - <router-link - class="btn-border small p-s rnd-xs mr-xs" - to="[object Object]" - > - <span - class="mr-xs" - > - Titre fils - </span> - </router-link> - </li> - - </ul> - </div> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/PureTitresLinkForm Fusion With Already Selected Titre 1`] = ` -<div> - <div - class="top-level" - style="" - > - - <div> - <h5> - Titres à l’origine de ce titre - </h5> - <div - class="flex flex-center" - > - <ul - class="list-inline" - style="margin-bottom: 0px;" - > - - <li - class="mr-xs" - > - <router-link - class="btn-border small p-s rnd-xs mr-xs" - to="[object Object]" - > - <span - class="mr-xs" - > - Abttis Coucou - </span> - </router-link> - </li> - - </ul> - <button - class="btn-alt p-xs rnd-s" - title="modifie les titres liés" - > - <svg - aria-labelledby="pencil" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-pencil" - /> - </svg> - </button> - </div> - </div> - <div> - <h5> - Titre issu de ce titre - </h5> - <div - class="flex flex-center" - > - <ul - class="list-inline" - style="margin-bottom: 0px;" - > - - <li - class="mr-xs" - > - <router-link - class="btn-border small p-s rnd-xs mr-xs" - to="[object Object]" - > - <span - class="mr-xs" - > - Titre fils - </span> - </router-link> - </li> - - </ul> - </div> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/PureTitresLinkForm Titre With Titre Links Loading 1`] = ` -<div> - <div - class="top-level" - style="display: flex; justify-content: center;" - > - <div - class="spinner" - /> - </div> -</div> -`; diff --git a/packages/ui/src/components/titre/__snapshots__/pure-titres-link.stories.storyshot b/packages/ui/src/components/titre/__snapshots__/pure-titres-link.stories.storyshot deleted file mode 100644 index d7bf84439..000000000 --- a/packages/ui/src/components/titre/__snapshots__/pure-titres-link.stories.storyshot +++ /dev/null @@ -1,521 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Titre/TitresLink AXM 1`] = ` -<div - class="top-level" - style="" -> - - <div - class="typeahead" - id="titre-link-typeahead_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="titre-link-typeahead" - placeholder="Lier un titre" - type="text" - /> - </div> - <!--v-if--> - </div> - -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/TitresLink AXM With Already Selected Titre 1`] = ` -<div - class="top-level" - style="" -> - - <div - class="typeahead" - id="titre-link-typeahead_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - <button - class="bg-neutral chip pl-m pr-m mr-xs mb-xs mt-xs" - > - Abttis Coucou - <span> - x - </span> - </button> - - <!--v-if--> - </div> - <!--v-if--> - </div> - -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/TitresLink Demarche Fusion 1`] = ` -<div - class="top-level" - style="" -> - - <div - class="typeahead" - id="titre-link-typeahead_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - - <input - autocomplete="off" - class="typeahead-input" - id="titre-link-typeahead" - placeholder="Lier plusieurs titres" - type="text" - /> - </div> - <!--v-if--> - </div> - -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/TitresLink Demarche Fusion With Already Selected Titre 1`] = ` -<div - class="top-level" - style="" -> - - <div - class="typeahead" - id="titre-link-typeahead_wrapper" - > - <div - class="flex typeahead-wrapper p-xs" - > - - <button - class="bg-neutral chip pl-m pr-m mr-xs mb-xs mt-xs" - > - Abttis Coucou - <span> - x - </span> - </button> - <button - class="bg-neutral chip pl-m pr-m mr-xs mb-xs mt-xs" - > - Affluent Crique Saint Bernard - <span> - x - </span> - </button> - - <input - autocomplete="off" - class="typeahead-input" - id="titre-link-typeahead" - placeholder="Lier plusieurs titres" - type="text" - /> - </div> - <!--v-if--> - </div> - -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/TitresLink Loading 1`] = ` -<div - class="top-level" - style="display: flex; justify-content: center;" -> - <div - class="spinner" - /> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/TitresLink With Error 1`] = ` -<div - class="top-level" - style="display: flex; justify-content: center;" -> - <div> - <div - class="tooltip" - > - <h6 - class="tooltip-content" - > - - because reasons - - </h6> - <svg - aria-labelledby="error-warning" - fill="#666" - height="24px" - role="application" - style="display: block;" - tabindex="-1" - viewBox="0 0 24 24" - width="24px" - xmlns="http://www.w3.org/2000/svg" - > - <svg - aria-hidden="true" - style="position: absolute; width: 0px; height: 0px; overflow: hidden;" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - > - <symbol - id="icon-at" - viewBox="0 0 24 24" - > - <title> - at - </title> - <path - d="M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z" - /> - </symbol> - <symbol - id="icon-checkbox-blank" - viewBox="0 0 24 24" - > - <title> - checkbox-blank - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z" - /> - </symbol> - <symbol - id="icon-checkbox" - viewBox="0 0 24 24" - > - <title> - checkbox - </title> - <path - d="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z" - /> - </symbol> - <symbol - id="icon-chevron-bas" - viewBox="0 0 24 24" - > - <title> - chevron-bas - </title> - <path - d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z" - /> - </symbol> - <symbol - id="icon-chevron-haut" - viewBox="0 0 24 24" - > - <title> - chevron-haut - </title> - <path - d="M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z" - /> - </symbol> - <symbol - id="icon-close" - viewBox="0 0 24 24" - > - <title> - close - </title> - <path - d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z" - /> - </symbol> - <symbol - id="icon-delete" - viewBox="0 0 24 24" - > - <title> - delete - </title> - <path - d="M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z" - /> - </symbol> - <symbol - id="icon-download" - viewBox="0 0 24 24" - > - <title> - download - </title> - <path - d="M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z" - /> - </symbol> - <symbol - id="icon-error-warning" - viewBox="0 0 24 24" - > - <title> - error-warning - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" - fill="rgba(231,76,60,1)" - /> - </symbol> - <symbol - id="icon-external-link" - viewBox="0 0 24 24" - > - <title> - external-link - </title> - <path - d="M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z" - /> - </symbol> - <symbol - id="icon-file" - viewBox="0 0 24 24" - > - <title> - file - </title> - <path - d="M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z" - /> - </symbol> - <symbol - id="icon-file-add" - viewBox="0 0 24 24" - > - <title> - file-add - </title> - <path - d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z" - /> - </symbol> - <symbol - id="icon-globe" - viewBox="0 0 24 24" - > - <title> - globe - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" - /> - </symbol> - <symbol - id="icon-help" - viewBox="0 0 24 24" - > - <title> - help - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z" - /> - </symbol> - <symbol - id="icon-key" - viewBox="0 0 24 24" - > - <title> - key - </title> - <path - d="M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z" - /> - </symbol> - <symbol - id="icon-link" - viewBox="0 0 24 24" - > - <title> - link - </title> - <path - d="M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" - /> - </symbol> - <symbol - id="icon-list" - viewBox="0 0 24 24" - > - <title> - list - </title> - <path - d="M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" - /> - </symbol> - <symbol - id="icon-marker-cluster" - viewBox="0 0 24 24" - > - <title> - marker-cluster - </title> - <path - d="M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" - /> - </symbol> - <symbol - id="icon-marker-none" - viewBox="0 0 24 24" - > - <title> - marker-none - </title> - <g - id="24-markers-grouped" - transform="translate(0.908117, 0.000078)" - > - <path - d="M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z" - /> - <rect - height="24" - transform="translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) " - width="2" - x="8.19238816" - y="-2.48535931" - /> - </g> - </symbol> - <symbol - id="icon-marker-ungrouped" - viewBox="0 0 24 24" - > - <title> - marker-ungrouped - </title> - <path - d="M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" - /> - </symbol> - <symbol - id="icon-menu" - viewBox="0 0 24 24" - > - <title> - menu - </title> - <path - d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" - /> - </symbol> - <symbol - id="icon-minus" - viewBox="0 0 24 24" - > - <title> - minus - </title> - <path - d="M5 11h14v2H5z" - /> - </symbol> - <symbol - id="icon-move-down" - viewBox="0 0 24 24" - > - <title> - move-down - </title> - <path - d="M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z" - /> - </symbol> - <symbol - id="icon-move-up" - viewBox="0 0 24 24" - > - <title> - move-up - </title> - <path - d="M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z" - /> - </symbol> - <symbol - id="icon-pattern" - viewBox="0 0 24 24" - > - <title> - pattern - </title> - <path - d="M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z" - /> - </symbol> - <symbol - id="icon-pencil" - viewBox="0 0 24 24" - > - <title> - pencil - </title> - <path - d="M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z" - /> - </symbol> - <symbol - id="icon-plus" - viewBox="0 0 24 24" - > - <title> - plus - </title> - <path - d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z" - /> - </symbol> - <symbol - id="icon-refresh" - viewBox="0 0 24 24" - > - <title> - refresh - </title> - <path - d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" - /> - </symbol> - <symbol - id="icon-x" - viewBox="0 0 24 24" - > - <title> - x - </title> - <path - d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" - /> - </symbol> - </svg> - <use - href="#icon-error-warning" - /> - </svg> - </div> - </div> -</div> -`; diff --git a/packages/ui/src/components/titre/__snapshots__/territoires.stories.storyshot b/packages/ui/src/components/titre/__snapshots__/territoires.stories.storyshot deleted file mode 100644 index 67c4f8a81..000000000 --- a/packages/ui/src/components/titre/__snapshots__/territoires.stories.storyshot +++ /dev/null @@ -1,565 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Titre/Territoires All 1`] = ` -<div - class="tablet-blobs mb-xl" -> - <div - class="tablet-blob-1-4" - > - <div> - <h5> - Surface - </h5> - <p> - 4 km² environ - </p> - </div> - </div> - <div - class="tablet-blob-3-4" - > - <h5> - Territoires - </h5> - - <div> - - <div> - <h6 - class="mb-s" - > - Pays de la Loire / Sarthe - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Flée - - </span> - </span> - </li> - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Montval-sur-loir - - </span> - </span> - </li> - - </ul> - </div> - - </div> - <div> - - <div> - <h6 - class="mb-s" - > - Centre-Val de Loire / Indre-et-Loire - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Tours - - </span> - </span> - </li> - - </ul> - </div> - - </div> - <div> - - <div> - <h6 - class="mb-s" - > - Guyane - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Ville de Guyane - - </span> - </span> - </li> - - </ul> - </div> - - </div> - - <div> - <div> - <h6 - class="mb-s" - > - Forêts - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Forêt 1 - - </span> - </span> - </li> - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Forêt 2 - - </span> - </span> - </li> - - </ul> - </div> - </div> - <div> - <div> - <h6 - class="mb-s" - > - Zones du SDOM - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Zone 1 - - </span> - </span> - </li> - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Zone 3 - - </span> - </span> - </li> - - </ul> - </div> - </div> - - <div> - <h6 - class="mb-s" - > - Méditerranée - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Balagne - - </span> - </span> - </li> - - </ul> - </div> - <div> - <h6 - class="mb-s" - > - Nord Atlantique - Manche Ouest - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Bretagne nord - - </span> - </span> - </li> - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Bretagne sud - - </span> - </span> - </li> - - </ul> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/Territoires Empty 1`] = ` -<div - class="tablet-blobs mb-xl" -> - <div - class="tablet-blob-1-4" - > - <!--v-if--> - </div> - <!--v-if--> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/Territoires Only Forets 1`] = ` -<div - class="tablet-blobs mb-xl" -> - <div - class="tablet-blob-1-4" - > - <!--v-if--> - </div> - <div - class="tablet-blob-3-4" - > - <h5> - Territoires - </h5> - <!--v-if--> - <div> - <div> - <h6 - class="mb-s" - > - Forêts - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Forêt 1 - - </span> - </span> - </li> - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Forêt 2 - - </span> - </span> - </li> - - </ul> - </div> - </div> - <!--v-if--> - <!--v-if--> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/Territoires Only Sdom Zones 1`] = ` -<div - class="tablet-blobs mb-xl" -> - <div - class="tablet-blob-1-4" - > - <!--v-if--> - </div> - <div - class="tablet-blob-3-4" - > - <h5> - Territoires - </h5> - <!--v-if--> - <!--v-if--> - <div> - <div> - <h6 - class="mb-s" - > - Zones du SDOM - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Zone 1 - - </span> - </span> - </li> - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Zone 3 - - </span> - </span> - </li> - - </ul> - </div> - </div> - <!--v-if--> - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/Territoires Only Secteurs Maritimes 1`] = ` -<div - class="tablet-blobs mb-xl" -> - <div - class="tablet-blob-1-4" - > - <!--v-if--> - </div> - <div - class="tablet-blob-3-4" - > - <h5> - Territoires - </h5> - <!--v-if--> - <!--v-if--> - <!--v-if--> - - <div> - <h6 - class="mb-s" - > - Méditerranée - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Balagne - - </span> - </span> - </li> - - </ul> - </div> - <div> - <h6 - class="mb-s" - > - Nord Atlantique - Manche Ouest - </h6> - <ul - class="list-inline" - > - - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Bretagne nord - - </span> - </span> - </li> - <li - class="mr-xs mb-xs" - > - <span - class="bold cap-first small lh-2" - > - <span - class="bg-neutral py-xs px-s py-xxs px-xs rnd-xs color-bg box" - > - - Bretagne sud - - </span> - </span> - </li> - - </ul> - </div> - - </div> -</div> -`; - -exports[`Automated Storybook Snapshots Components/Titre/Territoires Only Surface 1`] = ` -<div - class="tablet-blobs mb-xl" -> - <div - class="tablet-blob-1-4" - > - <div> - <h5> - Surface - </h5> - <p> - 4 km² environ - </p> - </div> - </div> - <!--v-if--> -</div> -`; diff --git a/packages/ui/src/components/user/__snapshots__/pure-button.stories.storyshot b/packages/ui/src/components/user/__snapshots__/pure-button.stories.storyshot deleted file mode 100644 index 4f2f087ca..000000000 --- a/packages/ui/src/components/user/__snapshots__/pure-button.stories.storyshot +++ /dev/null @@ -1,28 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/User/Button Connected 1`] = ` -<div - class="flex" -> - <button - aria-label="profil utilisateur" - class="btn-menu text-decoration-none bold p-0" - id="cmn-user-button-menu" - > - prenom Nom - </button> -</div> -`; - -exports[`Automated Storybook Snapshots Components/User/Button Not Connected 1`] = ` -<div - class="flex" -> - <button - class="btn btn-primary small lh-2" - id="cmn-user-button-connexion" - > - Connexion - </button> -</div> -`; diff --git a/packages/ui/src/components/utilisateur/__snapshots__/pure-qgis-token.stories.storyshot b/packages/ui/src/components/utilisateur/__snapshots__/pure-qgis-token.stories.storyshot deleted file mode 100644 index 4f3e7a7f3..000000000 --- a/packages/ui/src/components/utilisateur/__snapshots__/pure-qgis-token.stories.storyshot +++ /dev/null @@ -1,36 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Automated Storybook Snapshots Components/Utilisateur/QGISToken Default 1`] = ` -<div - class="tablet-blobs" -> - <div - class="tablet-blob-1-4" - > - <h5> - Jeton QGIS - </h5> - </div> - <div - class="tablet-blob-3-4" - > - <div - class="top-level" - style="" - > - - <!--v-if--> - <button - class="btn btn-secondary" - > - Générer un jeton QGIS - </button> - - </div> - <transition-group-stub> - - - </transition-group-stub> - </div> -</div> -`; diff --git a/packages/ui/src/store/_liste-build.test.js b/packages/ui/src/store/_liste-build.test.js index e458827f2..f13612c60 100644 --- a/packages/ui/src/store/_liste-build.test.js +++ b/packages/ui/src/store/_liste-build.test.js @@ -1,11 +1,12 @@ import { listeActionsBuild, listeMutations } from './_liste-build.js' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -console.info = jest.fn() +console.info = vi.fn() -const listeElementsGet = jest.fn() -const listeMetasGet = jest.fn() +const listeElementsGet = vi.fn() +const listeMetasGet = vi.fn() describe('listes', () => { let store @@ -31,6 +32,7 @@ describe('listes', () => { }) beforeEach(() => { + vi.restoreAllMocks() liste.state = { elements: null, metas: { @@ -55,14 +57,14 @@ describe('listes', () => { } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn() } actions = { - apiError: jest.fn(), - messageAdd: jest.fn(), - urlQueryUpdate: jest.fn() + apiError: vi.fn(), + messageAdd: vi.fn(), + urlQueryUpdate: vi.fn() } route = { @@ -209,6 +211,7 @@ describe('listes sans metas', () => { liste.mutations = Object.assign({}, listeMutations) beforeEach(() => { + vi.restoreAllMocks() liste.state = { element: null, definitions: [ @@ -227,14 +230,14 @@ describe('listes sans metas', () => { } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn() } actions = { - apiError: jest.fn(), - messageAdd: jest.fn(), - urlQueryUpdate: jest.fn() + apiError: vi.fn(), + messageAdd: vi.fn(), + urlQueryUpdate: vi.fn() } route = { diff --git a/packages/ui/src/store/administration.test.js b/packages/ui/src/store/administration.test.js index 580fc1e28..ca9aef343 100644 --- a/packages/ui/src/store/administration.test.js +++ b/packages/ui/src/store/administration.test.js @@ -2,18 +2,19 @@ import administration from './administration' import { createApp } from 'vue' import { createStore } from 'vuex' import * as api from '../api/administrations' - -jest.mock('../api/administrations', () => ({ - administration: jest.fn(), - administrationMetas: jest.fn(), - administrationModifier: jest.fn(), - administrationPermissionsMetas: jest.fn(), - administrationTitreTypeTitreStatutUpdate: jest.fn(), - administrationTitreTypeEtapeTypeUpdate: jest.fn(), - administrationActiviteTypeUpdate: jest.fn() +import { vi, describe, expect, beforeEach, test } from 'vitest' + +vi.mock('../api/administrations', () => ({ + administration: vi.fn(), + administrationMetas: vi.fn(), + administrationModifier: vi.fn(), + administrationPermissionsMetas: vi.fn(), + administrationTitreTypeTitreStatutUpdate: vi.fn(), + administrationTitreTypeEtapeTypeUpdate: vi.fn(), + administrationActiviteTypeUpdate: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe("état de l'administration consultée", () => { let store @@ -33,19 +34,19 @@ describe("état de l'administration consultée", () => { } } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - popupLoad: jest.fn(), - popupMessagesRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn(), - messageAdd: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + popupLoad: vi.fn(), + popupMessagesRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn(), + messageAdd: vi.fn() } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn() } store = createStore({ modules: { administration }, diff --git a/packages/ui/src/store/definitions.test.js b/packages/ui/src/store/definitions.test.js index 8a69173e4..afbc5f2bf 100644 --- a/packages/ui/src/store/definitions.test.js +++ b/packages/ui/src/store/definitions.test.js @@ -1,19 +1,20 @@ import definitions from './definitions' import { createApp } from 'vue' import { createStore } from 'vuex' - -jest.mock('../api/metas', () => ({ - definitions: jest.fn(), - domaines: jest.fn(), - demarchesStatuts: jest.fn(), - demarchesTypes: jest.fn(), - etapesTypes: jest.fn(), - substancesLegales: jest.fn(), - titresStatuts: jest.fn(), - titresTypesTypes: jest.fn() +import { vi, describe, expect, beforeEach, test } from 'vitest' + +vi.mock('../api/metas', () => ({ + definitions: vi.fn(), + domaines: vi.fn(), + demarchesStatuts: vi.fn(), + demarchesTypes: vi.fn(), + etapesTypes: vi.fn(), + substancesLegales: vi.fn(), + titresStatuts: vi.fn(), + titresTypesTypes: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('définitions du glossaire', () => { let store @@ -27,16 +28,16 @@ describe('définitions du glossaire', () => { } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - messageAdd: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + messageAdd: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - popupMessagesRemove: jest.fn(), - popupMessageAdd: jest.fn(), - popupClose: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + popupMessagesRemove: vi.fn(), + popupMessageAdd: vi.fn(), + popupClose: vi.fn() } store = createStore({ diff --git a/packages/ui/src/store/document.test.js b/packages/ui/src/store/document.test.js index 4d1735041..eb42cecab 100644 --- a/packages/ui/src/store/document.test.js +++ b/packages/ui/src/store/document.test.js @@ -3,19 +3,20 @@ import * as api from '../api/documents' import * as upload from '../api/_upload' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/documents', () => ({ - documentMetas: jest.fn(), - documentCreer: jest.fn(), - documentModifier: jest.fn(), - documentSupprimer: jest.fn() +vi.mock('../api/documents', () => ({ + documentMetas: vi.fn(), + documentCreer: vi.fn(), + documentModifier: vi.fn(), + documentSupprimer: vi.fn() })) -jest.mock('../api/_upload', () => ({ - uploadCall: jest.fn() +vi.mock('../api/_upload', () => ({ + uploadCall: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('documents', () => { let store @@ -23,7 +24,7 @@ describe('documents', () => { let mutations beforeEach(() => { - jest.resetAllMocks() + vi.resetAllMocks() document.state = { metas: { documentsTypes: [] }, @@ -31,22 +32,22 @@ describe('documents', () => { } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn(), - test: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn(), + test: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - apiError: jest.fn(), - popupLoad: jest.fn(), - popupMessagesRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn(), - fileLoad: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + apiError: vi.fn(), + popupLoad: vi.fn(), + popupMessagesRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn(), + fileLoad: vi.fn() } store = createStore({ @@ -56,7 +57,7 @@ describe('documents', () => { document, titre: { namespaced: true, - mutations: { open: jest.fn() } + mutations: { open: vi.fn() } } } }) @@ -113,7 +114,7 @@ describe('documents', () => { delete sentDocument.fichierNouveau expect(apiMock).toHaveBeenCalledWith({ document: sentDocument }) - jest.resetAllMocks() + vi.resetAllMocks() await store.dispatch('document/upsert', { document, @@ -122,7 +123,7 @@ describe('documents', () => { expect(upload.uploadCall).toHaveBeenCalled() expect(apiMock).toHaveBeenCalledWith({ document: sentDocument }) - jest.resetAllMocks() + vi.resetAllMocks() document = { nom: 'champs', @@ -172,7 +173,7 @@ describe('documents', () => { delete sentDocument.typeId expect(apiMock).toHaveBeenCalledWith({ document: sentDocument }) - jest.resetAllMocks() + vi.resetAllMocks() await store.dispatch('document/upsert', { document, @@ -181,7 +182,7 @@ describe('documents', () => { expect(upload.uploadCall).toHaveBeenCalled() expect(apiMock).toHaveBeenCalledWith({ document: sentDocument }) - jest.resetAllMocks() + vi.resetAllMocks() document = { nom: 'champs', diff --git a/packages/ui/src/store/entreprise.test.js b/packages/ui/src/store/entreprise.test.js index 194b5272c..5cf820624 100644 --- a/packages/ui/src/store/entreprise.test.js +++ b/packages/ui/src/store/entreprise.test.js @@ -2,19 +2,20 @@ import { createApp } from 'vue' import { createStore } from 'vuex' import * as api from '../api/entreprises' import entreprise from './entreprise' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../router', () => ({ +vi.mock('../router', () => ({ push: () => {}, replace: () => {} })) -jest.mock('../api/entreprises', () => ({ - entreprise: jest.fn(), - entrepriseCreer: jest.fn(), - entrepriseModifier: jest.fn() +vi.mock('../api/entreprises', () => ({ + entreprise: vi.fn(), + entrepriseCreer: vi.fn(), + entrepriseModifier: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe("état de l'entreprise sélectionnée", () => { let store @@ -29,20 +30,20 @@ describe("état de l'entreprise sélectionnée", () => { } } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - popupLoad: jest.fn(), - popupMessagesRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn(), - messageAdd: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + popupLoad: vi.fn(), + popupMessagesRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn(), + messageAdd: vi.fn() } store = createStore({ diff --git a/packages/ui/src/store/index.test.js b/packages/ui/src/store/index.test.js index 0f019c611..5001edb09 100644 --- a/packages/ui/src/store/index.test.js +++ b/packages/ui/src/store/index.test.js @@ -3,41 +3,45 @@ import { createApp } from 'vue' import { createStore } from 'vuex' import * as fileSaver from 'file-saver' import * as router from '../router' - -jest.mock('file-saver', () => ({ saveAs: jest.fn() })) -jest.mock('./titre', () => ({ titre: jest.fn() })) -jest.mock('./titres', () => ({ titres: jest.fn() })) -jest.mock('./titre-demarche', () => ({ titreDemarche: jest.fn() })) -jest.mock('./titre-creation', () => ({ titreCreation: jest.fn() })) -jest.mock('./titre-etape', () => ({ titreEtape: jest.fn() })) -jest.mock('./titre-etape-edition', () => ({ titreEtape: jest.fn() })) -jest.mock('./document', () => ({ document: jest.fn() })) -jest.mock('./titres-demarches', () => ({ titresDemarches: jest.fn() })) -jest.mock('./utilisateur', () => ({ utilisateur: jest.fn() })) -jest.mock('./utilisateurs', () => ({ utilisateurs: jest.fn() })) -jest.mock('./entreprises', () => ({ entreprises: jest.fn() })) -jest.mock('./entreprise', () => ({ entreprise: jest.fn() })) -jest.mock('./administration', () => ({ administration: jest.fn() })) -jest.mock('./user', () => ({ user: jest.fn() })) -jest.mock('./titre-activite', () => ({ titreActivite: jest.fn() })) -jest.mock('./titre-activite-edition', () => ({ - titreActiviteEdition: jest.fn() +import { vi, describe, expect, beforeEach, test } from 'vitest' + +vi.mock('file-saver', () => ({ saveAs: vi.fn() })) +vi.mock('./titre', () => ({ default: { titre: vi.fn() } })) +vi.mock('./titres', () => ({ default: { titres: vi.fn() } })) +vi.mock('./titre-demarche', () => ({ default: { titreDemarche: vi.fn() } })) +vi.mock('./titre-creation', () => ({ default: { titreCreation: vi.fn() } })) +vi.mock('./titre-etape', () => ({ default: { titreEtape: vi.fn() } })) +vi.mock('./titre-etape-edition', () => ({ default: { titreEtape: vi.fn() } })) +vi.mock('./document', () => ({ default: { document: vi.fn() } })) +vi.mock('./titres-demarches', () => ({ default: { titresDemarches: vi.fn() } })) +vi.mock('./utilisateur', () => ({ default: { utilisateur: vi.fn() } })) +vi.mock('./utilisateurs', () => ({ default: { utilisateurs: vi.fn() } })) +vi.mock('./entreprises', () => ({ default: { entreprises: vi.fn() } })) +vi.mock('./entreprise', () => ({ default: { entreprise: vi.fn() } })) +vi.mock('./administration', () => ({ default: { administration: vi.fn() } })) +vi.mock('./user', () => ({ default: { user: vi.fn() } })) +vi.mock('./titre-activite', () => ({ default: { titreActivite: vi.fn() } })) +vi.mock('./titre-activite-edition', () => ({ + default: { + titreActiviteEdition: vi.fn() + } })) -jest.mock('./titres-activites', () => ({ titresActivites: jest.fn() })) -jest.mock('./statistiques', () => ({ statistiques: jest.fn() })) -jest.mock('./definitions', () => ({ definitions: jest.fn() })) -jest.mock('./metas', () => ({ metas: jest.fn() })) -jest.mock('./meta', () => ({ meta: jest.fn() })) -jest.mock('./journaux', () => ({ journaux: jest.fn() })) - -jest.mock('../router', () => ({ - replace: jest.fn(), - push: jest.fn() +vi.mock('./titres-activites', () => ({ default: { titresActivites: vi.fn() } })) +vi.mock('./statistiques', () => ({ default: { statistiques: vi.fn() } })) +vi.mock('./definitions', () => ({ default: { definitions: vi.fn() } })) +vi.mock('./metas', () => ({ default: { metas: vi.fn() } })) +vi.mock('./meta', () => ({ default: { meta: vi.fn() } })) +vi.mock('./journaux', () => ({ default: { journaux: vi.fn() } })) + +vi.mock('../router', () => ({ + default: { + replace: vi.fn(), + push: vi.fn() + } })) -console.info = jest.fn() -console.error = jest.fn() -jest.useFakeTimers() +console.info = vi.fn() +console.error = vi.fn() describe("état général de l'application", () => { let state @@ -45,12 +49,13 @@ describe("état général de l'application", () => { let modules beforeEach(() => { + vi.resetAllMocks() modules = { titre: { namespaced: true, state: { element: null }, actions: { - get: jest.fn() + get: vi.fn() } }, route: { @@ -148,7 +153,7 @@ describe("état général de l'application", () => { }) test("retourne une erreur de l'api", async () => { - Date.now = jest.fn(() => 1487076708000) + Date.now = vi.fn(() => 1487076708000) await store.dispatch('apiError', 'message') expect(state.messages).toEqual([ @@ -217,15 +222,14 @@ describe("état général de l'application", () => { test("charge la nouvelle page si l'id du titre a changé", async () => { store.state.route.params = { id: 'id-test' } await store.dispatch('reload', { name: 'titre', id: 'titre-id-new' }) - - expect(router.replace).toHaveBeenCalled() + expect(router.default.replace).toHaveBeenCalled() }) test("ne recharge pas la page si l'id n'a pas changé", async () => { store.state.route.params = { id: 'id-test' } await store.dispatch('reload', { name: 'titre', id: 'id-test' }) - expect(router.replace).not.toHaveBeenCalled() + expect(router.default.replace).not.toHaveBeenCalled() expect(modules.titre.actions.get).toHaveBeenCalled() }) @@ -233,7 +237,7 @@ describe("état général de l'application", () => { store.state.titre.element = { id: 'id-test', nom: 'marne' } await store.dispatch('reload', { name: 'titres' }) - expect(router.push).toHaveBeenCalled() + expect(router.default.push).toHaveBeenCalled() }) test("met à jour les paramètres d'url", async () => { @@ -242,15 +246,15 @@ describe("état général de l'application", () => { definitions: [{ id: 'typesIds', type: 'strings', elements: [] }] }) - expect(router.push).not.toHaveBeenCalled() - expect(router.replace).not.toHaveBeenCalled() + expect(router.default.push).not.toHaveBeenCalled() + expect(router.default.replace).not.toHaveBeenCalled() await store.dispatch('urlQueryUpdate', { params: { typesIds: ['pr', 'ar'] }, definitions: [{ id: 'typesIds', type: 'strings', elements: [] }] }) - expect(router.replace).toHaveBeenCalledWith({ + expect(router.default.replace).toHaveBeenCalledWith({ query: { typesIds: 'pr,ar' } }) @@ -261,7 +265,7 @@ describe("état général de l'application", () => { definitions: [{ id: 'typesIds', type: 'strings', elements: [] }] }) - expect(router.push).toHaveBeenCalledWith({ + expect(router.default.push).toHaveBeenCalledWith({ query: { typesIds: 'cx' } }) }) @@ -285,7 +289,9 @@ describe("état général de l'application", () => { }) test('supprime un message', async () => { - const messageRemoveMock = jest.fn() + vi.useFakeTimers() + vi.setSystemTime('2022-01-01') + const messageRemoveMock = vi.fn() mutations.messageRemove = messageRemoveMock store = createStore({ actions, state, mutations }) const message = { id: 14, message: 'message important' } @@ -294,14 +300,14 @@ describe("état général de l'application", () => { const res = state.messages.pop() expect(res.message).toEqual('message important') expect(res.id).toBeLessThanOrEqual(Date.now()) - jest.advanceTimersByTime(4500) + vi.advanceTimersByTime(4500) // expect(setTimeout).toHaveBeenCalled() // expect(setTimeout).toHaveBeenCalledWith(expect.any(Function), 4500) expect(messageRemoveMock).toHaveBeenCalled() }) test('télécharge un document du serveur', async () => { - const messageAddMock = jest.fn() + const messageAddMock = vi.fn() actions.messageAdd = messageAddMock store = createStore({ state, actions, mutations }) @@ -313,7 +319,7 @@ describe("état général de l'application", () => { }) test('télécharge un nouveau document depuis le navigateur', async () => { - const messageAddMock = jest.fn() + const messageAddMock = vi.fn() actions.messageAdd = messageAddMock store = createStore({ state, actions, mutations }) @@ -327,7 +333,7 @@ describe("état général de l'application", () => { }) test('télécharge du contenu', async () => { - const messageAddMock = jest.fn() + const messageAddMock = vi.fn() actions.messageAdd = messageAddMock store = createStore({ state, actions, mutations }) diff --git a/packages/ui/src/store/statistiques.test.js b/packages/ui/src/store/statistiques.test.js index b9171b27d..bdee6d598 100644 --- a/packages/ui/src/store/statistiques.test.js +++ b/packages/ui/src/store/statistiques.test.js @@ -2,13 +2,14 @@ import statistiques from './statistiques' import * as api from '../api/statistiques' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/statistiques', () => ({ - statistiquesGuyane: jest.fn(), - statistiquesGranulatsMarins: jest.fn() +vi.mock('../api/statistiques', () => ({ + statistiquesGuyane: vi.fn(), + statistiquesGranulatsMarins: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('page de statistiques', () => { let actions @@ -43,11 +44,11 @@ describe('page de statistiques', () => { } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn() } actions = { - apiError: jest.fn() + apiError: vi.fn() } store = createStore({ modules: { statistiques }, diff --git a/packages/ui/src/store/titre-activite-edition.test.js b/packages/ui/src/store/titre-activite-edition.test.js index 8c0d4cc84..9027dcf0a 100644 --- a/packages/ui/src/store/titre-activite-edition.test.js +++ b/packages/ui/src/store/titre-activite-edition.test.js @@ -2,12 +2,13 @@ import titreActiviteEdition from './titre-activite-edition' import * as api from '../api/titres-activites' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/titres-activites', () => ({ - activiteModifier: jest.fn(), - activite: jest.fn() +vi.mock('../api/titres-activites', () => ({ + activiteModifier: vi.fn(), + activite: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe("état d'une activité", () => { let store @@ -18,15 +19,15 @@ describe("état d'une activité", () => { titreActiviteEdition.state = { element: null } actions = { - reload: jest.fn(), - messageAdd: jest.fn(), - pageError: jest.fn(), - apiError: jest.fn() + reload: vi.fn(), + messageAdd: vi.fn(), + pageError: vi.fn(), + apiError: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn() } store = createStore({ diff --git a/packages/ui/src/store/titre-activite.test.js b/packages/ui/src/store/titre-activite.test.js index 7d261071c..52b832ffa 100644 --- a/packages/ui/src/store/titre-activite.test.js +++ b/packages/ui/src/store/titre-activite.test.js @@ -2,13 +2,14 @@ import titreActivite from './titre-activite' import * as api from '../api/titres-activites' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/titres-activites', () => ({ - activiteSupprimer: jest.fn(), - activiteDeposer: jest.fn(), - activite: jest.fn() +vi.mock('../api/titres-activites', () => ({ + activiteSupprimer: vi.fn(), + activiteDeposer: vi.fn(), + activite: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe("état d'une activité", () => { let store @@ -19,19 +20,19 @@ describe("état d'une activité", () => { titreActivite.state = { element: null } actions = { - reload: jest.fn(), - messageAdd: jest.fn(), - pageError: jest.fn(), - apiError: jest.fn() + reload: vi.fn(), + messageAdd: vi.fn(), + pageError: vi.fn(), + apiError: vi.fn() } mutations = { - popupMessagesRemove: jest.fn(), - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn(), - popupLoad: jest.fn() + popupMessagesRemove: vi.fn(), + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn(), + popupLoad: vi.fn() } store = createStore({ @@ -40,7 +41,7 @@ describe("état d'une activité", () => { titre: { namespaced: true, state: { element: { id: 5 } }, - mutations: { open: jest.fn() } + mutations: { open: vi.fn() } } }, mutations, diff --git a/packages/ui/src/store/titre-demarche.test.js b/packages/ui/src/store/titre-demarche.test.js index 71facc886..b970a2672 100644 --- a/packages/ui/src/store/titre-demarche.test.js +++ b/packages/ui/src/store/titre-demarche.test.js @@ -2,15 +2,16 @@ import titreDemarche from './titre-demarche' import * as api from '../api/titres-demarches' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/titres-demarches', () => ({ - demarcheMetas: jest.fn(), - demarcheCreer: jest.fn(), - demarcheModifier: jest.fn(), - demarcheSupprimer: jest.fn() +vi.mock('../api/titres-demarches', () => ({ + demarcheMetas: vi.fn(), + demarcheCreer: vi.fn(), + demarcheModifier: vi.fn(), + demarcheSupprimer: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('démarche', () => { let store @@ -25,20 +26,20 @@ describe('démarche', () => { } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - apiError: jest.fn(), - popupLoad: jest.fn(), - popupMessagesRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + apiError: vi.fn(), + popupLoad: vi.fn(), + popupMessagesRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn() } store = createStore({ actions, mutations, modules: { titreDemarche } }) diff --git a/packages/ui/src/store/titre-etape-edition.test.js b/packages/ui/src/store/titre-etape-edition.test.js index e5fc04836..beb60928e 100644 --- a/packages/ui/src/store/titre-etape-edition.test.js +++ b/packages/ui/src/store/titre-etape-edition.test.js @@ -2,6 +2,7 @@ import titreEtapeEdition from './titre-etape-edition' import * as api from '../api/titres-etapes' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' import { titreEtapeMetas, @@ -15,17 +16,17 @@ import { titreEtapeEtapesTypes } from './__mocks__/titre-etape' -jest.mock('../api/titres-etapes', () => ({ - etape: jest.fn(), - etapeHeritage: jest.fn(), - titreEtapeMetas: jest.fn(), - titreEtapeEtapesTypes: jest.fn(), - etapeCreer: jest.fn(), - etapeModifier: jest.fn(), - etapeSupprimer: jest.fn() +vi.mock('../api/titres-etapes', () => ({ + etape: vi.fn(), + etapeHeritage: vi.fn(), + titreEtapeMetas: vi.fn(), + titreEtapeEtapesTypes: vi.fn(), + etapeCreer: vi.fn(), + etapeModifier: vi.fn(), + etapeSupprimer: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('étapes', () => { let store @@ -46,21 +47,21 @@ describe('étapes', () => { } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn(), - dateUpdate: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn(), + dateUpdate: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - apiError: jest.fn(), - popupLoad: jest.fn(), - popupMessagesRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + apiError: vi.fn(), + popupLoad: vi.fn(), + popupMessagesRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn() } store = createStore({ @@ -68,7 +69,7 @@ describe('étapes', () => { mutations, modules: { titreEtapeEdition, - titre: { namespaced: true, mutations: { open: jest.fn() } } + titre: { namespaced: true, mutations: { open: vi.fn() } } } }) diff --git a/packages/ui/src/store/titre-etape.test.js b/packages/ui/src/store/titre-etape.test.js index 529edd072..b18ba853e 100644 --- a/packages/ui/src/store/titre-etape.test.js +++ b/packages/ui/src/store/titre-etape.test.js @@ -2,14 +2,15 @@ import titreEtape from './titre-etape' import * as api from '../api/titres-etapes' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/titres-etapes', () => ({ - etape: jest.fn(), - etapeDeposer: jest.fn(), - etapeSupprimer: jest.fn() +vi.mock('../api/titres-etapes', () => ({ + etape: vi.fn(), + etapeDeposer: vi.fn(), + etapeSupprimer: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('étapes', () => { let store @@ -22,21 +23,21 @@ describe('étapes', () => { } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - apiError: jest.fn(), - popupLoad: jest.fn(), - fileLoad: jest.fn(), - popupMessagesRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + apiError: vi.fn(), + popupLoad: vi.fn(), + fileLoad: vi.fn(), + popupMessagesRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn() } store = createStore({ @@ -44,7 +45,7 @@ describe('étapes', () => { mutations, modules: { titreEtape, - titre: { namespaced: true, mutations: { open: jest.fn() } } + titre: { namespaced: true, mutations: { open: vi.fn() } } } }) diff --git a/packages/ui/src/store/titre.test.js b/packages/ui/src/store/titre.test.js index 0063c2b61..bdaaecdfd 100644 --- a/packages/ui/src/store/titre.test.js +++ b/packages/ui/src/store/titre.test.js @@ -2,21 +2,22 @@ import titre from './titre' import * as api from '../api/titres' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../router', () => ({ +vi.mock('../router', () => ({ push: () => {} })) -jest.mock('../api/titres', () => ({ - titreMetas: jest.fn(), - titre: jest.fn(), - titreCreer: jest.fn(), - titreModifier: jest.fn(), - titreSupprimer: jest.fn(), - utilisateurTitreAbonner: jest.fn() +vi.mock('../api/titres', () => ({ + titreMetas: vi.fn(), + titre: vi.fn(), + titreCreer: vi.fn(), + titreModifier: vi.fn(), + titreSupprimer: vi.fn(), + utilisateurTitreAbonner: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('état du titre sélectionné', () => { let store @@ -37,19 +38,19 @@ describe('état du titre sélectionné', () => { } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn() } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - popupLoad: jest.fn(), - popupMessagesRemove: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + popupLoad: vi.fn(), + popupMessagesRemove: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn() } store = createStore({ diff --git a/packages/ui/src/store/titres-activites.test.js b/packages/ui/src/store/titres-activites.test.js index 338197d89..9640c8360 100644 --- a/packages/ui/src/store/titres-activites.test.js +++ b/packages/ui/src/store/titres-activites.test.js @@ -1,16 +1,17 @@ import titresActivites, { anneesGet } from './titres-activites' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/titres-activites', () => ({ - activites: jest.fn() +vi.mock('../api/titres-activites', () => ({ + activites: vi.fn() })) -jest.mock('../api/metas-activites', () => ({ - activitesMetas: jest.fn() +vi.mock('../api/metas-activites', () => ({ + activitesMetas: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe("état d'une activité", () => { let store diff --git a/packages/ui/src/store/titres-demarches.test.js b/packages/ui/src/store/titres-demarches.test.js index e4f492aa1..4145617b1 100644 --- a/packages/ui/src/store/titres-demarches.test.js +++ b/packages/ui/src/store/titres-demarches.test.js @@ -1,13 +1,14 @@ import titresDemarches from './titres-demarches' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/titres-demarches', () => ({ - demarchesMetas: jest.fn(), - demarches: jest.fn() +vi.mock('../api/titres-demarches', () => ({ + demarchesMetas: vi.fn(), + demarches: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('liste des demarches', () => { let store diff --git a/packages/ui/src/store/titres.test.js b/packages/ui/src/store/titres.test.js index 0adb19f0c..6e690c3dc 100644 --- a/packages/ui/src/store/titres.test.js +++ b/packages/ui/src/store/titres.test.js @@ -2,15 +2,16 @@ import titres from './titres' import * as api from '../api/titres' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/titres', () => ({ - titres: jest.fn(), - titresGeo: jest.fn(), - titresGeoPolygon: jest.fn(), - titresMetas: jest.fn() +vi.mock('../api/titres', () => ({ + titres: vi.fn(), + titresGeo: vi.fn(), + titresGeoPolygon: vi.fn(), + titresMetas: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('liste des titres', () => { let actions @@ -21,6 +22,7 @@ describe('liste des titres', () => { let route beforeEach(() => { + vi.restoreAllMocks() titresCarte = ['pointe-a-pitre', 'marseille-sud', 'matignon', 'crique'] titresListe = ['pointe-a-pitre', 'marseille-sud', 'matignon'] @@ -82,14 +84,14 @@ describe('liste des titres', () => { } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn() } actions = { - apiError: jest.fn(), - messageAdd: jest.fn(), - urlQueryUpdate: jest.fn() + apiError: vi.fn(), + messageAdd: vi.fn(), + urlQueryUpdate: vi.fn() } route = { diff --git a/packages/ui/src/store/user.test.js b/packages/ui/src/store/user.test.js index 28241a326..745beb40e 100644 --- a/packages/ui/src/store/user.test.js +++ b/packages/ui/src/store/user.test.js @@ -2,25 +2,25 @@ import { createStore } from 'vuex' import { createApp } from 'vue' import * as api from '../api/utilisateurs' import { Administrations } from 'camino-common/src/static/administrations' - +import { vi, beforeEach, test, describe, expect } from 'vitest' import user from './user' -jest.mock('../api/utilisateurs', () => ({ - utilisateurConnecter: jest.fn(), - utilisateurDeconnecter: jest.fn(), - utilisateurCerbereUrlObtenir: jest.fn(), - utilisateurCerbereTokenCreer: jest.fn(), - moi: jest.fn(), - utilisateurMotDePasseInitialiser: jest.fn(), - utilisateurMotDePasseMessageEnvoyer: jest.fn(), - utilisateurCreationMessageEnvoyer: jest.fn(), - utilisateurCreer: jest.fn(), - userMetas: jest.fn() +vi.mock('../api/utilisateurs', () => ({ + utilisateurConnecter: vi.fn(), + utilisateurDeconnecter: vi.fn(), + utilisateurCerbereUrlObtenir: vi.fn(), + utilisateurCerbereTokenCreer: vi.fn(), + moi: vi.fn(), + utilisateurMotDePasseInitialiser: vi.fn(), + utilisateurMotDePasseMessageEnvoyer: vi.fn(), + utilisateurCreationMessageEnvoyer: vi.fn(), + utilisateurCreer: vi.fn(), + userMetas: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() -jest.mock('../router', () => []) +vi.mock('../router', () => []) describe("état de l'utilisateur connecté", () => { let store @@ -55,18 +55,18 @@ describe("état de l'utilisateur connecté", () => { } actions = { - messageAdd: jest.fn(), - errorRemove: jest.fn(), - apiError: jest.fn() + messageAdd: vi.fn(), + errorRemove: vi.fn(), + apiError: vi.fn() } mutations = { - popupMessagesRemove: jest.fn(), - loadingAdd: jest.fn(), - popupClose: jest.fn(), - popupMessageAdd: jest.fn(), - loadingRemove: jest.fn(), - menuClose: jest.fn() + popupMessagesRemove: vi.fn(), + loadingAdd: vi.fn(), + popupClose: vi.fn(), + popupMessageAdd: vi.fn(), + loadingRemove: vi.fn(), + menuClose: vi.fn() } map = { state: {} } @@ -249,7 +249,7 @@ describe("état de l'utilisateur connecté", () => { }) test('ajoute un utilisateur', async () => { - const loginMock = jest.fn() + const loginMock = vi.fn() user.actions.login = loginMock store = createStore({ modules: { user, map }, actions, mutations }) const apiMock = api.utilisateurCreer.mockResolvedValue(userInfo) @@ -275,7 +275,7 @@ describe("état de l'utilisateur connecté", () => { }) test("retourne une erreur api lors de l'ajout d'un utilisateur", async () => { - const loginMock = jest.fn() + const loginMock = vi.fn() user.actions.login = loginMock store = createStore({ modules: { user, map }, actions, mutations }) const apiMock = api.utilisateurCreer.mockRejectedValue( @@ -331,7 +331,7 @@ describe("état de l'utilisateur connecté", () => { test("retourne une erreur api dans la création du mot de passe de l'utilisateur", async () => { const motDePasse1 = 'mignon' const motDePasse2 = 'mignon' - const loginMock = jest.fn() + const loginMock = vi.fn() user.actions.login = loginMock store = createStore({ modules: { user, map }, actions, mutations }) const apiMock = api.utilisateurMotDePasseInitialiser.mockRejectedValue( @@ -400,16 +400,15 @@ describe("état de l'utilisateur connecté", () => { expect(store.state.user.element.entreprise).toBeUndefined() }) - test.each` - role | isAdmin | administrationId - ${'super'} | ${true} | ${undefined} - ${'admin'} | ${true} | ${Administrations['dea-guadeloupe-01'].id} - ${'editeur'} | ${true} | ${Administrations['dea-guadeloupe-01'].id} - ${'entreprise'} | ${false} | ${undefined} - ${undefined} | ${false} | ${undefined} - `( + test.each([ + ['super', true, undefined], + ['admin', true, Administrations['dea-guadeloupe-01'].id], + ['editeur', true, Administrations['dea-guadeloupe-01'].id], + ['entreprise', false, undefined], + [undefined, false, undefined] + ])( 'ajoute un utilisateur au store avec le role $role et vérifie si il est admin $isAdmin', - ({ role, isAdmin, administrationId }) => { + (role, isAdmin, administrationId) => { store.commit('user/set', { id: 66, prenom: 'rene', diff --git a/packages/ui/src/store/utilisateur.js b/packages/ui/src/store/utilisateur.js index 8fe6a9808..8a9629156 100644 --- a/packages/ui/src/store/utilisateur.js +++ b/packages/ui/src/store/utilisateur.js @@ -216,7 +216,6 @@ const actions = { }, { root: true } ) - router.push({ name: 'utilisateurs' }) } catch (e) { commit('popupMessageAdd', { value: e, type: 'error' }, { root: true }) diff --git a/packages/ui/src/store/utilisateur.test.js b/packages/ui/src/store/utilisateur.test.js index 18a08cfd1..6ef37e82a 100644 --- a/packages/ui/src/store/utilisateur.test.js +++ b/packages/ui/src/store/utilisateur.test.js @@ -4,23 +4,24 @@ import * as router from '../router' import * as api from '../api/utilisateurs' import utilisateur from './utilisateur' - -jest.mock('../api/utilisateurs', () => ({ - utilisateurMetas: jest.fn(), - utilisateur: jest.fn(), - utilisateurCreer: jest.fn(), - utilisateurModifier: jest.fn(), - utilisateurSupprimer: jest.fn(), - utilisateurMotDePasseModifier: jest.fn(), - utilisateurEmailMessageEnvoyer: jest.fn(), - utilisateurEmailModifier: jest.fn() +import { vi, describe, expect, beforeEach, test } from 'vitest' + +vi.mock('../api/utilisateurs', () => ({ + utilisateurMetas: vi.fn(), + utilisateur: vi.fn(), + utilisateurCreer: vi.fn(), + utilisateurModifier: vi.fn(), + utilisateurSupprimer: vi.fn(), + utilisateurMotDePasseModifier: vi.fn(), + utilisateurEmailMessageEnvoyer: vi.fn(), + utilisateurEmailModifier: vi.fn() })) -jest.mock('../router', () => ({ - push: jest.fn() +vi.mock('../router', () => ({ + default: { push: vi.fn() } })) -console.info = jest.fn() +console.info = vi.fn() describe("état de l'utilisateur consulté", () => { let store @@ -42,27 +43,27 @@ describe("état de l'utilisateur consulté", () => { element: {} }, actions: { - logout: jest.fn() + logout: vi.fn() }, mutations: { - set: jest.fn() + set: vi.fn() } } mutations = { - loadingAdd: jest.fn(), - loadingRemove: jest.fn(), - popupMessageAdd: jest.fn(), - popupClose: jest.fn(), - popupMessagesRemove: jest.fn(), - popupLoad: jest.fn() + loadingAdd: vi.fn(), + loadingRemove: vi.fn(), + popupMessageAdd: vi.fn(), + popupClose: vi.fn(), + popupMessagesRemove: vi.fn(), + popupLoad: vi.fn() } actions = { - pageError: jest.fn(), - apiError: jest.fn(), - reload: jest.fn(), - messageAdd: jest.fn() + pageError: vi.fn(), + apiError: vi.fn(), + reload: vi.fn(), + messageAdd: vi.fn() } store = createStore({ @@ -260,7 +261,7 @@ describe("état de l'utilisateur consulté", () => { expect(apiMock).toHaveBeenCalledWith({ id: 46 }) expect(user.actions.logout).not.toHaveBeenCalled() expect(actions.messageAdd).toHaveBeenCalled() - expect(router.push).toHaveBeenCalled() + expect(router.default.push).toHaveBeenCalled() }) test('supprime un utilisateur et le déconnecte', async () => { diff --git a/packages/ui/src/store/utilisateurs.test.js b/packages/ui/src/store/utilisateurs.test.js index 4240f6cd6..c1fd093ae 100644 --- a/packages/ui/src/store/utilisateurs.test.js +++ b/packages/ui/src/store/utilisateurs.test.js @@ -1,13 +1,14 @@ import utilisateurs from './utilisateurs' import { createApp } from 'vue' import { createStore } from 'vuex' +import { vi, describe, expect, beforeEach, test } from 'vitest' -jest.mock('../api/utilisateurs', () => ({ - utilisateurs: jest.fn(), - utilisateurMetas: jest.fn() +vi.mock('../api/utilisateurs', () => ({ + utilisateurs: vi.fn(), + utilisateurMetas: vi.fn() })) -console.info = jest.fn() +console.info = vi.fn() describe('liste des utilisateurs', () => { let store @@ -30,7 +31,7 @@ describe('liste des utilisateurs', () => { titre: { namespaced: true, actions: { - openTab: jest.fn() + openTab: vi.fn() } } } diff --git a/packages/ui/src/storybook.spec.ts b/packages/ui/src/storybook.spec.ts new file mode 100644 index 000000000..ca86f273d --- /dev/null +++ b/packages/ui/src/storybook.spec.ts @@ -0,0 +1,32 @@ +import { describe, expect, test } from 'vitest' +import type { Meta, StoryFn } from '@storybook/vue3' +import { render } from '@testing-library/vue' +import { composeStories } from '@storybook/testing-vue3' +import type { ContextedStory } from '@storybook/testing-vue3/dist/types' + +type StoryFile = { + default: Meta + [name: string]: StoryFn | Meta +} + +describe('Storybook Smoke Test', async () => { + const modules = await Promise.all( + Object.values(import.meta.glob<StoryFile>('../**/*.stories.ts')).map(fn => + fn() + ) + ) + describe.each( + modules.map(module => ({ name: module.default.title, module })) + )('$name', ({ name, module }) => { + test + .skipIf(name?.includes('NoStoryshots')) + .each( + Object.entries<ContextedStory<unknown>>(composeStories(module)).map( + ([name, story]) => ({ name, story }) + ) + )('$name', ({ story }) => { + const mounted = render(story()) + expect(mounted.html()).toMatchSnapshot() + }) + }) +}) diff --git a/packages/ui/src/storybook.test.ts b/packages/ui/src/storybook.test.ts deleted file mode 100644 index 0bf3b72ab..000000000 --- a/packages/ui/src/storybook.test.ts +++ /dev/null @@ -1,33 +0,0 @@ -import initStoryshots, { - Stories2SnapsConverter -} from '@storybook/addon-storyshots' -import { mount } from '@vue/test-utils' -import { resolve } from 'path' - -initStoryshots({ - asyncJest: true, - framework: 'vue3', - suite: 'Automated Storybook Snapshots', - configPath: '.storybook', - storyKindRegex: /^((?!.*?NoStoryshots).)*$/, - stories2snapsConverter: new Stories2SnapsConverter({ - snapshotExtension: '.storyshot', - storiesExtensions: ['.js', '.ts', '.mdx'] - }), - test: ({ story, context, stories2snapsConverter, done }) => { - const snapshotFileName = resolve( - stories2snapsConverter.getSnapshotFileName(context) - ) - - const waitTime = 50 - const storyElement = story.render() - const wrapper = mount(storyElement) - setTimeout(() => { - if (snapshotFileName) { - expect(wrapper.element).toMatchSpecificSnapshot(snapshotFileName) - } - - done?.() - }, waitTime) - } -}) diff --git a/packages/ui/src/utils/documents.test.js b/packages/ui/src/utils/documents.test.js index 748d9edbf..5342ac0b9 100644 --- a/packages/ui/src/utils/documents.test.js +++ b/packages/ui/src/utils/documents.test.js @@ -1,5 +1,6 @@ import { documentsRequiredAdd } from './documents' import { TODAY } from './index' +import { describe, expect, test } from 'vitest' describe('documents', () => { test('retourne un tableau vide si il n’y a aucun doc à ajouter', () => { diff --git a/packages/ui/src/utils/index.test.js b/packages/ui/src/utils/index.test.js index 1ac072c72..5422ef666 100644 --- a/packages/ui/src/utils/index.test.js +++ b/packages/ui/src/utils/index.test.js @@ -6,6 +6,7 @@ import { elementsFormat, paramsBuild } from './index' +import { describe, expect, test } from 'vitest' // dateFormat describe('dateFormat', () => { diff --git a/packages/ui/src/utils/titre-etape-edit.test.js b/packages/ui/src/utils/titre-etape-edit.test.js index 30e58cf2c..56c980c7b 100644 --- a/packages/ui/src/utils/titre-etape-edit.test.js +++ b/packages/ui/src/utils/titre-etape-edit.test.js @@ -1,5 +1,6 @@ import { etapeEditFormat } from './titre-etape-edit' import { GEO_SYSTEME_IDS } from 'camino-common/src/static/geoSystemes' +import { describe, expect, test } from 'vitest' // dateFormat describe('etapeEditFormat', () => { diff --git a/packages/ui/src/utils/titre-etape-save.test.js b/packages/ui/src/utils/titre-etape-save.test.js index 02064f268..194593ac3 100644 --- a/packages/ui/src/utils/titre-etape-save.test.js +++ b/packages/ui/src/utils/titre-etape-save.test.js @@ -1,4 +1,5 @@ import { etapeSaveFormat } from './titre-etape-save' +import { describe, expect, test } from 'vitest' // dateFormat describe('etapeSaveFormat', () => { diff --git a/packages/ui/src/utils/url.test.js b/packages/ui/src/utils/url.test.js index c2dc11281..a6521ea53 100644 --- a/packages/ui/src/utils/url.test.js +++ b/packages/ui/src/utils/url.test.js @@ -1,4 +1,5 @@ import { urlQueryParamsGet } from './url.js' +import { describe, expect, test } from 'vitest' describe('urlQueryParamsGet', () => { test('récupère les paramètres de requête qui ont changé', () => { diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index b867a0dc2..9144d7eba 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -15,8 +15,7 @@ "dom" ], "types": [ - "vite/client", - "jest" + "vite/client" ], "baseUrl": ".", "paths": { diff --git a/packages/ui/tsconfig.vitest.json b/packages/ui/tsconfig.vitest.json new file mode 100644 index 000000000..0d4480ab8 --- /dev/null +++ b/packages/ui/tsconfig.vitest.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "exclude": [], + "compilerOptions": { + "composite": true, + "lib": [], + "types": ["node", "jsdom"] + } +} diff --git a/packages/ui/vite.config.js b/packages/ui/vite.config.js index 0f14480fc..0f784d75b 100644 --- a/packages/ui/vite.config.js +++ b/packages/ui/vite.config.js @@ -19,7 +19,9 @@ module.exports = defineConfig({ '@': path.resolve(__dirname, './src') } }, - + test: { + setupFiles: ['./__mocks__/setupVitest.js'] + }, // suite à l’ajout de la lib jsondiffpatch, il faut injecter process // => https://github.com/avkonst/hookstate/issues/118 define: { @@ -39,6 +41,7 @@ module.exports = defineConfig({ } }, server: { + port: 3000, proxy: { '/apiUrl': { target: process.env.API_URL, -- GitLab